From be0ce06fbea28c9ecf298129b060fb4bd1ae9744 Mon Sep 17 00:00:00 2001 From: Daniel Cuneo Date: Wed, 27 Apr 2022 15:27:24 -0700 Subject: [PATCH 1/2] Explain better SDC and B0FieldSource requirement. --- docs/workflows.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/workflows.rst b/docs/workflows.rst index 2cd26c867..14ddd1f49 100644 --- a/docs/workflows.rst +++ b/docs/workflows.rst @@ -368,8 +368,15 @@ the scanner. fieldmap estimation. Please note that all routines for susceptibility-derived distortion correction -have been excised off of *fMRIPrep* for utilization on other projects -(e.g., `dMRIPrep `__). +have been moved into their own code base called `sdcflows`. No action is +required by user as this module is included in `fmriprep`. + +Details about the BIDS specification for field maps can be found at + + +**NOTE** There is a deviation from the BIDS spec, in that all fieldmap image side +car files must include the `B0Fielsource` key and appropriate value. + For more detailed documentation on :abbr:`SDC (susceptibility-derived distortion correction)` routines, check on the `SDCFlows component `__. From 9a24bb525f77ae4f336832a65e8eab630ec6c801 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 28 May 2022 11:10:13 -0700 Subject: [PATCH 2/2] Update docs/workflows.rst Co-authored-by: Chris Markiewicz --- docs/workflows.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/workflows.rst b/docs/workflows.rst index 14ddd1f49..dabe6f920 100644 --- a/docs/workflows.rst +++ b/docs/workflows.rst @@ -368,8 +368,8 @@ the scanner. fieldmap estimation. Please note that all routines for susceptibility-derived distortion correction -have been moved into their own code base called `sdcflows`. No action is -required by user as this module is included in `fmriprep`. +have been moved into their own code base called SDCFlows. +No action is required by users, as this module is included in *fMRIPrep*. Details about the BIDS specification for field maps can be found at