pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
281 stars 78 forks source link

Dicom series instance drag/drop doesn't open dialog to select series #132

Open ndahiya3 opened 2 months ago

ndahiya3 commented 2 months ago

In recent versions of itk snap: 4.0.2 and 4.2.0, drag/drop of a single instance from a dicom folder used to automatically open a dialog with a list of all different series found in the folder. For some reason, it has stopped doing that in the recent versions. Now, it simply shows the first image instance from the containing dicom folder. It doesn't even load the actual slice that was dragged/dropped in the GUI but the first image instance in the dicom folder.

Any help in resolving this issue is appreciated.

jilei-hao commented 2 months ago

Hi, Thanks for reporting the issue. I cannot reproduce the issue on our data. Is it possible to upload some sample data for troubleshooting?

ndahiya3 commented 2 months ago

9001104.zip

Thanks for your reply. On the attached case, ver 4.2.0 simply crashes where as ver 3.8 loads the case just fine. Crash-Ver-4_2_0

I'll try and upload a case where it just loads the first image instance. I might have to anonymize the data first.

If it helps, I recently upgraded to Ubuntu 22.04 from Ubuntu 20.04. That could be the root cause as some system libraries may not have been updated properly.

I'll try and upload one more case data set asap.

Thanks for your help!

ndahiya3 commented 2 months ago

multi-series-MR.zip

Please see a multi-series dataset attached. In the attached case, it shows a series selection dialog and is able to load some of the series but not the first one: Multi-Series-Example

In other cases that I tried, it just loads automatically loads one of the series without showing a pop-up series selection dialog.

The file upload size limit is 25 MB here. Is there any other way to upload a larger file? That would be the case where it automatically loads one series without the pop up dialog.

Thanks!