You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,3 +139,13 @@ This was supported by the BRAIN Initiative
139
139
grant (OpenNeuroPET, grant ID 1R24MH120004-01A1); the Novo Nordisk Foundation (OpenNeuroPET, grant ID NN20OC0063277); the Laura and John Arnold Foundation,
140
140
the NIH (grant NBIB R01EB020740, PI: Ghosh);
141
141
and NIMH (R24MH114705, R24MH117179, R01MH121867, PI: Poldrack)
*PETPrep* can segment the brain into different brain regions and extract time activity curves from these regions.
202
+
The ``--seg`` flag selects the segmentation method to use.
203
+
Available options are ``gtm`` (default) whole-brain segmentation from freesurfer, ``brainstem``, ``wm`` (white matter), ``thalamicNuclei``, ``hippocampusAmygdala``, ``raphe``, and ``limbic``.
204
+
205
+
The ``gtm`` segmentation is a whole-brain segmentation that includes the
206
+
cerebral cortex, subcortical structures, and cerebellum.
207
+
208
+
To run the segmentation with the default ``gtm`` method, use: ::
0 commit comments