-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
populate_intended_for prefers task
entity with CustomAcquisitionLabel
method
#767
Comments
apparently this was added in 784e946 all the way in
I think we could add |
Addresses nipy#767 Do not use mixed acq/task entity for matching method as implemented for CustomAcquisitionLabel
Happy to. I didn't duplicate |
Is there anything I should add here? Throw it all away and start over? :) |
Addresses by #768 |
Summary
Apparently heudiconv prefers to use the task entity when trying to match fmaps to funcs.
While this is initially unintuitive (the option is called
CustomAcquisitionLabel
after all) I found it's also problematic when there is more than one task. How would I match a single fmap to multiple functionals here?Wouldn't it be better to try a shared
acq
label first and then only fall back to thetask
entity?Platform details:
Choose one:
The text was updated successfully, but these errors were encountered: