Skip to content

Commit d7e5d6e

Browse files
toomanycatsDaniel Cuneoeffigies
authored
Explain better SDC and B0FieldSource requirement. (#2768)
## Changes proposed in this pull request Explain that `sdcflows` has it's own code base but it's still included in `fmriprep`. I'm actually unsure about this but I think this is correct: Tell users to add the `B0FieldSource` key and value to all fieldmap images. --------- Co-authored-by: Daniel Cuneo <[email protected]> Co-authored-by: Chris Markiewicz <[email protected]> Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 33fa78f commit d7e5d6e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/workflows.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,15 @@ the scanner.
439439
fieldmap estimation.
440440

441441
Please note that all routines for susceptibility-derived distortion correction
442-
have been excised off of *fMRIPrep* for utilization on other projects
443-
(e.g., `dMRIPrep <https://www.nipreps.org/dmriprep>`__).
442+
have been moved into their own code base called SDCFlows.
443+
No action is required by users, as this module is included in *fMRIPrep*.
444+
445+
Details about the BIDS specification for field maps can be found at
446+
<https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/01-magnetic-resonance-imaging-data.html#types-of-fieldmaps>
447+
448+
**NOTE** SDCFlows prefers `B0FieldIdentifier`/`B0FieldSource` and will use that
449+
to the exclusion of `IntendedFor`, if it is present anywhere in the dataset.
450+
444451
For more detailed documentation on
445452
:abbr:`SDC (susceptibility-derived distortion correction)`
446453
routines, check on the `SDCFlows component <https://www.nipreps.org/sdcflows>`__.

0 commit comments

Comments
 (0)