Skip to main content

Classes for representing various medical imaging file formats in Python classes for use in type hinting in data workflows

Project description

https://github.com/ArcanaFramework/fileformats-medimage/actions/workflows/tests.yml/badge.svg https://codecov.io/gh/ArcanaFramework/fileformats-medimage/branch/main/graph/badge.svg?token=UIS0OGPST7 Supported Python versions Latest Version

This is an extension module to the fileformats package , which that adds support for commonly used medical imaging formats, such as DICOM (sets/directories), NIfTI, and MRtrix Image Format, etc…

Quick Installation

This extension can be installed for Python 3 using pip:

$ pip3 install fileformats-medimage

This will install the core package and any other dependencies to validate the file formats.

To use converters and load methods use the extended install option to install additional dependencies required for these methods:

$ pip3 install fileformats-medimage[extended]

For most of the converter to work, you will also need to use the [extended] install option and install the Dcm2NiiX and MRtrix software packages. There are various ways to do this, but on Ubuntu you can install Dcm2NiiX with:

$ sudo apt install libopenjp2-7
$ curl -fLO https://github.com/rordenlab/dcm2niix/releases/latest/download/dcm2niix_lnx.zip
$ unzip dcm2niix_lnx.zip
$ mv dcm2niix /usr/local/bin

(on Mac you can use Homebrew instead of apt to install libopenjp2-7). MRtrix can be installed with miniconda:

$ conda install -c mrtrix3 mrtrix3

License

This work is licensed under a Creative Commons Attribution 4.0 International License

Creative Commons Attribution 4.0 International License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fileformats_medimage-0.4.4.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

fileformats_medimage-0.4.4-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file fileformats_medimage-0.4.4.tar.gz.

File metadata

  • Download URL: fileformats_medimage-0.4.4.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for fileformats_medimage-0.4.4.tar.gz
Algorithm Hash digest
SHA256 5ae450d80e10072a79efed7ef79647e64ce71667525b587604175f12a1674903
MD5 0e47a7fd3aaf8ac02a8b74aa93c6f8d8
BLAKE2b-256 85d3c467eb992269de96be7a379bea3e1f512c67629a11c0cfe16c43ce16df5a

See more details on using hashes here.

File details

Details for the file fileformats_medimage-0.4.4-py3-none-any.whl.

File metadata

File hashes

Hashes for fileformats_medimage-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 dbadb54dc4ac4f1465371415e455e8eeefcd0f2250502a41bdd21c402d8024a5
MD5 8aa89f38dff2554a49b64cf8a6fec0eb
BLAKE2b-256 42d4bc506cdb9cc246d539c99f97ccbd6ddfc14988cd2f20453d68e7ab3c01ad

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page