qurit / rt-utils

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

Acquisition Count > 1 not supported #98

Open jrenslo opened 8 months ago

jrenslo commented 8 months ago

Typically multiple acquisitions are stacked in another dimension (e.g. 512x512x128x2) but default behavior of rt-utils returns the slices in a single stacked axis. (512x512x256).

https://github.com/qurit/rt-utils/blob/8ba5cf64bd0ea5119523da0bafd10174115eebe4/rt_utils/image_helper.py#L239