qurit/rt-utils

Acquisition Count > 1 not supported

jrenslo opened this issue · 0 comments

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).

def create_series_mask_from_contour_sequence(series_data, contour_sequence: Sequence):