Metadata-Version: 2.1
Name: sdcflows
Version: 2.6.0
Summary: Susceptibility Distortion Correction (SDC) workflows for EPI MR schemes.
Home-page: https://www.nipreps.org/sdcflows
Author: The SDCflows developers
Author-email: nipreps@gmail.com
License: Apache-2.0
Project-URL: Documentation, https://www.nipreps.org/sdcflows
Project-URL: GitHub, https://github.com/nipreps/sdcflows
Project-URL: fMRIPrep, https://fmriprep.readthedocs.io
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE
Requires-Dist: attrs >=20.1.0
Requires-Dist: nibabel >=3.1.0
Requires-Dist: nipype <2.0,>=1.8.5
Requires-Dist: traits <6.4
Requires-Dist: niworkflows >=1.7.0
Requires-Dist: nitransforms >=23.0.1
Requires-Dist: numpy >=1.21.0
Requires-Dist: pybids >=0.15.1
Requires-Dist: scikit-image >=0.18
Requires-Dist: scipy >=1.8.1
Requires-Dist: templateflow
Requires-Dist: importlib-resources >=5.7 ; python_version < "3.11"
Provides-Extra: all
Requires-Dist: furo ~=2021.10.09 ; extra == 'all'
Requires-Dist: pydot ; extra == 'all'
Requires-Dist: pydotplus ; extra == 'all'
Requires-Dist: sphinx ; extra == 'all'
Requires-Dist: sphinxcontrib-apidoc ; extra == 'all'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'all'
Requires-Dist: psutil ; extra == 'all'
Requires-Dist: coverage ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pytest-env ; extra == 'all'
Requires-Dist: pytest-xdist ; extra == 'all'
Provides-Extra: doc
Requires-Dist: furo ~=2021.10.09 ; extra == 'doc'
Requires-Dist: pydot ; extra == 'doc'
Requires-Dist: pydotplus ; extra == 'doc'
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinxcontrib-apidoc ; extra == 'doc'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'doc'
Provides-Extra: docs
Requires-Dist: furo ~=2021.10.09 ; extra == 'docs'
Requires-Dist: pydot ; extra == 'docs'
Requires-Dist: pydotplus ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinxcontrib-apidoc ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Provides-Extra: mem
Requires-Dist: psutil ; extra == 'mem'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-env ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Provides-Extra: tests
Requires-Dist: coverage ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-env ; extra == 'tests'
Requires-Dist: pytest-xdist ; extra == 'tests'

SDCFlows
--------
.. image:: https://img.shields.io/pypi/v/sdcflows.svg
  :target: https://pypi.python.org/pypi/sdcflows/
  :alt: Latest Version

.. image:: https://codecov.io/gh/nipreps/sdcflows/branch/master/graph/badge.svg?token=V2CS5adHYk
  :target: https://codecov.io/gh/nipreps/sdcflows

.. image:: https://circleci.com/gh/nipreps/sdcflows.svg?style=svg
    :target: https://circleci.com/gh/nipreps/sdcflows

.. image:: https://github.com/nipreps/sdcflows/workflows/Deps%20&%20CI/badge.svg
    :target: https://github.com/nipreps/sdcflows/actions

SDCFlows (*Susceptibility Distortion Correction workFlows*) is a Python library of
*NiPype*-based workflows to preprocess *B0* mapping data, estimate the corresponding
fieldmap and finally correct for susceptibility distortions.
Susceptibility-derived distortions are typically displayed by images acquired with EPI
(echo-planar imaging) MR schemes.

The library is designed to provide an easily accessible, state-of-the-art interface that is
robust to differences in scan acquisition protocols and that requires minimal user input.

This open-source neuroimaging data processing tool is being developed as a part of
the MRI image analysis and reproducibility platform offered by
`NiPreps <https://www.nipreps.org>`__.
