qurit / rt-utils

A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
MIT License
195 stars 57 forks source link

Ability to load SPECT image masks #36

Open asim-shrestha opened 2 years ago

asim-shrestha commented 2 years ago

For modalities like PET, its image information spans across multiple files with a 2D image "slice" present in each file. With SPECT images on the other hand, only one file is given containing the entire 3D volume. This poses an issue when loading a 3D SPECT file mask as RT-Utils assumes that the series data is split as a file per slice.

Notes:

@carluri Feel free to add anything you feel is missing.

carluri commented 1 year ago

@plesqui or @lukepolson, if you have some spare time to help with this issue that'd be great.