Metadata-Version: 2.1
Name: qsiprep
Version: 0.1.1
Summary: qsiprep builds workflows for preprocessing and reconstructing q-space images
Home-page: https://github.com/pennbbl/qsiprep
Author: The PennBBL Developers
Author-email: crn.pennbbl@gmail.com
Maintainer: Ross Blair
Maintainer-email: crn.pennbbl@gmail.com
License: 3-clause BSD
Download-URL: https://github.com/pennbbl/qsiprep/archive/0.1.1.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: numpy
Requires-Dist: lockfile
Requires-Dist: future
Requires-Dist: scikit-learn
Requires-Dist: matplotlib (>=2.2.0)
Requires-Dist: nilearn
Requires-Dist: sklearn
Requires-Dist: dipy
Requires-Dist: nibabel (>=2.2.1)
Requires-Dist: pandas
Requires-Dist: grabbit (==0.2.3)
Requires-Dist: pybids (==0.6.5)
Requires-Dist: nitime
Requires-Dist: nipype (>=1.1.3)
Requires-Dist: niworkflows (==0.5.2post5)
Requires-Dist: statsmodels
Requires-Dist: seaborn
Requires-Dist: indexed-gzip (>=0.8.2)
Requires-Dist: scikit-image
Requires-Dist: versioneer
Requires-Dist: pyyaml
Provides-Extra: all
Requires-Dist: datalad ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: sphinx-argparse ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Requires-Dist: mock ; extra == 'all'
Requires-Dist: pydot (>=1.2.3) ; extra == 'all'
Requires-Dist: sphinx (>=1.5.3) ; extra == 'all'
Requires-Dist: duecredit ; extra == 'all'
Requires-Dist: nbsphinx ; extra == 'all'
Requires-Dist: psutil (>=5.4.0) ; extra == 'all'
Requires-Dist: packaging ; extra == 'all'
Requires-Dist: codecov ; extra == 'all'
Requires-Dist: pydotplus ; extra == 'all'
Provides-Extra: datalad
Requires-Dist: datalad ; extra == 'datalad'
Provides-Extra: doc
Requires-Dist: sphinx (>=1.5.3) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: sphinx-argparse ; extra == 'doc'
Requires-Dist: pydotplus ; extra == 'doc'
Requires-Dist: pydot (>=1.2.3) ; extra == 'doc'
Requires-Dist: packaging ; extra == 'doc'
Requires-Dist: nbsphinx ; extra == 'doc'
Provides-Extra: docs
Requires-Dist: sphinx (>=1.5.3) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-argparse ; extra == 'docs'
Requires-Dist: pydotplus ; extra == 'docs'
Requires-Dist: pydot (>=1.2.3) ; extra == 'docs'
Requires-Dist: packaging ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Provides-Extra: duecredit
Requires-Dist: duecredit ; extra == 'duecredit'
Provides-Extra: resmon
Requires-Dist: psutil (>=5.4.0) ; extra == 'resmon'
Provides-Extra: tests
Requires-Dist: mock ; extra == 'tests'
Requires-Dist: codecov ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'

qsiprep borrows heavily from FMRIPREP to build workflows for preprocessing q-space images
such as Diffusion Spectrum Images (DSI), multi-shell HARDI and compressed sensing DSI (CS-DSI).
It utilizes Dipy and ANTs to implement a novel high-b-value head motion correction approach
using q-space methods such as 3dSHORE to iteratively generate head motion target images for each
gradient direction and strength.

Since qsiprep uses the FMRIPREP workflow-building strategy, it can also generate methods
boilerplate and quality-check figures.

Users can also reconstruct orientation distribution functions (ODFs), fiber orientation
distributions (FODs) and perform tractography, estimate anisotropy scalars and connectivity
estimation using a combination of Dipy, MRTrix and DSI Studio using a JSON-based pipeline
specification.

[Documentation `qsiprep.org <https://qsiprep.readthedocs.io>`_]


