|
21 | 21 | # https://www.nipreps.org/community/licensing/ |
22 | 22 | # |
23 | 23 | """ |
24 | | -fMRIPrep base processing workflows |
| 24 | +PETPrep base processing workflows |
25 | 25 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
26 | 26 |
|
27 | 27 | .. autofunction:: init_fmriprep_wf |
@@ -166,12 +166,12 @@ def init_single_subject_wf(subject_id: str): |
166 | 166 | init_resample_surfaces_wf, |
167 | 167 | ) |
168 | 168 |
|
169 | | - from fmriprep.workflows.pet.base import init_pet_wf |
| 169 | + from petprep.workflows.pet.base import init_pet_wf |
170 | 170 |
|
171 | 171 | workflow = Workflow(name=f'sub_{subject_id}_wf') |
172 | 172 | workflow.__desc__ = f""" |
173 | 173 | Results included in this manuscript come from preprocessing |
174 | | -performed using *fMRIPrep* {config.environment.version} |
| 174 | +performed using *PETPrep* {config.environment.version} |
175 | 175 | (@fmriprep1; @fmriprep2; RRID:SCR_016216), |
176 | 176 | which is based on *Nipype* {config.environment.nipype_version} |
177 | 177 | (@nipype1; @nipype2; RRID:SCR_002502). |
@@ -544,7 +544,7 @@ def init_single_subject_wf(subject_id: str): |
544 | 544 | for pet_series in pet_runs: |
545 | 545 | pet_cache = {} |
546 | 546 | if config.execution.derivatives: |
547 | | - from fmriprep.utils.bids import collect_derivatives, extract_entities |
| 547 | + from petprep.utils.bids import collect_derivatives, extract_entities |
548 | 548 |
|
549 | 549 | entities = extract_entities(pet_series) |
550 | 550 |
|
|
0 commit comments