-
Notifications
You must be signed in to change notification settings - Fork 26
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
RuntimeError: EchoTime2 metadata field not found. Please consult the BIDS specification. #65
Labels
BIDS & Derivatives
bug
Something isn't working
effort: low
Estimated low effort task
impact: high
Estimated high impact task
Milestone
Comments
Editing phasediff.json files should be the right approach. Batch editing JSON files is simple if you use bash (jq) or python (json module) |
Related to #64. |
oesteban
added
impact: high
Estimated high impact task
effort: low
Estimated low effort task
labels
Apr 2, 2020
oesteban
added a commit
to oesteban/sdcflows
that referenced
this issue
Oct 23, 2020
This PR attempts to provide a more reliable framework to build fieldmap estimation workflows. Implicitly, it will help addressing issues regarding data conformity (e.g., nipreps#63, nipreps#64, nipreps#65) and also ease larger refactors such as #20, nipreps#21, nipreps#26, and nipreps#101.
oesteban
added a commit
to oesteban/sdcflows
that referenced
this issue
Oct 23, 2020
This PR attempts to provide a more reliable framework to build fieldmap estimation workflows. Implicitly, it will help addressing issues regarding data conformity (e.g., nipreps#63, nipreps#64, nipreps#65) and also ease larger refactors such as #20, nipreps#21, nipreps#26, and nipreps#101.
oesteban
added a commit
to oesteban/sdcflows
that referenced
this issue
Oct 26, 2020
This PR attempts to provide a more reliable framework to build fieldmap estimation workflows. Implicitly, it will help addressing issues regarding data conformity (e.g., nipreps#63, nipreps#64, nipreps#65) and also ease larger refactors such as #20, nipreps#21, nipreps#26, and nipreps#101.
oesteban
added a commit
to oesteban/sdcflows
that referenced
this issue
Nov 14, 2020
This PR attempts to provide a more reliable framework to build fieldmap estimation workflows. Implicitly, it will help addressing issues regarding data conformity (e.g., nipreps#63, nipreps#64, nipreps#65) and also ease larger refactors such as #20, nipreps#21, nipreps#26, and nipreps#101.
oesteban
added a commit
to oesteban/sdcflows
that referenced
this issue
Nov 18, 2020
This PR attempts to provide a more reliable framework to build fieldmap estimation workflows. Implicitly, it will help addressing issues regarding data conformity (e.g., nipreps#63, nipreps#64, nipreps#65) and also ease larger refactors such as #20, nipreps#21, nipreps#26, and nipreps#101.
The dataset has been fixed on OpenNeuro. Please reopen if this is still an issue. Moreover, the upcoming version 1.4.0 of SDCFlows will be much more thorough in testing the availability of all necessary metadata early. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
BIDS & Derivatives
bug
Something isn't working
effort: low
Estimated low effort task
impact: high
Estimated high impact task
I am trying to run fmriprep the OpenNeuro published dataset (like https://openneuro.org/datasets/ds001454)
The fmap data on this dataset seems to be stored in non-BIDS compatible format, and fmriprep fails with the following error message.
The EchoTime1/2 are basically stored under magnitude1.json and magnitude2.json respectively, and on phasediff.json, it just has "EchoTime" (from magnitude2). According to BIDS specification, EchoTime1/2 should be stored on phasediff.json, and there should be no magnitude1/2.json.
I think I can pursuit several options...
What would you recommend me to do?
The text was updated successfully, but these errors were encountered: