Metadata-Version: 2.1
Name: sdcflows
Version: 1.4.0rc0
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
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: nibabel (>=3.0.1)
Requires-Dist: nipype (<2.0,>=1.5.1)
Requires-Dist: niworkflows (~=1.3.0)
Requires-Dist: numpy
Requires-Dist: pybids (>=0.11.1)
Requires-Dist: templateflow (>=0.6)
Provides-Extra: all
Requires-Dist: sphinx (<3,>=2.1.2) ; extra == 'all'
Requires-Dist: pydot (>=1.2.3) ; extra == 'all'
Requires-Dist: pydotplus ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Requires-Dist: sphinxcontrib-apidoc (~=0.3.0) ; extra == 'all'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'all'
Requires-Dist: sphinxcontrib-versioning ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-xdist (>=2.0) ; extra == 'all'
Requires-Dist: pytest-cov (==2.10.1) ; extra == 'all'
Requires-Dist: coverage ; extra == 'all'
Provides-Extra: doc
Requires-Dist: sphinx (<3,>=2.1.2) ; extra == 'doc'
Requires-Dist: pydot (>=1.2.3) ; extra == 'doc'
Requires-Dist: pydotplus ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: sphinxcontrib-apidoc (~=0.3.0) ; extra == 'doc'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'doc'
Requires-Dist: sphinxcontrib-versioning ; extra == 'doc'
Provides-Extra: docs
Requires-Dist: sphinx (<3,>=2.1.2) ; extra == 'docs'
Requires-Dist: pydot (>=1.2.3) ; extra == 'docs'
Requires-Dist: pydotplus ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-apidoc (~=0.3.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: sphinxcontrib-versioning ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-xdist (>=2.0) ; extra == 'tests'
Requires-Dist: pytest-cov (==2.10.1) ; extra == 'tests'
Requires-Dist: coverage ; 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://travis-ci.com/nipreps/sdcflows.svg?branch=master
    :target: https://travis-ci.com/nipreps/sdcflows

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>`__.


