Metadata-Version: 2.4
Name: fmriprep
Version: 25.2.1
Summary: A robust and easy-to-use pipeline for preprocessing of diverse fMRI data
Project-URL: Homepage, https://github.com/nipreps/fmriprep
Project-URL: Documentation, https://fmriprep.org
Project-URL: Paper, https://doi.org/10.1038/s41592-018-0235-4
Project-URL: Docker Images, https://hub.docker.com/r/nipreps/fmriprep/tags/
Project-URL: NiPreps, https://www.nipreps.org/
Author-email: The NiPreps Developers <nipreps@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Requires-Python: >=3.10
Requires-Dist: acres>=0.2.0
Requires-Dist: apscheduler>=3.10
Requires-Dist: codecarbon>=2
Requires-Dist: looseversion>=1.3
Requires-Dist: nibabel>=5.1.1
Requires-Dist: nipype>=1.9.0
Requires-Dist: nireports>=24.1.0
Requires-Dist: nitime>=0.9
Requires-Dist: nitransforms>=25.0.1
Requires-Dist: niworkflows>=1.14.2
Requires-Dist: numpy>=2.0
Requires-Dist: packaging>=24
Requires-Dist: pandas>=2.2
Requires-Dist: psutil>=5.4
Requires-Dist: pybids>=0.16
Requires-Dist: requests>=2.27
Requires-Dist: sdcflows>=2.15.0
Requires-Dist: smriprep>=0.19.2
Requires-Dist: tedana>=25.0.0
Requires-Dist: templateflow>=24.2.2
Requires-Dist: toml>=0.10
Requires-Dist: transforms3d>=0.4.2
Provides-Extra: all
Requires-Dist: coverage[toml]>=5.2.1; extra == 'all'
Requires-Dist: fuzzywuzzy; extra == 'all'
Requires-Dist: migas>=0.4.0; extra == 'all'
Requires-Dist: pydot>=1.2.3; extra == 'all'
Requires-Dist: pytest-cov>=2.11; extra == 'all'
Requires-Dist: pytest-env; extra == 'all'
Requires-Dist: pytest-xdist>=2.5; extra == 'all'
Requires-Dist: pytest>=8.1; extra == 'all'
Requires-Dist: python-levenshtein; extra == 'all'
Requires-Dist: sentry-sdk>=1.3; extra == 'all'
Requires-Dist: sphinx-argparse!=0.5.0; extra == 'all'
Requires-Dist: sphinx-rtd-theme>=0.5.2; extra == 'all'
Requires-Dist: sphinx>=5; extra == 'all'
Provides-Extra: container
Requires-Dist: datalad; extra == 'container'
Requires-Dist: datalad-osf; extra == 'container'
Requires-Dist: migas>=0.4.0; extra == 'container'
Requires-Dist: sentry-sdk>=1.3; extra == 'container'
Provides-Extra: dev
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: doc
Requires-Dist: pydot>=1.2.3; extra == 'doc'
Requires-Dist: sphinx-argparse!=0.5.0; extra == 'doc'
Requires-Dist: sphinx-rtd-theme>=0.5.2; extra == 'doc'
Requires-Dist: sphinx>=5; extra == 'doc'
Provides-Extra: docs
Requires-Dist: pydot>=1.2.3; extra == 'docs'
Requires-Dist: sphinx-argparse!=0.5.0; extra == 'docs'
Requires-Dist: sphinx-rtd-theme>=0.5.2; extra == 'docs'
Requires-Dist: sphinx>=5; extra == 'docs'
Provides-Extra: duecredit
Requires-Dist: duecredit; extra == 'duecredit'
Provides-Extra: maint
Requires-Dist: fuzzywuzzy; extra == 'maint'
Requires-Dist: python-levenshtein; extra == 'maint'
Provides-Extra: resmon
Provides-Extra: telemetry
Requires-Dist: migas>=0.4.0; extra == 'telemetry'
Requires-Dist: sentry-sdk>=1.3; extra == 'telemetry'
Provides-Extra: test
Requires-Dist: coverage[toml]>=5.2.1; extra == 'test'
Requires-Dist: pytest-cov>=2.11; extra == 'test'
Requires-Dist: pytest-env; extra == 'test'
Requires-Dist: pytest-xdist>=2.5; extra == 'test'
Requires-Dist: pytest>=8.1; extra == 'test'
Provides-Extra: tests
Requires-Dist: coverage[toml]>=5.2.1; extra == 'tests'
Requires-Dist: pytest-cov>=2.11; extra == 'tests'
Requires-Dist: pytest-env; extra == 'tests'
Requires-Dist: pytest-xdist>=2.5; extra == 'tests'
Requires-Dist: pytest>=8.1; extra == 'tests'
Description-Content-Type: text/x-rst

