-
Notifications
You must be signed in to change notification settings - Fork 27
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
PhaseDiff SDC: phase1/phase2 implementation #15
Comments
Addresses nipreps/fmriprep#1169. |
#30 follows up on the suggestions in nipreps/fmriprep#1359 to switch to the official prelude approach instead of using arctan2. The end result is the same, but now the workflow is consistent with the documentation |
This PR: - [x] Refines the work in nipreps#53 addressing nipreps#40. - [x] Adds tests to cover the orchestration workflow. - [x] Fixes nipreps#7 (added regression tests for this bug). - [x] Updates the interface of phdiff workflows: removes the metadata input, which was defined for this workflow solely. - [x] Makes it trivial to extend the phdiff workflow to phase1/phase2 workflows (nipreps#15).
This PR: - [x] Refines the work in nipreps#53 addressing nipreps#40. - [x] Adds tests to cover the orchestration workflow. - [x] Fixes nipreps#7 (added regression tests for this bug). - [x] Updates the interface of phdiff workflows: removes the metadata input, which was defined for this workflow solely. - [x] Makes it trivial to extend the phdiff workflow to phase1/phase2 workflows (nipreps#15).
This PR: - [x] Refines the work in #53 addressing #40. - [x] Adds tests to cover the orchestration workflow. - [x] Fixes #7 (added regression tests for this bug). - [x] Updates the interface of phdiff workflows: removes the metadata input, which was defined for this workflow solely. - [x] Makes it trivial to extend the phdiff workflow to phase1/phase2 workflows (#15).
@oesteban which version of fmriprep support phase1/2 type of fieldmap? I am testing it with 1.5.2 but it looks like it doesn't handle it (yet).
|
We integrated the new fieldmaps in 1.5.3 - https://github.com/poldracklab/fmriprep/releases/tag/1.5.3 |
I tried 1.5.3 (and 1.5.4) but I couldn't get it to work for us... nipreps/fmriprep#1921 I will stay with 1.5.2 for now. |
Based on the foundations set by nipreps/fmriprep#1359, finish up the phase1/2 implementation.
The text was updated successfully, but these errors were encountered: