brianmanderson / Dicom_RT_and_Images_to_Mask

Tools to help with the conversion of DICOM images, RT Structures, and dose to useful Python objects. Essentially DICOM to NumPy and SimpleITK Images
GNU General Public License v3.0
87 stars 28 forks source link

How is maks.nii converted to DicomRT? #38

Closed SuperLuckyKris closed 6 months ago

SuperLuckyKris commented 7 months ago

How to produce a dicomRT with a mask.nii and a dicom original image

brianmanderson commented 7 months ago

Hi, I'm sorry that I don't fully understand the question. A series of steps for converting a dicomRT structure and the associated image file are presented in the 'Examples' folder: https://github.com/brianmanderson/Dicom_RT_and_Images_to_Mask/tree/main/Examples

Please tell me if this helps