clinica-pydra-fsl


Nameclinica-pydra-fsl JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPydra tasks for FSL designed for Clinica
upload_time2024-04-30 12:45:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords fsl neuroimaging pydra
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pydra-fsl

[![PyPI - Version][pypi-version]][pypi-project]
[![PyPI - Python Version][pypi-pyversions]][pypi-project]
![][status-docs]
![][status-test]

----

Pydra tasks for FSL designed for Clinica.

[Pydra][pydra] is a dataflow engine which provides
a set of lightweight abstractions for DAG
construction, manipulation, and distributed execution.

[FSL][fsl] is a comprehensive library of analysis tools
for FMRI, MRI and DTI brain imaging data.

## Available tasks

| Module | Tasks                                                                                                              |
|--------|--------------------------------------------------------------------------------------------------------------------|
| bet    | BET, RobustFOV                                                                                                     |
| eddy   | Eddy, ApplyTopup, Topup                                                                                            |
| fast   | FAST                                                                                                               |
| flirt  | FLIRT, ApplyXFM, ConcatXFM, ConvertXFM, InvertXFM, FixScaleSkew, Img2ImgCoord, Img2StdCoord, Std2ImgCoord          |
| fnirt  | FNIRT, FNIRTFileUtils, ApplyWarp, ConvertWarp, InvWarp                                                             |
| fugue  | FUGUE, PrepareFieldmap, Prelude, SigLoss                                                                           |
| maths  | (**experimental**) Maths, Mul                                                                                      |
| susan  | SUSAN                                                                                                              |
| utils  | ChFileType, FFT, Info, Interleave, Merge, Orient, Reorient2Std, ROI, SelectVols, Slice, SmoothFill, Split, SwapDim |

## Installation

```console
pip install clinica-pydra-fsl
```

A separate installation of FSL is required to use this package.
Please review the FSL [installation instructions][fsl-install]
and [licensing details][fsl-license].

## Development

This project is managed with [Hatch][hatch]:

```console
pipx install hatch
```

To run the test suite:

```console
hatch run test
```

To fix linting issues:

```console
hatch fmt
```

## License

This project is distributed under the terms of the [Apache License, Version 2.0][license].

[pypi-project]: https://pypi.org/project/clinica-pydra-fsl

[pypi-version]: https://img.shields.io/pypi/v/clinica-pydra-fsl.svg

[pypi-pyversions]: https://img.shields.io/pypi/pyversions/clinica-pydra-fsl.svg

[status-docs]: https://github.com/aramis-lab/clinica-pydra-fsl/actions/workflows/docs.yaml/badge.svg

[status-test]: https://github.com/aramis-lab/clinica-pydra-fsl/actions/workflows/test.yaml/badge.svg

[pydra]: https://pydra.readthedocs.io/

[fsl]: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSL

[fsl-install]: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FslInstallation

[fsl-license]: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/Licence

[hatch]: https://hatch.pypa.io/

