Core library of dicompyler
Project description
Core functionality of dicompyler. This package includes:
dicomparser: class that parses DICOM objects in an easy-to-use manner
dvhcalc: independent dose volume histogram (DVH) calculation if dose grid and structure data is present
Other information
Free software: BSD license
Documentation: Read the docs
Tested on Python 2.7/3.3+
Dependencies
Basic Usage
from dicompylercore import dicomparser
dp = dicomparser.DicomParser(filename="rtss.dcm")
# i.e. Get a dict of structure information
structures = dp.GetStructures()
>>> structures[5]
{'color': array([255, 128, 0]), 'type': 'ORGAN', 'id': 5, 'empty': False, 'name': 'Heart'}
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.5.1 (2016-02-17)
Added support for pydicom 0.9.9 so releases from PyPI can be built.
0.5.0 (2016-02-11)
First release on PyPI.
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
Built Distribution
File details
Details for the file dicompyler-core-0.5.1.tar.gz
.
File metadata
- Download URL: dicompyler-core-0.5.1.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d3921dadf1ac8970790791fff32a4f4a34d343852606a0261873870379367f7 |
|
MD5 | fb5a28b2672e0a54779090020b101425 |
|
BLAKE2b-256 | 123c587a07792d6bf56e13560f9494134b2bf08b0a2f3c2a231ac640a1787e56 |
File details
Details for the file dicompyler_core-0.5.1-py2.py3-none-any.whl
.
File metadata
- Download URL: dicompyler_core-0.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b84d4e3d3f19a9a15cd87126be83cd28a36b5c0435cf6e29c61a7dcf6535b92 |
|
MD5 | eee11ee3d76468d84ce5b6717701f403 |
|
BLAKE2b-256 | f114383742d84297995e0e33233f44062de0f9faa674443ca0edf7bea470e82d |