Skip to content

Commit f24d414

Browse files
committed
improvements to the text
1 parent 6eb4ab7 commit f24d414

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ def init_func_preproc_wf(bold_file, ignore, freesurfer,
306306
and co-registrations to anatomical and template spaces).
307307
Gridded (volumetric) resamplings were performed using `antsApplyTransforms` (ANTs),
308308
configured with Lanczos interpolation to minimize the smoothing
309-
effects of other kernels @lanczos.
310-
Non-grid (surface) resampling were performed using `mri_vol2surf`
309+
effects of other kernels [@lanczos].
310+
Non-gridded (surface) resamplings were performed using `mri_vol2surf`
311311
(FreeSurfer).
312312
*Grayordinates* files, which combine surface-sampled data and
313313
volume-sampled data, were also generated.

fmriprep/workflows/bold/resampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def init_bold_mni_trans_wf(template, mem_gb, omp_nthreads,
232232
workflow = Workflow(name=name)
233233
workflow.__desc__ = """\
234234
The BOLD time-series were resampled on {tpl} standard space,
235-
generated *preprocessed BOLD on {tpl} space*.
235+
generating a *preprocessed BOLD run on {tpl} space*.
236236
""".format(tpl=template)
237237

238238
inputnode = pe.Node(

0 commit comments

Comments
 (0)