[license]: https://spdx.org/licenses/Apache-2.0.html

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "clinica-pydra-fsl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "fsl, neuroimaging, pydra",
    "author": null,
    "author_email": "Ghislain Vaillant <ghislain.vaillant@inria.fr>",
    "download_url": "https://files.pythonhosted.org/packages/a3/d2/9ef32ad4864b396016ebebb994b130eb22dbecc78767924f18cc79bb3b13/clinica_pydra_fsl-0.1.0.tar.gz",
    "platform": null,
    "description": "# pydra-fsl\n\n[![PyPI - Version][pypi-version]][pypi-project]\n[![PyPI - Python Version][pypi-pyversions]][pypi-project]\n![][status-docs]\n![][status-test]\n\n----\n\nPydra tasks for FSL designed for Clinica.\n\n[Pydra][pydra] is a dataflow engine which provides\na set of lightweight abstractions for DAG\nconstruction, manipulation, and distributed execution.\n\n[FSL][fsl] is a comprehensive library of analysis tools\nfor FMRI, MRI and DTI brain imaging data.\n\n## Available tasks\n\n| Module | Tasks                                                                                                              |\n|--------|--------------------------------------------------------------------------------------------------------------------|\n| bet    | BET, RobustFOV                                                                                                     |\n| eddy   | Eddy, ApplyTopup, Topup                                                                                            |\n| fast   | FAST                                                                                                               |\n| flirt  | FLIRT, ApplyXFM, ConcatXFM, ConvertXFM, InvertXFM, FixScaleSkew, Img2ImgCoord, Img2StdCoord, Std2ImgCoord          |\n| fnirt  | FNIRT, FNIRTFileUtils, ApplyWarp, ConvertWarp, InvWarp                                                             |\n| fugue  | FUGUE, PrepareFieldmap, Prelude, SigLoss                                                                           |\n| maths  | (**experimental**) Maths, Mul                                                                                      |\n| susan  | SUSAN                                                                                                              |\n| utils  | ChFileType, FFT, Info, Interleave, Merge, Orient, Reorient2Std, ROI, SelectVols, Slice, SmoothFill, Split, SwapDim |\n\n## Installation\n\n```console\npip install clinica-pydra-fsl\n```\n\nA separate installation of FSL is required to use this package.\nPlease review the FSL [installation instructions][fsl-install]\nand [licensing details][fsl-license].\n\n## Development\n\nThis project is managed with [Hatch][hatch]:\n\n```console\npipx install hatch\n```\n\nTo run the test suite:\n\n```console\nhatch run test\n```\n\nTo fix linting issues:\n\n```console\nhatch fmt\n```\n\n## License\n\nThis project is distributed under the terms of the [Apache License, Version 2.0][license].\n\n[pypi-project]: https://pypi.org/project/clinica-pydra-fsl\n\n[pypi-version]: https://img.shields.io/pypi/v/clinica-pydra-fsl.svg\n\n[pypi-pyversions]: https://img.shields.io/pypi/pyversions/clinica-pydra-fsl.svg\n\n[status-docs]: https://github.com/aramis-lab/clinica-pydra-fsl/actions/workflows/docs.yaml/badge.svg\n\n[status-test]: https://github.com/aramis-lab/clinica-pydra-fsl/actions/workflows/test.yaml/badge.svg\n\n[pydra]: https://pydra.readthedocs.io/\n\n[fsl]: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSL\n\n[fsl-install]: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FslInstallation\n\n[fsl-license]: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/Licence\n\n[hatch]: https://hatch.pypa.io/\n\n[license]: https://spdx.org/licenses/Apache-2.0.html\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pydra tasks for FSL designed for Clinica",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://aramis-lab.github.io/clinica-pydra-fsl",
        "Issues": "https://github.com/aramis-lab/clinica-pydra-fsl/issues",
        "Source": "https://github.com/aramis-lab/clinica-pydra-fsl"
    },
    "split_keywords": [
        "fsl",
        " neuroimaging",
        " pydra"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c646c731e19cd0617e897bade732be3cdaa470cbd6eb3769342a60b15bd6ba5",
                "md5": "5cdbced25e1fcf2960626ef45b5565ff",
                "sha256": "67f34818bc286558b6c871b9963c43ebeea1cd3495c3717d3a6cc534350fc974"
            },
            "downloads": -1,
            "filename": "clinica_pydra_fsl-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5cdbced25e1fcf2960626ef45b5565ff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 48500,
            "upload_time": "2024-04-30T12:45:20",
            "upload_time_iso_8601": "2024-04-30T12:45:20.595484Z",
            "url": "https://files.pythonhosted.org/packages/6c/64/6c731e19cd0617e897bade732be3cdaa470cbd6eb3769342a60b15bd6ba5/clinica_pydra_fsl-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3d29ef32ad4864b396016ebebb994b130eb22dbecc78767924f18cc79bb3b13",
                "md5": "b17836c151db726a675e6cc311922028",
                "sha256": "6e371734c829fb01e072d646be4facd7c7f80f5ea48f661c83df6897d9f72008"
            },
            "downloads": -1,
            "filename": "clinica_pydra_fsl-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b17836c151db726a675e6cc311922028",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29569,
            "upload_time": "2024-04-30T12:45:22",
            "upload_time_iso_8601": "2024-04-30T12:45:22.688805Z",
            "url": "https://files.pythonhosted.org/packages/a3/d2/9ef32ad4864b396016ebebb994b130eb22dbecc78767924f18cc79bb3b13/clinica_pydra_fsl-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 12:45:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aramis-lab",
    "github_project": "clinica-pydra-fsl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "clinica-pydra-fsl"
}
        
Elapsed time: 0.24908s