nitransforms


Namenitransforms JSON
Version 23.0.1 PyPI version JSON
download
home_pagehttps://github.com/nipy/nitransforms
SummaryNiTransforms -- Neuroimaging spatial transforms in Python.
upload_time2023-07-10 19:13:18
maintainer
docs_urlNone
authorThe NiPy developers
requires_python>=3.7
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # NiTransforms
[![DOI](https://joss.theoj.org/papers/10.21105/joss.03459/status.svg)](https://doi.org/10.21105/joss.03459)
[![ISBI2020](https://img.shields.io/badge/doi-10.31219%2Fosf.io%2F8aq7b-blue.svg)](https://doi.org/10.31219/osf.io/8aq7b)
[![Deps & CI](https://github.com/nipy/nitransforms/actions/workflows/travis.yml/badge.svg)](https://github.com/nipy/nitransforms/actions/workflows/travis.yml)
[![CircleCI](https://circleci.com/gh/nipy/nitransforms.svg?style=svg)](https://circleci.com/gh/nipy/nitransforms)
[![codecov](https://codecov.io/gh/nipy/nitransforms/branch/master/graph/badge.svg)](https://codecov.io/gh/nipy/nitransforms)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nipy/nitransforms/master?filepath=docs%2Fnotebooks%2F)
[![Docs](https://readthedocs.org/projects/nitransforms/badge/?version=latest)](http://nitransforms.readthedocs.io/en/latest/?badge=latest)

A development repo for [nipy/nibabel#656](https://github.com/nipy/nibabel/pull/656)

## About
Spatial transforms formalize mappings between coordinates of objects in biomedical images.
Transforms typically are the outcome of image registration methodologies, which estimate
the alignment between two images.
Image registration is a prominent task present in nearly all standard image processing
and analysis pipelines.
The proliferation of software implementations of image registration methodologies has
resulted in a spread of data structures and file formats used to preserve and communicate
transforms.
This segregation of formats precludes the compatibility between tools and endangers the
reproducibility of results.
We propose a software tool capable of converting between formats and resampling images
to apply transforms generated by the most popular neuroimaging packages and libraries
(AFNI, FSL, FreeSurfer, ITK, and SPM).
The proposed software is subject to continuous integration tests to check the
compatibility with each supported tool after every change to the code base.
Compatibility between software tools and imaging formats is a necessary bridge
to ensure the reproducibility of results and enable the optimization and evaluation
of current image processing and analysis workflows.

## Integration with *NiBabel*
*NiTransforms* started as a feature-repo spun off of *NiBabel*.
Shortly after starting with [nipy/nibabel#656](https://github.com/nipy/nibabel/pull/656), it became apparent that it was going to build up in a humongous PR nobody would be able to review as thoroughly as it would require.
Also, *NiTransforms* has many connections to BIDS/BIDS-Derivatives and its X5 format specification for transforms, which falls outside of the current scope of *NiBabel*.

The plan is to make it an isolated tool, and once it is pertinent, proceed with the integration into *NiBabel*.
Once this repository is ready for integration, we will define what can go into *NiBabel* (presumably everything, except perhaps some final details of the X5 implementation, although *NiBabel* will support the data structure at least logically).
This is to say that the chances that NiTransforms is integrated into NiBabel are high and scheduled to happen in ~2022 Q2.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nipy/nitransforms",
    "name": "nitransforms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "The NiPy developers",
    "author_email": "nipreps@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/36/60/23b3d317ebcef9a05b9ccc15a73adf62661314f8b2fc7eb0882cc5a0d8c8/nitransforms-23.0.1.tar.gz",
    "platform": null,
    "description": "# NiTransforms\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.03459/status.svg)](https://doi.org/10.21105/joss.03459)\n[![ISBI2020](https://img.shields.io/badge/doi-10.31219%2Fosf.io%2F8aq7b-blue.svg)](https://doi.org/10.31219/osf.io/8aq7b)\n[![Deps & CI](https://github.com/nipy/nitransforms/actions/workflows/travis.yml/badge.svg)](https://github.com/nipy/nitransforms/actions/workflows/travis.yml)\n[![CircleCI](https://circleci.com/gh/nipy/nitransforms.svg?style=svg)](https://circleci.com/gh/nipy/nitransforms)\n[![codecov](https://codecov.io/gh/nipy/nitransforms/branch/master/graph/badge.svg)](https://codecov.io/gh/nipy/nitransforms)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nipy/nitransforms/master?filepath=docs%2Fnotebooks%2F)\n[![Docs](https://readthedocs.org/projects/nitransforms/badge/?version=latest)](http://nitransforms.readthedocs.io/en/latest/?badge=latest)\n\nA development repo for [nipy/nibabel#656](https://github.com/nipy/nibabel/pull/656)\n\n## About\nSpatial transforms formalize mappings between coordinates of objects in biomedical images.\nTransforms typically are the outcome of image registration methodologies, which estimate\nthe alignment between two images.\nImage registration is a prominent task present in nearly all standard image processing\nand analysis pipelines.\nThe proliferation of software implementations of image registration methodologies has\nresulted in a spread of data structures and file formats used to preserve and communicate\ntransforms.\nThis segregation of formats precludes the compatibility between tools and endangers the\nreproducibility of results.\nWe propose a software tool capable of converting between formats and resampling images\nto apply transforms generated by the most popular neuroimaging packages and libraries\n(AFNI, FSL, FreeSurfer, ITK, and SPM).\nThe proposed software is subject to continuous integration tests to check the\ncompatibility with each supported tool after every change to the code base.\nCompatibility between software tools and imaging formats is a necessary bridge\nto ensure the reproducibility of results and enable the optimization and evaluation\nof current image processing and analysis workflows.\n\n## Integration with *NiBabel*\n*NiTransforms* started as a feature-repo spun off of *NiBabel*.\nShortly after starting with [nipy/nibabel#656](https://github.com/nipy/nibabel/pull/656), it became apparent that it was going to build up in a humongous PR nobody would be able to review as thoroughly as it would require.\nAlso, *NiTransforms* has many connections to BIDS/BIDS-Derivatives and its X5 format specification for transforms, which falls outside of the current scope of *NiBabel*.\n\nThe plan is to make it an isolated tool, and once it is pertinent, proceed with the integration into *NiBabel*.\nOnce this repository is ready for integration, we will define what can go into *NiBabel* (presumably everything, except perhaps some final details of the X5 implementation, although *NiBabel* will support the data structure at least logically).\nThis is to say that the chances that NiTransforms is integrated into NiBabel are high and scheduled to happen in ~2022 Q2.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "NiTransforms -- Neuroimaging spatial transforms in Python.",
    "version": "23.0.1",
    "project_urls": {
        "Homepage": "https://github.com/nipy/nitransforms",
        "Manuscript": "https://doi.org/10.31219/osf.io/8aq7b",
        "NiBabel": "https://github.com/nipy/nibabel/pull/656"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7bdf3c1eb97945fc2e484f5ac59be4f031327b4bb728bc068fc12b76524fbb8",
                "md5": "ba9ba62e30503d346f4da88bd1b739a0",
                "sha256": "9c8acc1b6fdec99e8c5bd9769a817a66d858d04f05f683f054a37deba9ce5156"
            },
            "downloads": -1,
            "filename": "nitransforms-23.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba9ba62e30503d346f4da88bd1b739a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 57840,
            "upload_time": "2023-07-10T19:13:17",
            "upload_time_iso_8601": "2023-07-10T19:13:17.037639Z",
            "url": "https://files.pythonhosted.org/packages/e7/bd/f3c1eb97945fc2e484f5ac59be4f031327b4bb728bc068fc12b76524fbb8/nitransforms-23.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "366023b3d317ebcef9a05b9ccc15a73adf62661314f8b2fc7eb0882cc5a0d8c8",
                "md5": "ba87a751c7e4ce9d70bb2a2bf5f36475",
                "sha256": "2edcb868fcd29704494aa097788548085fa0b9d62ab68d4e4b8715672ac1da76"
            },
            "downloads": -1,
            "filename": "nitransforms-23.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ba87a751c7e4ce9d70bb2a2bf5f36475",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 39700,
            "upload_time": "2023-07-10T19:13:18",
            "upload_time_iso_8601": "2023-07-10T19:13:18.218507Z",
            "url": "https://files.pythonhosted.org/packages/36/60/23b3d317ebcef9a05b9ccc15a73adf62661314f8b2fc7eb0882cc5a0d8c8/nitransforms-23.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-10 19:13:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nipy",
    "github_project": "nitransforms",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "circle": true,
    "lcname": "nitransforms"
}
        
Elapsed time: 0.08648s