dicom2nifti


Namedicom2nifti JSON
Version 2.4.10 PyPI version JSON
download
home_pagehttps://github.com/icometrix/dicom2nifti
Summarypackage for converting dicom files to nifti
upload_time2024-01-18 08:09:23
maintainericometrix NV
docs_urlNone
authoricometrix NV
requires_python
licenseMIT
keywords dicom nifti medical imaging
VCS
bugtrack_url
requirements nibabel numpy scipy python-gdcm pydicom
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
With this package you can convert dicom images to nifti files.
There is support for most anatomical CT and MR data.
For MR specifically there is support for most 4D data (like DTI and fMRI)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/icometrix/dicom2nifti",
    "name": "dicom2nifti",
    "maintainer": "icometrix NV",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "dicom2nifti@icometrix.com",
    "keywords": "dicom,nifti,medical imaging",
    "author": "icometrix NV",
    "author_email": "dicom2nifti@icometrix.com",
    "download_url": "https://files.pythonhosted.org/packages/5a/2e/f0a2094829753e4e3ff469d58de752c2ff6fd3e0fca796d7af1a4c4aa8cc/dicom2nifti-2.4.10.tar.gz",
    "platform": null,
    "description": "\nWith this package you can convert dicom images to nifti files.\nThere is support for most anatomical CT and MR data.\nFor MR specifically there is support for most 4D data (like DTI and fMRI)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "package for converting dicom files to nifti",
    "version": "2.4.10",
    "project_urls": {
        "Download": "https://github.com/icometrix/dicom2nifti/tarball/2.4.10",
        "Homepage": "https://github.com/icometrix/dicom2nifti"
    },
    "split_keywords": [
        "dicom",
        "nifti",
        "medical imaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfcd9740462c61c7446d3e13ac38286e891473619aca23398ae9844d5c214a5a",
                "md5": "d1fcba0872c92de42dc93cab2cde85c3",
                "sha256": "25de73a8628f8cd6a642e4aab0f80b0f27495a904efcedad7e69f01b91f250f7"
            },
            "downloads": -1,
            "filename": "dicom2nifti-2.4.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1fcba0872c92de42dc93cab2cde85c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 43562,
            "upload_time": "2024-01-18T08:09:21",
            "upload_time_iso_8601": "2024-01-18T08:09:21.652191Z",
            "url": "https://files.pythonhosted.org/packages/df/cd/9740462c61c7446d3e13ac38286e891473619aca23398ae9844d5c214a5a/dicom2nifti-2.4.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a2ef0a2094829753e4e3ff469d58de752c2ff6fd3e0fca796d7af1a4c4aa8cc",
                "md5": "ffe36e00d9cc9977f048782e325a6703",
                "sha256": "24c03a924df46edf243d71d71053d3d8998086ca71956645becf59001d31ad66"
            },
            "downloads": -1,
            "filename": "dicom2nifti-2.4.10.tar.gz",
            "has_sig": false,
            "md5_digest": "ffe36e00d9cc9977f048782e325a6703",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 43036,
            "upload_time": "2024-01-18T08:09:23",
            "upload_time_iso_8601": "2024-01-18T08:09:23.891291Z",
            "url": "https://files.pythonhosted.org/packages/5a/2e/f0a2094829753e4e3ff469d58de752c2ff6fd3e0fca796d7af1a4c4aa8cc/dicom2nifti-2.4.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-18 08:09:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "icometrix",
    "github_project": "dicom2nifti",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "requirements": [
        {
            "name": "nibabel",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "python-gdcm",
            "specs": []
        },
        {
            "name": "pydicom",
            "specs": [
                [
                    ">=",
                    "2.2.0"
                ]
            ]
        }
    ],
    "lcname": "dicom2nifti"
}
        
Elapsed time: 0.16667s