forked from cpinter/SlicerSegmentationVerification
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
After the user selects volume in the module interface using volumeNodeComboBox selector, the application is trying to find any DICOM Segmentation series that reference the image volume in the selector. This is done in onVolumeChanged event handler in
| def onVolumeChanged(self): |
Right now, even if the number of files in the DICOM database is small, it takes really long time (~30 sec) to parse the content and find all segmentations that reference the image.
Investigate the causes of slowness and suggest any optimizations or fixes to make this process faster.
Copilot
Metadata
Metadata
Assignees
Labels
No labels