@@ -170,7 +170,7 @@ def init_single_subject_wf(subject_id):
170
170
config .loggers .workflow .warning (
171
171
f"""\
172
172
Attempted to access pre-existing anatomical derivatives at \
173
- <{ config .execution .anat_derivatives } >, however not all expectations of fMRIPrep \
173
+ <{ config .execution .anat_derivatives } >, however not all expectations of NiBabies \
174
174
were met (for participant <{ subject_id } >, spaces <{ ', ' .join (std_spaces )} >, \
175
175
reconall <{ config .workflow .run_reconall } >)."""
176
176
)
@@ -184,29 +184,29 @@ def init_single_subject_wf(subject_id):
184
184
workflow = Workflow (name = name )
185
185
workflow .__desc__ = """
186
186
Results included in this manuscript come from preprocessing
187
- performed using *fMRIPrep * {fmriprep_ver}
188
- (@fmriprep1; @fmriprep2; RRID:SCR_016216),
189
- which is based on *Nipype* {nipype_ver}
187
+ performed using *NiBabies * {nibabies_ver},
188
+ derived from fMRIPrep (@fmriprep1; @fmriprep2; RRID:SCR_016216).
189
+ The underlying workflow engine used is *Nipype* {nipype_ver}
190
190
(@nipype1; @nipype2; RRID:SCR_002502).
191
191
192
192
""" .format (
193
- fmriprep_ver = config .environment .version ,
193
+ nibabies_ver = config .environment .version ,
194
194
nipype_ver = config .environment .nipype_version ,
195
195
)
196
196
workflow .__postdesc__ = """
197
197
198
- Many internal operations of *fMRIPrep * use
198
+ Many internal operations of *NiBabies * use
199
199
*Nilearn* {nilearn_ver} [@nilearn, RRID:SCR_001362],
200
200
mostly within the functional processing workflow.
201
201
For more details of the pipeline, see [the section corresponding
202
- to workflows in *fMRIPrep *'s documentation]\
202
+ to workflows in *nibabies *'s documentation]\
203
203
(https://nibabies.readthedocs.io/en/latest/workflows.html \
204
- "FMRIPrep 's documentation").
204
+ "NiBabies 's documentation").
205
205
206
206
207
207
### Copyright Waiver
208
208
209
- The above boilerplate text was automatically generated by fMRIPrep
209
+ The above boilerplate text was automatically generated by NiBabies
210
210
with the express intention that users should copy and paste this
211
211
text into their manuscripts *unchanged*.
212
212
It is released under the [CC0]\
0 commit comments