Skip to main content

Tools for reading dicom files, RT structures, and dose files, as well as tools for converting numpy prediction masks back to an RT structure

Project description

Resample_Class

For resampling nifti images (likely for medical purposes)

Installation

    pip install NiftiResampler

Usage

from NiftiResampler.ResampleTools import ImageResampler, sitk

Resampler = ImageResampler()
base_image = sitk.ReadImage(image_path)
desired_dimensions = (0.975, 0.975, 5.0)
resampled = Resampler.resample_image(input_image_handle=base_image, ref_resampling_handle=None,
                                     output_spacing=(0.975, 0.975, 5), interpolator='Linear', empty_value=-1024)

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

NiftiResampler-0.1.1.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

NiftiResampler-0.1.1-py3-none-any.whl (15.5 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