Loading DICOM SEG imports referenced scalar volume and first slice of referenced series

When loading DICOM SEG objects, Slicer suggests loading referenced datasets, i.e. the MR series on which segmentation was performed, which makes perfect sense. Is it expected behavior that after loading, Slicer creates two MR data objects, Image Sequence and Scalar Volume? In particular the Image Sequence object is causing some confusion as it is not visualized by default and when enabled only shows the first slice in the series. (screenshot attached)

Thanks in advance!


For some reason the MRI series is recognized as an image sequence instead of a volume. Probably this issue is fixed in current Slicer versions. Let us know if you experience any issues in the latest Slicer Preview Release.

Thank you for the quick reply. Unfortunately, the same behavior occurs with the latest version in preview (4.13.0-2022-03-23).

Can you share the data set?

Absolutely, it’s the first patient in this public dataset from TCIA: QIN-PROSTATE-Repeatability - The Cancer Imaging Archive (TCIA) Public Access - Cancer Imaging Archive Wiki

I have seen this same behavior with other DICOM SEG datasets as well.

I’ve downloaded PCAMPMRI-00001 data set and loaded series 1005 and indeed the referenced series 5 was offered to be loaded both as 3D image and a 2D+t image. This is not an error, because both are completely valid interpretations of that series and these legacy DICOM information objects do not mandate any specific interpretations.

That said, Slicer determines a “confidence” value for each interpretation and it could make sense to offer just a single one (that with the highest confidence value), because probably that is what most users expect.

For now you can manually select the interpretation that you prefer, which is probably the “scalar volume” (and not “image sequence”).

Great, I really appreciate you investigating the issue and providing the insight. The reason I created this thread was because I initially thought something was wrong with my dataset and that I have perhaps inserted an erroneous DICOM tag. I agree that scalar volume is what most users would expect when loading a DICOM SEG object like this. Thanks again!