Skip to content

Commit 8555150

Browse files
committed
FIX: update documentation
1 parent 3dd40ea commit 8555150

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/usage.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,10 @@ registration (mri_robust_register) algorithm utilized settings optimized for PET
192192
scaling was enabled, automated sensitivity detection was activated, and the Frobenius norm threshold
193193
for convergence was set at 0.0001, ensuring precise and consistent alignment across frames.
194194

195-
To edit the motion correction parameters and run the workflow, use
195+
To edit the motion correction parameters and run the workflow, use: ::
196196

197197
$ petprep /data/bids_root /out participant --hmc-fwhm 8 --hmc-start-time 60
198198

199-
200199
Segmentation
201200
----------------
202201
*PETPrep* can segment the brain into different brain regions and extract time activity curves from these regions.
@@ -208,10 +207,7 @@ cerebral cortex, subcortical structures, and cerebellum.
208207

209208
To run the segmentation with the default ``gtm`` method, use: ::
210209

211-
$ petprep /data/bids_root /out participant --seg gtm
212-
213-
To run the segmentation with the ``brainstem`` method, use: ::
214-
$ petprep /data/bids_root /out participant --seg brainstem
210+
$ petprep /data/bids_root /out participant --seg gtm
215211

216212
Partial volume correction
217213
-------------------------

0 commit comments

Comments
 (0)