Slicer removes the volume in Segment Editor

Hi, I’ve been trying to work with 2020-02-08 build of Slicer and encountered an error in Segment Editor. After choosing Master volume and adding a new layer, the volume set as Master is being detached/removed from the slicer.

I don’t think there is anything suspicous in an error log:

Session start time .......: 2020-02-11 17:59:01

Slicer version ...........: 4.11.0-2020-02-08 (revision 28760) win-amd64 - installed release

Operating system .........: Windows / Personal / (Build 9200) - 64-bit

Memory ...................: 32701 MB physical, 48309 MB virtual

CPU ......................: GenuineIntel , 12 cores, 12 logical processors

VTK configuration ........: OpenGL2 rendering, TBB threading

Qt configuration .........: version 5.10.1, with SSL, requested OpenGL 3.2 (compatibility profile)

Developer mode enabled ...: no

Prefer executable CLI ....: yes

Application path .........: D:/Programs/Slicer 4.11.0-2020-02-08/bin

Additional module paths ..: C:/Users/Witowski/AppData/Roaming/NA-MIC/Extensions-28760/SegmentEditorExtraEffects/lib/Slicer-4.11/qt-scripted-modules, C:/Users/Witowski/AppData/Roaming/NA-MIC/Extensions-28760/MarkupsToModel/lib/Slicer-4.11/qt-loadable-modules

Scripted subject hierarchy plugin registered: Annotations

Scripted subject hierarchy plugin registered: SegmentEditor

Scripted subject hierarchy plugin registered: SegmentStatistics

Switch to module: "SegmentEditor"

QLayout::addChildLayout: layout "" already has a parent

Switch to module: "DICOM"

MultiVolumeImportPlugin::examine

DICOMMultiVolumePlugin found 2 multivolumes!

MultiVolumeImportPlugin:examineMultiseries

DICOMMultiVolumePlugin found 1 multivolumes!

Loading with imageIOName: GDCM

Irregular volume geometry detected, but maximum error is within tolerance (maximum error of 4.88281e-05 mm, tolerance threshold is 0.001 mm).

Loading with imageIOName: GDCM

Switch to module: "SegmentEditor"

ctkSliderWidget::setSingleStep() 0 is out of bounds. 0 100 1

I am loading an anonymized CT Angio study through DICOM browser. This happens also with all extensions disabled. Here is the example study that can reproduce the problem: https://we.tl/t-7n7enaF3JU
Edit: This also happens in fresh install of 2020-02-10 build.

This is a huge volume (10x larger than usual) but other than that it looks normal and everything works well for me. Can you take a screen capture video of what you do?

Yes, of course, this is the screen capture, just after loading the data:

I just made this post using segment editor on that volume and it worked fine for me on the 4.11.0-2020-02-08 build.

Interesting. I have seen the same issue on somebody’s computer who asked me to help with this issue last week. We then restarted Slicer and couldn’t reproduce the issue again, so we didn’t report it. But it looked the same.

I was able to reproduce the error. The input has to be imported from DICOM and the order of steps matter (create segmentation, load the volueme, go back to segmentation, select master volume, add segment). It’s a really interesting bug. I’ll push a fix soon.

2 Likes

The root cause of the problem was that the DICOM image was anonymized incorrectly: patient ID was set to empty (which is not compliant to the DICOM standard), which led to placing the data set under the segmentation node as a child and got removed when the segment list was updated. I’ve fixed the problem by generating the missing patient ID.

1 Like