1- *fMRIPrep *: A Robust Preprocessing Pipeline for fMRI Data
1+ *PETPrep *: A Robust Preprocessing Pipeline for PET Data
22=========================================================
3- *fMRIPrep * is a *NiPreps (NeuroImaging PREProcessing toolS) * application
3+ *PETPrep * is a *NiPreps (NeuroImaging PREProcessing toolS) * application
44(`www.nipreps.org <https://www.nipreps.org >`__) for the preprocessing of
5- task-based and resting-state functional MRI (fMRI) .
5+ positron emission tomography (PET) imaging .
66
77.. image :: https://img.shields.io/badge/RRID-SCR__016216-blue.svg
88 :target: https://doi.org/10.1038/s41592-018-0235-4
99 :alt: RRID:SCR_016216
1010
11- .. image :: https://img.shields.io/pypi/v/fmriprep .svg
12- :target: https://pypi.python.org/pypi/fmriprep /
11+ .. image :: https://img.shields.io/pypi/v/petprep .svg
12+ :target: https://pypi.python.org/pypi/petprep /
1313 :alt: Latest Version
1414
15- .. image :: https://circleci.com/gh/nipreps/fmriprep /tree/master.svg?style=shield
16- :target: https://circleci.com/gh/nipreps/fmriprep /tree/master
15+ .. image :: https://circleci.com/gh/nipreps/petprep /tree/master.svg?style=shield
16+ :target: https://circleci.com/gh/nipreps/petprep /tree/master
1717
18- .. image :: https://readthedocs.org/projects/fmriprep /badge/?version=latest
19- :target: https://fmriprep .org/en/latest/?badge=latest
18+ .. image :: https://readthedocs.org/projects/petprep /badge/?version=latest
19+ :target: https://petprep .org/en/latest/?badge=latest
2020 :alt: Documentation Status
2121
2222.. image :: https://img.shields.io/badge/doi-10.1038%2Fs41592--018--0235--4-blue.svg
2323 :target: https://doi.org/10.1038/s41592-018-0235-4
2424 :alt: Published in Nature Methods
2525
26- .. image :: https://img.shields.io/badge/docker-nipreps/fmriprep -brightgreen.svg?logo=docker&style=flat
27- :target: https://hub.docker.com/r/nipreps/fmriprep /tags/
26+ .. image :: https://img.shields.io/badge/docker-nipreps/petprep -brightgreen.svg?logo=docker&style=flat
27+ :target: https://hub.docker.com/r/nipreps/petprep /tags/
2828 :alt: Docker image available!
2929
3030.. image :: https://codeocean.com/codeocean-assets/badge/open-in-code-ocean.svg
@@ -37,37 +37,37 @@ task-based and resting-state functional MRI (fMRI).
3737
3838About
3939-----
40- .. image :: https://github.com/oesteban/fmriprep /raw/f4c7a9804be26c912b24ef4dccba54bdd72fa1fd/docs/_static/fmriprep -21.0.0.svg
40+ .. image :: https://github.com/oesteban/petprep /raw/f4c7a9804be26c912b24ef4dccba54bdd72fa1fd/docs/_static/petprep -21.0.0.svg
4141
4242
43- *fMRIPrep * is a functional magnetic resonance imaging (fMRI ) data
43+ *PETPrep * is a positron emission tomography (PET ) data
4444preprocessing pipeline that is designed to provide an easily accessible,
4545state-of-the-art interface that is robust to variations in scan acquisition
4646protocols and that requires minimal user input, while providing easily
4747interpretable and comprehensive error and output reporting.
4848It performs basic processing steps (coregistration, normalization, unwarping,
4949noise component extraction, segmentation, skull-stripping, etc.) providing
5050outputs that can be easily submitted to a variety of group level analyses,
51- including task-based or resting-state fMRI , graph theory measures, and surface
51+ including PET imaging studies , graph theory measures, and surface
5252or volume-based statistics.
5353
5454.. note ::
5555
56- *fMRIPrep * performs minimal preprocessing.
56+ *PETPrep * performs minimal preprocessing.
5757 Here we define 'minimal preprocessing' as motion correction, field
5858 unwarping, normalization, bias field correction, and brain extraction.
5959 See the `workflows section of our documentation
60- <https://fmriprep .readthedocs.io/en/latest/workflows.html> `__ for more details.
60+ <https://petprep .readthedocs.io/en/latest/workflows.html> `__ for more details.
6161
62- The *fMRIPrep * pipeline uses a combination of tools from well-known software
62+ The *PETPrep * pipeline uses a combination of tools from well-known software
6363packages, including FSL _, ANTs _, FreeSurfer _ and AFNI _.
6464This pipeline was designed to provide the best software implementation for each
6565state of preprocessing, and will be updated as newer and better neuroimaging
6666software become available.
6767
6868This tool allows you to easily do the following:
6969
70- - Take fMRI data from raw to fully preprocessed form.
70+ - Take PET data from raw to fully preprocessed form.
7171- Implement tools from different software packages.
7272- Achieve optimal data processing quality by using the best tools available.
7373- Generate preprocessing quality reports, with which the user can easily
@@ -78,11 +78,11 @@ This tool allows you to easily do the following:
7878 speed-up from manual processing or shell-scripted pipelines.
7979
8080More information and documentation can be found at
81- https://fmriprep .readthedocs.io/
81+ https://petprep .readthedocs.io/
8282
8383Principles
8484----------
85- *fMRIPrep * is built around three principles:
85+ *PETPrep * is built around three principles:
8686
87871. **Robustness ** - The pipeline adapts the preprocessing steps depending on
8888 the input dataset and should provide results as good as possible
@@ -93,7 +93,7 @@ Principles
9393 automatic fashion.
94943. **"Glass box" ** philosophy - Automation should not mean that one should not
9595 visually inspect the results or understand the methods.
96- Thus, *fMRIPrep * provides visual reports for each subject, detailing the
96+ Thus, *PETPrep * provides visual reports for each subject, detailing the
9797 accuracy of the most important processing steps.
9898 This, combined with the documentation, can help researchers to understand
9999 the process and decide which subjects should be kept for the group level
@@ -102,7 +102,7 @@ Principles
102102Citation
103103--------
104104**Citation boilerplate **.
105- Please acknowledge this work using the citation boilerplate that *fMRIPrep * includes
105+ Please acknowledge this work using the citation boilerplate that *PETPrep * includes
106106in the visual report generated for every subject processed.
107107For a more detailed description of the citation boilerplate and its relevance,
108108please check out the
@@ -111,21 +111,21 @@ please check out the
111111**Plagiarism disclaimer **.
112112The boilerplate text is public domain, distributed under the
113113`CC0 license <https://creativecommons.org/publicdomain/zero/1.0/ >`__,
114- and we recommend *fMRIPrep * users to reproduce it verbatim in their works.
114+ and we recommend *PETPrep * users to reproduce it verbatim in their works.
115115Therefore, if reviewers and/or editors raise concerns because the text is flagged by automated
116116plagiarism detection, please refer them to the *NiPreps * community and/or the note to this
117117effect in the `boilerplate documentation page <https://www.nipreps.org/intro/transparency/#citation-boilerplates >`__.
118118
119119**Papers **.
120- *fMRIPrep * contributors have published two relevant papers:
120+ *PETPrep * contributors have published two relevant papers:
121121`Esteban et al. (2019) <https://doi.org/10.1038/s41592-018-0235-4 >`__
122122[`preprint <https://doi.org/10.1101/306951 >`__], and
123123`Esteban et al. (2020) <https://doi.org/10.1038/s41596-020-0327-3 >`__
124124[`preprint <https://doi.org/10.1101/694364 >`__].
125125
126126**Other **.
127127Other materials that have been generated over time include the
128- `OHBM 2018 software demonstration <https://effigies.github.io/fmriprep -demo/ >`__
128+ `OHBM 2018 software demonstration <https://effigies.github.io/petprep -demo/ >`__
129129and some conference posters:
130130
131131* Organization for Human Brain Mapping 2018
@@ -144,15 +144,15 @@ and some conference posters:
144144
145145License information
146146-------------------
147- *fMRIPrep * adheres to the
147+ *PETPrep * adheres to the
148148`general licensing guidelines <https://www.nipreps.org/community/licensing/ >`__
149149of the *NiPreps framework *.
150150
151151License
152152~~~~~~~
153153Copyright (c) the *NiPreps * Developers.
154154
155- As of the 21.0.x pre-release and release series, *fMRIPrep * is
155+ As of the 21.0.x pre-release and release series, *PETPrep * is
156156licensed under the Apache License, Version 2.0 (the "License");
157157you may not use this file except in compliance with the License.
158158You may obtain a copy of the License at
0 commit comments