Page MenuHomePhabricator

Level-Window not properly updated for DICOM Data
Closed, ResolvedPublic

Description

If I load a DICOM image (e.g. E130-Daten\BlackSwan\Patients_for_Registration\0HLXYUL7_0HLXYUL7\16\resources\DICOM), the greyvalues are not updated immediately, if I move the LW-Slider. Only if I click into one of the RenderWindows.

Event Timeline

hentsch created this task.
hentsch added a subscriber: kleina.

DICOM images doesn't have a levelwindow property in contrast to non-DICOM images. Investigating in LevelWindowManager now...

They do have a levelwindow property, but it is inserted into the BaseData property list, not into the DataNode property list.

I'm pretty sure it worked before with BlackSwan DICOM data.
Also, this might be related to T24438?

The ImageVtkMapper2D didn't check the BaseData PropertyList for its modification time.