qurit / rt-utils

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

How to create an RT structure outside of image slices #25

Open Fansomone opened 3 years ago

Fansomone commented 3 years ago

Hello, everyone. I want to create a mask with more contour sequences than CT slices, just like the contour sequences of couch. How should I implement it?

asim-shrestha commented 3 years ago

I'd have to double check but I believe we create a contour sequence for every call to add_roi. Perhaps you could use this per contour sequence? As for the contour sequences of couch, we're not familiar with what exactly that is so could you please elaborate further?