Hello Devide group! I'm a new member and this is my first post.
Does anyone know if there is a way to correct a Dicom dataset that is yealding this error.
I have a collection of MRI studies... some are read by Devide just fine and others give me this error log:
21:33:09: Traceback (most recent call last):
21:33:09: File "C:\Program Files\DeVIDE-RE\devide\module_manager.py", line 879, in execute_network self._module_dict.values())
21:33:09: File "C:\Program Files\DeVIDE-RE\devide\network_manager.py", line 46, in execute_network self._devide_app.scheduler.execute_modules(sms)
21:33:09: File "C:\Program Files\DeVIDE-RE\devide\scheduler.py", line 698, in execute_modules self.get_scheduler().execute_modules(scheduler_modules)
21:33:09: File "C:\Program Files\DeVIDE-RE\devide\scheduler.py", line 569, in execute_modules mm.execute_module(sm.meta_module, sm.part)
21:33:09: File "C:\Program Files\DeVIDE-RE\devide\module_manager.py", line 848, in execute_module meta_module.execute_module(part, streaming)
21:33:09: File "C:\Program Files\DeVIDE-RE\devide\meta_module.py", line 358, in execute_module self.instance.execute_module()
21:33:09: File "C:\Program Files\DeVIDE-RE\devide\modules\readers\DICOMReader.py", line 167, in execute_module raise RuntimeError(msg)
21:33:09: ModuleManagerException: Unable to execute part 0 of module dvm1 (DICOMReader): DICOM IPP sorting yielded incorrect results.
21:33:09: Unable to execute part 0 of module dvm1 (DICOMReader): DICOM IPP sorting yielded incorrect results.
I tried reviewing the images in the DICOMBrowser but did not notice anything unusual in the series of slices.... maybe I just don't know what to look for.
Is there a way to correct the set? I tried loading the first 3 slices and it worked fine but with slice 4 the error reoccurs on this particular set... tried deleting slices in DICOMReader but that did not help. Is this set unusable or is it possible to correct it somehow???