-
Notifications
You must be signed in to change notification settings - Fork 124
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
get_B0FieldIdentifiers
errors
#834
Comments
@effigies thanks for the pointer, weirdly I had not found that PR in my search. I will test it on our data. |
It works with the PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to apply the new spec for B0 fieldmap Intent to bypass limitations with sdcflows nipreps/sdcflows#266
However I have fmriprep crashing in
pybids.BIDSLayout.get_B0FieldIdentifiers
From the spec,
B0FieldIdentifier
can be a string or an array of string, which I stored as a json list if I am correct.https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/01-magnetic-resonance-imaging-data.html#echo-planar-imaging-and-b0-mapping
So I am not sure why it is converted to a dict here.
pybids/bids/layout/layout.py
Lines 677 to 679 in 5ea3103
The text was updated successfully, but these errors were encountered: