smriprep


Namesmriprep JSON
Version 0.12.2 PyPI version JSON
download
home_pagehttps://github.com/nipreps/smriprep
SummarysMRIPrep (Structural MRI PREProcessing) pipeline
upload_time2023-08-17 00:37:08
maintainerThe NiPreps developers
docs_urlNone
author
requires_python>=3.8
license3-clause BSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            sMRIPrep: Structural MRI PREProcessing pipeline
===============================================

.. image:: https://img.shields.io/badge/docker-nipreps/smriprep-brightgreen.svg?logo=docker&style=flat
  :target: https://hub.docker.com/r/nipreps/smriprep/tags/
  :alt: Docker image available!

.. image:: https://circleci.com/gh/nipreps/smriprep/tree/master.svg?style=shield
  :target: https://circleci.com/gh/nipreps/smriprep/tree/master
  
.. image:: https://codecov.io/gh/nipreps/smriprep/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/nipreps/smriprep
  :alt: Coverage report

.. image:: https://img.shields.io/pypi/v/smriprep.svg
  :target: https://pypi.python.org/pypi/smriprep/
  :alt: Latest Version
  
.. image:: https://img.shields.io/badge/doi-10.1038%2Fs41592--018--0235--4-blue.svg
  :target: https://doi.org/10.1038/s41592-018-0235-4
  :alt: Published in Nature Methods


*sMRIPrep* is a structural magnetic resonance imaging (sMRI) data
preprocessing pipeline that is designed to provide an easily accessible,
state-of-the-art interface that is robust to variations in scan acquisition
protocols and that requires minimal user input, while providing easily
interpretable and comprehensive error and output reporting.
It performs basic processing steps (subject-wise averaging, B1 field correction,
spatial normalization, segmentation, skullstripping etc.) providing
outputs that can be easily connected to subsequent tools such as
`fMRIPrep <https://github.com/nipreps/fmriprep>`__ or
`dMRIPrep <https://github.com/nipreps/dmriprep>`__.

.. image:: https://github.com/oesteban/smriprep/raw/033a6b4a54ecbd9051c45df979619cda69847cd1/docs/_resources/workflow.png

The workflow is based on `Nipype <https://nipype.readthedocs.io>`__ and encompases
a combination of tools from well-known software packages, including
`FSL <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/>`__,
`ANTs <https://stnava.github.io/ANTs/>`__,
`FreeSurfer <https://surfer.nmr.mgh.harvard.edu/>`__,
and `AFNI <https://afni.nimh.nih.gov/>`__.

More information and documentation can be found at
https://www.nipreps.org/smriprep/.
Support is provided on `neurostars.org <https://neurostars.org/tags/smriprep>`_.

Principles
----------

*sMRIPrep* is built around three principles:

1. **Robustness** - The pipeline adapts the preprocessing steps depending on
   the input dataset and should provide results as good as possible
   independently of scanner make, scanning parameters or presence of additional
   correction scans (such as fieldmaps).
2. **Ease of use** - Thanks to dependence on the BIDS standard, manual
   parameter input is reduced to a minimum, allowing the pipeline to run in an
   automatic fashion.
3. **"Glass box"** philosophy - Automation should not mean that one should not
   visually inspect the results or understand the methods.
   Thus, *sMRIPrep* provides visual reports for each subject, detailing the
   accuracy of the most important processing steps.
   This, combined with the documentation, can help researchers to understand
   the process and decide which subjects should be kept for the group level
   analysis.


Acknowledgements
----------------

