SlicerRt / SlicerRT

Open-source toolkit for radiation therapy research, an extension of 3D Slicer. Features include DICOM-RT import/export, dose volume histogram, dose accumulation, external beam planning (TPS), structure comparison and morphology, isodose line/surface generation, etc.
https://slicerrt.org
126 stars 60 forks source link

"Error occurred during ITK conversion" in Segment comparison module #170

Closed lassoan closed 3 years ago

lassoan commented 3 years ago

Segment comparison module seems to rely on labelmap representation. Normally the segmentation is read from RTSTRUCT and so does not contain labelmap representation.

When somebody wants to compare segments, Segment comparison module simply displays a message "Error occurred during ITK conversion".

The module should probably compute labelmap representation automatically (but at least print a more meaningful error message).