pydra-fsl


Namepydra-fsl JSON
Version 0.0.22 PyPI version JSON
download
home_page
SummaryPydra tasks for FSL
upload_time2023-09-14 14:18:38
maintainer
docs_urlNone
author
requires_python>=3.7
license
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]
[![PyPI - Downloads][pypi-downloads]][pypi-project]
![][status-docs]
![][status-test]

----

Pydra tasks for FSL.

[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.

**Table of contents**

- [Available tasks](#available-tasks)
- [Installation](#installation)
- [Development](#development)
- [License](#license)

## 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 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 run lint:fix
```

## License

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

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

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

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

[pypi-downloads]: https://static.pepy.tech/badge/pydra-fsl

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

[status-test]: https://github.com/aramis-lab/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": "",
    "name": "pydra-fsl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "fsl,neuroimaging,pydra",
    "author": "",
    "author_email": "Ghislain Vaillant <ghislain.vaillant@icm-institute.org>",
    "download_url": "https://files.pythonhosted.org/packages/30/3b/359c227cd074a9f22a40912c794b90dba4fb9c62f0fbe1647c88b9b4e20e/pydra_fsl-0.0.22.tar.gz",
    "platform": null,
    "description": "# pydra-fsl\n\n[![PyPI - Version][pypi-version]][pypi-project]\n[![PyPI - Python Version][pypi-pyversions]][pypi-project]\n[![PyPI - Downloads][pypi-downloads]][pypi-project]\n![][status-docs]\n![][status-test]\n\n----\n\nPydra tasks for FSL.\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**Table of contents**\n\n- [Available tasks](#available-tasks)\n- [Installation](#installation)\n- [Development](#development)\n- [License](#license)\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 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 run lint:fix\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/pydra-fsl\n\n[pypi-version]: https://img.shields.io/pypi/v/pydra-fsl.svg\n\n[pypi-pyversions]: https://img.shields.io/pypi/pyversions/pydra-fsl.svg\n\n[pypi-downloads]: https://static.pepy.tech/badge/pydra-fsl\n\n[status-docs]: https://github.com/aramis-lab/pydra-fsl/actions/workflows/docs.yaml/badge.svg\n\n[status-test]: https://github.com/aramis-lab/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": "",
    "summary": "Pydra tasks for FSL",
    "version": "0.0.22",
    "project_urls": {
        "Documentation": "https://aramis-lab.github.io/pydra-fsl",
        "Issues": "https://github.com/aramis-lab/pydra-fsl/issues",
        "Source": "https://github.com/aramis-lab/pydra-fsl"
    },
    "split_keywords": [
        "fsl",
        "neuroimaging",
        "pydra"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29475cd895d469da92714ef51ab27246647367fee6f7024db5a547529160db95",
                "md5": "5ae117849bed9de4d0250461ec18f356",
                "sha256": "6dd904443fcbdf90bc1eb06984ba938e8b2114d84dd0704f292a5ba9e863c252"
            },
            "downloads": -1,
            "filename": "pydra_fsl-0.0.22-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ae117849bed9de4d0250461ec18f356",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 48284,
            "upload_time": "2023-09-14T14:18:36",
            "upload_time_iso_8601": "2023-09-14T14:18:36.915873Z",
            "url": "https://files.pythonhosted.org/packages/29/47/5cd895d469da92714ef51ab27246647367fee6f7024db5a547529160db95/pydra_fsl-0.0.22-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "303b359c227cd074a9f22a40912c794b90dba4fb9c62f0fbe1647c88b9b4e20e",
                "md5": "99b0e2871e527b9419d2054717f9cce1",
                "sha256": "3f5a562f90b22c67abbe94b3c742daa9f6b83887c7ca801dff30ebdf461bc16b"
            },
            "downloads": -1,
            "filename": "pydra_fsl-0.0.22.tar.gz",
            "has_sig": false,
            "md5_digest": "99b0e2871e527b9419d2054717f9cce1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 29610,
            "upload_time": "2023-09-14T14:18:38",
            "upload_time_iso_8601": "2023-09-14T14:18:38.727625Z",
            "url": "https://files.pythonhosted.org/packages/30/3b/359c227cd074a9f22a40912c794b90dba4fb9c62f0fbe1647c88b9b4e20e/pydra_fsl-0.0.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-14 14:18:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aramis-lab",
    "github_project": "pydra-fsl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pydra-fsl"
}
        
Elapsed time: 0.14901s