@@ -191,9 +191,9 @@ def init_fmap_wf(omp_nthreads=1, debug=False, mode="phasediff", name="fmap_wf"):
191
191
# fmt: on
192
192
193
193
if mode == "phasediff" :
194
- workflow .__desc__ = """\
194
+ workflow .__postdesc__ = """\
195
195
A *B<sub>0</sub>* nonuniformity map (or *fieldmap*) was estimated from the
196
- phase-drift map(s) measure with two consecutive GRE (gradient-recall echo)
196
+ phase-drift map(s) measure with two consecutive GRE (gradient-recalled echo)
197
197
acquisitions.
198
198
"""
199
199
phdiff_wf = init_phdiff_wf (omp_nthreads , debug = debug )
@@ -214,7 +214,7 @@ def init_fmap_wf(omp_nthreads=1, debug=False, mode="phasediff", name="fmap_wf"):
214
214
from niworkflows .interfaces .images import IntraModalMerge
215
215
from ...interfaces .fmap import CheckB0Units
216
216
217
- workflow .__desc__ = """\
217
+ workflow .__postdesc__ = """\
218
218
A *B<sub>0</sub>* nonuniformity map (or *fieldmap*) was directly measured with
219
219
an MRI scheme designed with that purpose such as SEI (Spiral-Echo Imaging).
220
220
"""
@@ -368,7 +368,7 @@ def init_phdiff_wf(omp_nthreads, debug=False, name="phdiff_wf"):
368
368
from ...interfaces .fmap import Phasediff2Fieldmap , PhaseMap2rads , SubtractPhases
369
369
370
370
workflow = Workflow (name = name )
371
- workflow .__desc__ = f"""\
371
+ workflow .__postdesc__ = f"""\
372
372
The corresponding phase-map(s) were phase-unwrapped with `prelude` (FSL { PRELUDE .version } ).
373
373
"""
374
374
0 commit comments