Please acknowledge this work by mentioning explicitly the name of this software
(sMRIPrep) and the version, along with a link to the `GitHub repository
<https://github.com/nipreps/smriprep>`__ or the Zenodo reference
(doi:`10.5281/zenodo.2650521 <https://doi.org/10.5281/zenodo.2650521>`__).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nipreps/smriprep",
    "name": "smriprep",
    "maintainer": "The NiPreps developers",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "nipreps@gmail.com",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ba/a7/96c317dd1badefbd3227a44bc0911e50636eb464886eb541e9eac8e9e160/smriprep-0.12.2.tar.gz",
    "platform": null,
    "description": "sMRIPrep: Structural MRI PREProcessing pipeline\n===============================================\n\n.. image:: https://img.shields.io/badge/docker-nipreps/smriprep-brightgreen.svg?logo=docker&style=flat\n  :target: https://hub.docker.com/r/nipreps/smriprep/tags/\n  :alt: Docker image available!\n\n.. image:: https://circleci.com/gh/nipreps/smriprep/tree/master.svg?style=shield\n  :target: https://circleci.com/gh/nipreps/smriprep/tree/master\n  \n.. image:: https://codecov.io/gh/nipreps/smriprep/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/nipreps/smriprep\n  :alt: Coverage report\n\n.. image:: https://img.shields.io/pypi/v/smriprep.svg\n  :target: https://pypi.python.org/pypi/smriprep/\n  :alt: Latest Version\n  \n.. image:: https://img.shields.io/badge/doi-10.1038%2Fs41592--018--0235--4-blue.svg\n  :target: https://doi.org/10.1038/s41592-018-0235-4\n  :alt: Published in Nature Methods\n\n\n*sMRIPrep* is a structural magnetic resonance imaging (sMRI) data\npreprocessing pipeline that is designed to provide an easily accessible,\nstate-of-the-art interface that is robust to variations in scan acquisition\nprotocols and that requires minimal user input, while providing easily\ninterpretable and comprehensive error and output reporting.\nIt performs basic processing steps (subject-wise averaging, B1 field correction,\nspatial normalization, segmentation, skullstripping etc.) providing\noutputs that can be easily connected to subsequent tools such as\n`fMRIPrep <https://github.com/nipreps/fmriprep>`__ or\n`dMRIPrep <https://github.com/nipreps/dmriprep>`__.\n\n.. image:: https://github.com/oesteban/smriprep/raw/033a6b4a54ecbd9051c45df979619cda69847cd1/docs/_resources/workflow.png\n\nThe workflow is based on `Nipype <https://nipype.readthedocs.io>`__ and encompases\na combination of tools from well-known software packages, including\n`FSL <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/>`__,\n`ANTs <https://stnava.github.io/ANTs/>`__,\n`FreeSurfer <https://surfer.nmr.mgh.harvard.edu/>`__,\nand `AFNI <https://afni.nimh.nih.gov/>`__.\n\nMore information and documentation can be found at\nhttps://www.nipreps.org/smriprep/.\nSupport is provided on `neurostars.org <https://neurostars.org/tags/smriprep>`_.\n\nPrinciples\n----------\n\n*sMRIPrep* is built around three principles:\n\n1. **Robustness** - The pipeline adapts the preprocessing steps depending on\n   the input dataset and should provide results as good as possible\n   independently of scanner make, scanning parameters or presence of additional\n   correction scans (such as fieldmaps).\n2. **Ease of use** - Thanks to dependence on the BIDS standard, manual\n   parameter input is reduced to a minimum, allowing the pipeline to run in an\n   automatic fashion.\n3. **\"Glass box\"** philosophy - Automation should not mean that one should not\n   visually inspect the results or understand the methods.\n   Thus, *sMRIPrep* provides visual reports for each subject, detailing the\n   accuracy of the most important processing steps.\n   This, combined with the documentation, can help researchers to understand\n   the process and decide which subjects should be kept for the group level\n   analysis.\n\n\nAcknowledgements\n----------------\n\nPlease acknowledge this work by mentioning explicitly the name of this software\n(sMRIPrep) and the version, along with a link to the `GitHub repository\n<https://github.com/nipreps/smriprep>`__ or the Zenodo reference\n(doi:`10.5281/zenodo.2650521 <https://doi.org/10.5281/zenodo.2650521>`__).\n",
    "bugtrack_url": null,
    "license": "3-clause BSD",
    "summary": "sMRIPrep (Structural MRI PREProcessing) pipeline",
    "version": "0.12.2",
    "project_urls": {
        "Homepage": "https://github.com/nipreps/smriprep"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2a8201f5884a6cc39ff47c1f317b9485d09ea93bd520c06f4c48e35e8439126",
                "md5": "989f4efd6e8bbe6edbba0a27aa9d1725",
                "sha256": "f7bd064f5f832fe5762fba066a2edce0dcd3bba3803adae976143e1a013918af"
            },
            "downloads": -1,
            "filename": "smriprep-0.12.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "989f4efd6e8bbe6edbba0a27aa9d1725",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18738061,
            "upload_time": "2023-08-17T00:37:03",
            "upload_time_iso_8601": "2023-08-17T00:37:03.036313Z",
            "url": "https://files.pythonhosted.org/packages/b2/a8/201f5884a6cc39ff47c1f317b9485d09ea93bd520c06f4c48e35e8439126/smriprep-0.12.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "baa796c317dd1badefbd3227a44bc0911e50636eb464886eb541e9eac8e9e160",
                "md5": "d6e1de462e522cbc0960f728623bee19",
                "sha256": "b0336177fdc6da98670b7473772f816c1c587b58c48262de0bec12d1096e9c67"
            },
            "downloads": -1,
            "filename": "smriprep-0.12.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d6e1de462e522cbc0960f728623bee19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12411353,
            "upload_time": "2023-08-17T00:37:08",
            "upload_time_iso_8601": "2023-08-17T00:37:08.176958Z",
            "url": "https://files.pythonhosted.org/packages/ba/a7/96c317dd1badefbd3227a44bc0911e50636eb464886eb541e9eac8e9e160/smriprep-0.12.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-17 00:37:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nipreps",
    "github_project": "smriprep",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "requirements": [],
    "lcname": "smriprep"
}
        
Elapsed time: 0.13207s