Skip to main content

Export structure from dicom to numpy binary mask

Project description

dicom_mask

Export structure from dicom to numpy binary mask

Install

pip install dicom-mask

Example usage

from dicom_mask.convert import struct_to_mask

dicom_dir = 'some_dicom_dir'
dicom_files = ['all', 'image', 'filenames', 'and', 'struct']
struct_name = 'liver' 

mask = struct_to_mask(dicom_dir, dicom_files, struct_name)

Citation

If you find this module useful in your research, please cite the following paper:

"Gating has a negligible impact on delivered dose in 20 patients treated with MRI-guided online adaptive radiotherapy for prostate cancer"

Where it is described and for which it was initially developed.

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

dicom-mask-0.0.9.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

dicom_mask-0.0.9-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

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