Skip to content

Commit 527432d

Browse files
committed
ENH: update folder names from fmriprep to petprep
1 parent bac3cc9 commit 527432d

File tree

275 files changed

+14130
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+14130
-0
lines changed
-10.9 KB
Binary file not shown.
-2.21 KB
Binary file not shown.

petprep.egg-info/PKG-INFO

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
Metadata-Version: 2.1
2+
Name: fmriprep
3+
Version: 21.0.1+33.g75b0f7b1
4+
Summary: fMRIPrep is a robust and easy-to-use pipeline for preprocessing of diverse fMRI data.
5+
Home-page: https://github.com/nipreps/fmriprep
6+
Author: The NiPreps Developers
7+
Author-email: [email protected]
8+
License: Apache License, Version 2.0
9+
Project-URL: Documentation, https://fmriprep.readthedocs.io/
10+
Project-URL: Paper, https://doi.org/10.1038/s41592-018-0235-4
11+
Project-URL: Docker Images, https://hub.docker.com/r/nipreps/fmriprep/tags/
12+
Project-URL: NiPreps, https://www.nipreps.org/
13+
Platform: UNKNOWN
14+
Classifier: Development Status :: 4 - Beta
15+
Classifier: Intended Audience :: Science/Research
16+
Classifier: Topic :: Scientific/Engineering :: Image Recognition
17+
Classifier: License :: OSI Approved :: Apache Software License
18+
Classifier: Programming Language :: Python :: 3.7
19+
Classifier: Programming Language :: Python :: 3.8
20+
Requires-Python: >=3.7
21+
Description-Content-Type: text/x-rst; charset=UTF-8
22+
Provides-Extra: datalad
23+
Provides-Extra: doc
24+
Provides-Extra: docs
25+
Provides-Extra: duecredit
26+
Provides-Extra: resmon
27+
Provides-Extra: sentry
28+
Provides-Extra: tests
29+
Provides-Extra: maint
30+
Provides-Extra: all
31+
License-File: LICENSE
32+
License-File: NOTICE
33+
34+
Preprocessing of functional MRI (fMRI) involves numerous steps to clean and standardize
35+
the data before statistical analysis.
36+
Generally, researchers create ad hoc preprocessing workflows for each dataset,
37+
building upon a large inventory of available tools.
38+
The complexity of these workflows has snowballed with rapid advances in
39+
acquisition and processing.
40+
fMRIPrep is an analysis-agnostic tool that addresses the challenge of robust and
41+
reproducible preprocessing for task-based and resting fMRI data.
42+
fMRIPrep automatically adapts a best-in-breed workflow to the idiosyncrasies of
43+
virtually any dataset, ensuring high-quality preprocessing without manual intervention.
44+
fMRIPrep robustly produces high-quality results on diverse fMRI data.
45+
Additionally, fMRIPrep introduces less uncontrolled spatial smoothness than observed
46+
with commonly used preprocessing tools.
47+
fMRIPrep equips neuroscientists with an easy-to-use and transparent preprocessing
48+
workflow, which can help ensure the validity of inference and the interpretability
49+
of results.
50+
51+
The workflow is based on `Nipype <https://nipype.readthedocs.io>`_ and encompases a large
52+
set of tools from well-known neuroimaging packages, including
53+
`FSL <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/>`_,
54+
`ANTs <https://stnava.github.io/ANTs/>`_,
55+
`FreeSurfer <https://surfer.nmr.mgh.harvard.edu/>`_,
56+
`AFNI <https://afni.nimh.nih.gov/>`_,
57+
and `Nilearn <https://nilearn.github.io/>`_.
58+
This pipeline was designed to provide the best software implementation for each state of
59+
preprocessing, and will be updated as newer and better neuroimaging software becomes
60+
available.
61+
62+
fMRIPrep performs basic preprocessing steps (coregistration, normalization, unwarping, noise
63+
component extraction, segmentation, skullstripping etc.) providing outputs that can be
64+
easily submitted to a variety of group level analyses, including task-based or resting-state
65+
fMRI, graph theory measures, surface or volume-based statistics, etc.
66+
fMRIPrep allows you to easily do the following:
67+
68+
* Take fMRI data from *unprocessed* (only reconstructed) to ready for analysis.
69+
* Implement tools from different software packages.
70+
* Achieve optimal data processing quality by using the best tools available.
71+
* Generate preprocessing-assessment reports, with which the user can easily identify problems.
72+
* Receive verbose output concerning the stage of preprocessing for each subject, including
73+
meaningful errors.
74+
* Automate and parallelize processing steps, which provides a significant speed-up from
75+
typical linear, manual processing.
76+
77+
[Nat Meth doi:`10.1038/s41592-018-0235-4 <https://doi.org/10.1038/s41592-018-0235-4>`_]
78+
[Documentation `fmriprep.org <https://fmriprep.readthedocs.io>`_]
79+
[Software doi:`10.5281/zenodo.852659 <https://doi.org/10.5281/zenodo.852659>`_]
80+
[Support `neurostars.org <https://neurostars.org/tags/fmriprep>`_]
81+
82+
License information
83+
-------------------
84+
*fMRIPrep* adheres to the
85+
`general licensing guidelines <https://www.nipreps.org/community/licensing/>`__
86+
of the *NiPreps framework*.
87+
88+
License
89+
~~~~~~~
90+
Copyright (c) 2021, the *NiPreps* Developers.
91+
92+
As of the 21.0.x pre-release and release series, *fMRIPrep* is
93+
licensed under the Apache License, Version 2.0 (the "License");
94+
you may not use this file except in compliance with the License.
95+
You may obtain a copy of the License at
96+
`http://www.apache.org/licenses/LICENSE-2.0
97+
<http://www.apache.org/licenses/LICENSE-2.0>`__.
98+
99+
Unless required by applicable law or agreed to in writing, software
100+
distributed under the License is distributed on an "AS IS" BASIS,
101+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
102+
See the License for the specific language governing permissions and
103+
limitations under the License.
104+

