-
Notifications
You must be signed in to change notification settings - Fork 169
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
BEP: make dir
optional for other than fmap modalities
#47
Comments
I am a bit skeptical:
I'm also not sure there would be such a big benefit from this change in terms of usability. |
Length stays the same since len(acq) == len(dir), unless there is also actually something else to say about acq. |
@chrisfilo - i agree with @yarikoptic. it's confusing to have |
Please make a pull request - we can see if anyone feels strongly against this. |
See bids-standard#47 for initial brief discussion. This commit also demonstrates ability to reference other sections within the document (when referencing fmap Case 4 where _dir described in greater detail ATM
See bids-standard#47 for initial brief discussion. This commit also demonstrates ability to reference other sections within the document (when referencing fmap Case 4 where _dir described in greater detail ATM
ATM, "Phase encoding direction" (
dir
) is a required field forfmap(epi)
. But it is relevant for other sequences (fmap
,dwi
) but is not available in BIDS specification for them. To overcome this specification people resort to list the value in a flexible and omni-presentacq
field:So it seems that demand is there and I do not see a reason why
dir
should not be allowed to be used in those cases.The text was updated successfully, but these errors were encountered: