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
| Bae | Jonghyun |@baej3| 0000-0002-3987-6603 | National Institute on Aging |
12
+
| Bilgel | Murat |@bilgelm| 0000-0001-5042-7422 | National Institute on Aging |
13
+
| Ceballos | Eric |@eric2302| 0000-0002-5643-1243 | Montreal Neurological Institute |
14
+
| Dörfel | Ruben |@RDoerfel| 0000-0002-5920-5102 | Karolinska Institutet, and Neurobiology Research Unit |
11
15
| Esteban | Oscar |@oesteban| 0000-0001-8435-6191 | School of Engineering, HES-SO University of Applied Sciences and Arts Western Switzerland, Sion, Switzerland |
16
+
| Galassi | Anthony |@bendhouseart| 0000-0001-6550-4574 | Data Science and Sharing Team, National Institute of Mental Health, Bethesda, MD, USA |
12
17
| Goncalves | Mathias |@mgxd| 0000-0002-7252-7771 | Department of Psychology, Stanford University, CA, USA |
18
+
| Hamati | Rami |@ramroomh| 0000-0001-7213-9253 | Institute of Mental Health Research |
19
+
| Jonghyun | Bae || 0000-0002-3987-6603 | National Institute on Aging |
13
20
| Legarreta Gorroño | Jon Haitz |@jhlegarreta| 0000-0002-9661-1396 | Brigham and Women's Hospital, Mass General Brigham, Harvard Medical School, MA, USA |
14
21
| Markiewicz | Christopher J. |@effigies| 0000-0002-6533-164X | Department of Psychology, Stanford University, CA, USA |
15
22
| Schiavone | Alice |@aliswh| 0009-0006-4844-2088 | Neurobiology Research Unit, Rigshospitalet, Copenhagen and Department of Computer Science, University of Copenhagen |
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)
Copy file name to clipboardExpand all lines: docs/installation.rst
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,25 +32,46 @@ Therefore, once specified the container options and the image to be run
32
32
the command line is the same as for the *bare-metal* installation but dropping
33
33
the ``petprep`` executable name.
34
34
35
-
Containerized execution (Docker and Singularity)
35
+
Containerized execution (Docker and Apptainer)
36
36
================================================
37
37
*PETPrep* is a *NiPreps* application, and therefore follows some overarching principles
38
38
of containerized execution drawn from the BIDS-Apps protocols.
39
39
For detailed information of containerized execution of *NiPreps*, please visit the corresponding
40
40
`Docker <https://www.nipreps.org/apps/docker/>`__
41
-
or `Singularity <https://www.nipreps.org/apps/singularity/>`__ subsections.
41
+
or `Apptainer / Singularity <https://www.nipreps.org/apps/singularity/>`__ subsections.
42
42
The *NiPreps* portal also contains
43
43
`extended details of execution with the Docker wrapper <https://www.nipreps.org/apps/docker/#running-a-niprep-with-a-lightweight-wrapper>`__.
44
44
45
45
In short, install the ``petprep-docker`` wrapper with pip::
46
46
47
47
$ python -m pip install petprep-docker
48
48
49
+
Warning - since petprep relies on many tools (see below Dependencies), you need about 30 Gb free space (the image is 24GB -- also beware of docker settings which by default will not use the last 10% of your disk space).
50
+
49
51
Then run the ``petprep-docker`` command-line as if you were running
*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