petprep.egg-info/SOURCES.txt

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
CHANGES.rst
2+
LICENSE
3+
MANIFEST.in
4+
NOTICE
5+
README.rst
6+
pyproject.toml
7+
setup.cfg
8+
setup.py
9+
versioneer.py
10+
fmriprep/__about__.py
11+
fmriprep/__init__.py
12+
fmriprep/__main__.py
13+
fmriprep/_version.py
14+
fmriprep/_warnings.py
15+
fmriprep/config.py
16+
fmriprep.egg-info/PKG-INFO
17+
fmriprep.egg-info/SOURCES.txt
18+
fmriprep.egg-info/dependency_links.txt
19+
fmriprep.egg-info/entry_points.txt
20+
fmriprep.egg-info/requires.txt
21+
fmriprep.egg-info/top_level.txt
22+
fmriprep/cli/__init__.py
23+
fmriprep/cli/parser.py
24+
fmriprep/cli/run.py
25+
fmriprep/cli/version.py
26+
fmriprep/cli/workflow.py
27+
fmriprep/cli/tests/__init__.py
28+
fmriprep/cli/tests/test_parser.py
29+
fmriprep/cli/tests/test_version.py
30+
fmriprep/data/NOTICE
31+
fmriprep/data/affine.json
32+
fmriprep/data/bids.json
33+
fmriprep/data/boilerplate.bib
34+
fmriprep/data/fmap-any_registration.json
35+
fmriprep/data/fmap-any_registration_testing.json
36+
fmriprep/data/fmap_atlas.nii.gz
37+
fmriprep/data/fmap_atlas_2_MNI152NLin2009cAsym_affine.mat
38+
fmriprep/data/itkIdentityTransform.txt
39+
fmriprep/data/reports-spec.yml
40+
fmriprep/data/sub-01_run-01_echo-1_bold.nii.gz
41+
fmriprep/data/sub-01_run-01_echo-2_bold.nii.gz
42+
fmriprep/data/sub-01_run-01_echo-3_bold.nii.gz
43+
fmriprep/data/sub-01_run-01_optcomb.nii.gz
44+
fmriprep/data/sub-01_run-01_t2smap.nii.gz
45+
fmriprep/data/susceptibility_syn.json
46+
fmriprep/data/translation_rigid.json
47+
fmriprep/data/flirtsch/bbr.sch
48+
fmriprep/data/tests/config.toml
49+
fmriprep/data/tests/ds000005/CHANGES
50+
fmriprep/data/tests/ds000005/README
51+
fmriprep/data/tests/ds000005/dataset_description.json
52+
fmriprep/data/tests/ds000005/participants.tsv
53+
fmriprep/data/tests/ds000005/task-mixedgamblestask_bold.json
54+
fmriprep/data/tests/ds000005/sub-01/anat/sub-01_T1w.nii.gz
55+
fmriprep/data/tests/ds000005/sub-01/anat/sub-01_inplaneT2.nii.gz
56+
fmriprep/data/tests/ds000005/sub-01/func/sub-01_task-mixedgamblestask_run-01_bold.nii.gz
57+
fmriprep/data/tests/ds000005/sub-01/func/sub-01_task-mixedgamblestask_run-01_events.tsv
58+
fmriprep/data/tests/ds000005/sub-01/func/sub-01_task-mixedgamblestask_run-02_bold.nii.gz
59+
fmriprep/data/tests/ds000005/sub-01/func/sub-01_task-mixedgamblestask_run-02_events.tsv
60+
fmriprep/data/tests/ds000005/sub-01/func/sub-01_task-mixedgamblestask_run-03_bold.nii.gz
61+
fmriprep/data/tests/ds000005/sub-01/func/sub-01_task-mixedgamblestask_run-03_events.tsv
62+
fmriprep/interfaces/__init__.py
63+
fmriprep/interfaces/confounds.py
64+
fmriprep/interfaces/maths.py
65+
fmriprep/interfaces/multiecho.py
66+
fmriprep/interfaces/patches.py
67+
fmriprep/interfaces/reports.py
68+
fmriprep/interfaces/tests/__init__.py
69+
fmriprep/interfaces/tests/conftest.py
70+
fmriprep/interfaces/tests/test_confounds.py
71+
fmriprep/interfaces/tests/test_maths.py
72+
fmriprep/interfaces/tests/test_reports.py
73+
fmriprep/interfaces/tests/data/__init__.py
74+
fmriprep/reports/__init__.py
75+
fmriprep/reports/conftest.py
76+
fmriprep/reports/core.py
77+
fmriprep/tests/__init__.py
78+
fmriprep/tests/test_config.py
79+
fmriprep/tests/test_fsl6.py
80+
fmriprep/utils/__init__.py
81+
fmriprep/utils/bids.py
82+
fmriprep/utils/confounds.py
83+
fmriprep/utils/meepi.py
84+
fmriprep/utils/misc.py
85+
fmriprep/utils/sentry.py
86+
fmriprep/utils/testing.py
87+
fmriprep/workflows/__init__.py
88+
fmriprep/workflows/base.py
89+
fmriprep/workflows/tests.py
90+
fmriprep/workflows/bold/__init__.py
91+
fmriprep/workflows/bold/base.py
92+
fmriprep/workflows/bold/confounds.py
93+
fmriprep/workflows/bold/hmc.py
94+
fmriprep/workflows/bold/outputs.py
95+
fmriprep/workflows/bold/registration.py
96+
fmriprep/workflows/bold/resampling.py
97+
fmriprep/workflows/bold/stc.py
98+
fmriprep/workflows/bold/t2s.py
99+
fmriprep/workflows/bold/tests/__init__.py
100+
fmriprep/workflows/bold/tests/test_confounds.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

