Classes for reading UNC format MRI files
Project description
PyUNC is a Python module for reading the UNC MRI image format it is also able to convert UNC format images to NIFTI format.
Example
from pyunc import UNCFile
unc = UNCFile.from_path('filename.unc')
# get the image title
unc.title
# get the image data as a numpy matrix
unc.pixels
Installation
git clone https://github.com/jstutters/pyunc
cd pyunc
pip install .
Requirements
pyunc is tested with Python v2.7 and 3.6. The module will install arrow, numpy and nibabel as dependencies.
Contribute
Issue Tracker: github.com/jstutters/pyunc/issues
Source Code: github.com/jstutters/pyunc
Support
If you are having problems, please let me know by submitting an issue in the tracker.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyunc-0.6.3.tar.gz.
File metadata
- Download URL: pyunc-0.6.3.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
582d680e75b806d31ef7e302d37cdb3a4621e3aadab93ef686f36dc097a2b682
|
|
| MD5 |
cb9cb132df61aa13a2dd94dd0f59b9a7
|
|
| BLAKE2b-256 |
c22a1aafc4e5361b4634ec0e1136903354836b8ef357506c00b34ed38b366d6a
|
File details
Details for the file pyunc-0.6.3-py2.py3-none-any.whl.
File metadata
- Download URL: pyunc-0.6.3-py2.py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8087e6a4bc9409ad140cbd0c827fc336545ce6d2ba7812d96417628fd01b9cc7
|
|
| MD5 |
4c63df11bd4793155e6ec83544b336dc
|
|
| BLAKE2b-256 |
e47bb41f67ba497f420dd0bec7c931b47341602557705f61a9e3611f22f68580
|