Hi Arpit,

without having looked into your data, I suppose that this "Unsupported" is due to the multi-frame aspect of your data, i.e. a single DICOM file contains multiple image slices. Unless the code has advanced significantly, those images are not supported.

When implementing the reader, we were sure that there are many multi-frame variants that we are not able to load correctly. Only a small portion that contains a single regular stack of images is loaded. Because our code cannot tell apart the simple from the complex cases, we decided to still return the image if the underlying ITK/GDCM does read an image (so the adventurous user/developer could see a result), but still not call it supported because we know that this is a lucky case among many unlucky ones.

Regards,
Daniel

On 08.02.2016 15:19, Arpit Paliwal wrote:
Dear All,

I have faced strange issue with MITK. I was loading MR data set from Phillips. It was shown as unsupported but it still got loaded correctly. I can perform all operations without any issue. What could be the reason of this issue ?

Output from MBI log :-

1225.51 core.data.dataNodeFac: DataNodeFactory: Loading DICOM series 0: Series UID 1.3.46.670589.11.80001.5.0.4468.2016011113171902000 1225.51 core.data.dataNodeFac: 23 'MR' files (MR Image Storage) loaded into 1 mitk::Image
1225.52 core.data.dataNodeFac:   multi-frame: Yes
_*1225.52 core.data.dataNodeFac:   reader support: Unsupported*_
1225.52 core.data.dataNodeFac:   pixel spacing type: In Patient
1225.53 core.data.dataNodeFac:   gantry tilt corrected: No
1225.53 core.data.dataNodeFac:   3D+t: No
1225.53 core.data.dataNodeFac: -------------------------------------------------

Link of anonymous DICOM data https://www.dropbox.com/s/6lt96jchtzhtd1k/MR%20Data.zip?dl=0

Best Regards,
Arpit


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140


_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

--
Dr. Daniel Maleike, Mint Medical GmbH
Friedrich-Ebert-Straße 2, 69221 Dossenheim/Heidelberg
Geschäftsführer: Dr. Matthias Baumhauer, Registergericht Mannheim, HRB 709351

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to