Ability to load SPECT image masks
Open
@plesqui is already working on this.
Since Jul 18, 2023.
- Dominant language
- Python
- Stars
- 256
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
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:
- We can distinguish a SPECT image via its 'NM' modality
- Instead of each slice containing its own image patient orientation, SPECT images will only have one orientation for the 3D volume. Some interpolation from this original value may be required as we iterate across each slice
@carluri Feel free to add anything you feel is missing.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.