Preprocessing of functional MRI (fMRI) involves numerous steps to clean and standardize
the data before statistical analysis.
Generally, researchers create ad hoc preprocessing workflows for each dataset,
building upon a large inventory of available tools.
The complexity of these workflows has snowballed with rapid advances in
acquisition and processing.
fMRIPrep is an analysis-agnostic tool that addresses the challenge of robust and
reproducible preprocessing for task-based and resting fMRI data.
fMRIPrep automatically adapts a best-in-breed workflow to the idiosyncrasies of
virtually any dataset, ensuring high-quality preprocessing without manual intervention.
fMRIPrep robustly produces high-quality results on diverse fMRI data.
Additionally, fMRIPrep introduces less uncontrolled spatial smoothness than observed
with commonly used preprocessing tools.
fMRIPrep equips neuroscientists with an easy-to-use and transparent preprocessing
workflow, which can help ensure the validity of inference and the interpretability
of results.

The workflow is based on `Nipype <https://nipype.readthedocs.io>`_ and encompasses a large
set of tools from well-known neuroimaging packages, including
`FSL <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/>`_,
`ANTs <https://stnava.github.io/ANTs/>`_,
`FreeSurfer <https://surfer.nmr.mgh.harvard.edu/>`_,
`AFNI <https://afni.nimh.nih.gov/>`_,
and `Nilearn <https://nilearn.github.io/>`_.
This pipeline was designed to provide the best software implementation for each state of
preprocessing, and will be updated as newer and better neuroimaging software becomes
available.

fMRIPrep performs basic preprocessing steps (coregistration, normalization, unwarping, noise
component extraction, segmentation, skullstripping etc.) providing outputs that can be
easily submitted to a variety of group level analyses, including task-based or resting-state
fMRI, graph theory measures, surface or volume-based statistics, etc.
fMRIPrep allows you to easily do the following:

  * Take fMRI data from *unprocessed* (only reconstructed) to ready for analysis.
  * Implement tools from different software packages.
  * Achieve optimal data processing quality by using the best tools available.
  * Generate preprocessing-assessment reports, with which the user can easily identify problems.
  * Receive verbose output concerning the stage of preprocessing for each subject, including
    meaningful errors.
  * Automate and parallelize processing steps, which provides a significant speed-up from
    typical linear, manual processing.

[Nat Meth doi:`10.1038/s41592-018-0235-4 <https://doi.org/10.1038/s41592-018-0235-4>`_]
[Documentation `fmriprep.org <https://fmriprep.readthedocs.io>`_]
[Software doi:`10.5281/zenodo.852659 <https://doi.org/10.5281/zenodo.852659>`_]
[Support `neurostars.org <https://neurostars.org/tags/fmriprep>`_]

License information
-------------------
*fMRIPrep* adheres to the
`general licensing guidelines <https://www.nipreps.org/community/licensing/>`__
of the *NiPreps framework*.

License
~~~~~~~
Copyright (c) the *NiPreps* Developers.

As of the 21.0.x pre-release and release series, *fMRIPrep* is
licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
`http://www.apache.org/licenses/LICENSE-2.0
<http://www.apache.org/licenses/LICENSE-2.0>`__.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