petprep.egg-info/entry_points.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[console_scripts]
2+
fmriprep = fmriprep.cli.run:main

petprep.egg-info/requires.txt

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
nibabel>=3.0
2+
nipype>=1.5.1
3+
nitime
4+
nitransforms~=21.0.0
5+
niworkflows@ git+https://github.com/nipreps/niworkflows.git@master
6+
numpy
7+
packaging
8+
pandas
9+
psutil>=5.4
10+
pybids>=0.12.1
11+
requests
12+
sdcflows~=2.0.11
13+
smriprep~=0.8.0
14+
tedana~=0.0.9
15+
templateflow>=0.6
16+
toml
17+
18+
[all]
19+
datalad
20+
pydot>=1.2.3
21+
pydotplus
22+
sphinx>=1.8
23+
sphinx-argparse
24+
sphinx_rtd_theme
25+
sphinxcontrib-napoleon
26+
duecredit
27+
fuzzywuzzy
28+
python-Levenshtein
29+
sentry-sdk~=1.3.0
30+
coverage
31+
codecov
32+
pytest
33+
pytest-cov
34+
pytest-env
35+
36+
[datalad]
37+
datalad
38+
39+
[doc]
40+
pydot>=1.2.3
41+
pydotplus
42+
sphinx>=1.8
43+
sphinx-argparse
44+
sphinx_rtd_theme
45+
sphinxcontrib-napoleon
46+
47+
[docs]
48+
pydot>=1.2.3
49+
pydotplus
50+
sphinx>=1.8
51+
sphinx-argparse
52+
sphinx_rtd_theme
53+
sphinxcontrib-napoleon
54+
55+
[duecredit]
56+
duecredit
57+
58+
[maint]
59+
fuzzywuzzy
60+
python-Levenshtein
61+
62+
[resmon]
63+
64+
[sentry]
65+
sentry-sdk~=1.3.0
66+
67+
[tests]
68+
coverage
69+
codecov
70+
pytest
71+
pytest-cov
72+
pytest-env

petprep.egg-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fmriprep

petprep/.DS_Store

8 KB
Binary file not shown.

petprep/__init__.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
2+
# vi: set ft=python sts=4 ts=4 sw=4 et:
3+
#
4+
# Copyright The NiPreps Developers <[email protected]>
5+
#
6+
# Licensed under the Apache License, Version 2.0 (the "License");
7+
# you may not use this file except in compliance with the License.
8+
# You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#
18+
# We support and encourage derived works from this project, please read
19+
# about our expectations at
20+
#
21+
# https://www.nipreps.org/community/licensing/
22+
#
23+
"""Top-module metadata."""
24+
25+
try:
26+
from ._version import __version__
27+
except ImportError:
28+
__version__ = '0+unknown'

0 commit comments

Comments
 (0)