Georg Walther
Georg Walther
I would really appreciate OHIF's support for fractional segmentations. I have heatmaps formatted as DICOM-SEG. @fedorov There are tools to create fractional SEGs: https://github.com/razorx89/pydicom-seg/tree/feature/write-fractional
There is a very misleading error message in **writer.py** line 330: ```python if segmentation.GetPixelID() not in [ sitk.sitkFloat32, sitk.sitkFloat64, sitk.sitkVectorFloat32, sitk.sitkVectorFloat64, ]: raise ValueError("Unsigned integer data type required") ``` It...