File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,14 @@ def init_bold_wf(
181
181
)
182
182
183
183
workflow = Workflow (name = _get_wf_name (bold_file , "bold" ))
184
+ workflow .__postdesc__ = """\
185
+ All resamplings can be performed with *a single interpolation
186
+ step* by composing all the pertinent transformations (i.e. head-motion
187
+ transform matrices, susceptibility distortion correction when available,
188
+ and co-registrations to anatomical and output spaces).
189
+ Gridded (volumetric) resamplings were performed using `nitransforms`,
190
+ configured with cubic B-spline interpolation.
191
+ """
184
192
185
193
inputnode = pe .Node (
186
194
niu .IdentityInterface (
@@ -456,6 +464,10 @@ def init_bold_wf(
456
464
]) # fmt:skip
457
465
458
466
if config .workflow .run_reconall and freesurfer_spaces :
467
+ workflow .__postdesc__ += """\
468
+ Non-gridded (surface) resamplings were performed using `mri_vol2surf`
469
+ (FreeSurfer).
470
+ """
459
471
config .loggers .workflow .debug ("Creating BOLD surface-sampling workflow." )
460
472
bold_surf_wf = init_bold_surf_wf (
461
473
mem_gb = mem_gb ["resampled" ],
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ def init_bold_fsLR_resampling_wf(
583
583
584
584
workflow .__desc__ = """\
585
585
The BOLD time-series were resampled onto the left/right-symmetric template
586
- "fsLR" [@hcppipelines].
586
+ "fsLR" using the Connectome Workbench [@hcppipelines].
587
587
"""
588
588
589
589
inputnode = pe .Node (
You can’t perform that action at this time.
0 commit comments