Hi Daniel,
Thanks for clarifying. Yes, it was a multi-frame MR. We were not using any
advanced (multiframe) feature of the MR & getting the basic images helps us
to complete our tasks. A smart decision taken during implementation of the
reader has helped us now :)
Best Regards,
Arpit
On Tue, Feb 9, 2016, 2:18 PM <mitk-users-requ...@lists.sourceforge.net>
wrote:
> Send mitk-users mailing list submissions to
> mitk-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/mitk-users
> or, via email, send a message with subject or body 'help' to
> mitk-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
> mitk-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of mitk-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Possible Bug: Reading Unsupported MR data set (Daniel Maleike)
> 2. Re: Data array visualization (Fetzer, Andreas)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 8 Feb 2016 17:50:04 +0100
> From: Daniel Maleike <d.male...@mint-medical.de>
> Subject: Re: [mitk-users] Possible Bug: Reading Unsupported MR data
> set
> To: <mitk-users@lists.sourceforge.net>
> Message-ID: <56b8c73c.4050...@mint-medical.de>
> Content-Type: text/plain; charset="windows-1252"
>
> 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
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Tue, 9 Feb 2016 09:48:20 +0100
> From: "Fetzer, Andreas" <a.fet...@dkfz-heidelberg.de>
> Subject: Re: [mitk-users] Data array visualization
> To: "Fitze Thomas (fitz)" <f...@zhaw.ch>, Rostislav Khlebnikov
> <rostislav.khlebni...@kcl.ac.uk>
> Cc: mitk-users <mitk-users@lists.sourceforge.net>
> Message-ID: <d2df6176.22365%a.fet...@dkfz-heidelberg.de>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi Rostislav and Thomas,
>
> it is possible to visualize data arrays in MITK at a low level: You can
> enable scalar visibility for surface / unstructured grid data via the
> PropertyView by checking "scalar visibilty". You can also choose between
> the different scalar arrays via the property "scalar mode". However the
> functionality is pretty limited. You can't change the transfer function or
> select different entries of the data array (afaik simply the first entry is
> used for visualization).
>
> We are definitely interested in extending the functionality for data array
> visualization and would gladly discuss design or collaboration.
> My first thought is, that we should try to keep as much as possible in the
> PropertyView since it's primary purpose is it, to tell MITK how to render
> the data.
>
> Best regards,
> Andreas
>
> Von: "Fitze Thomas (fitz)" <f...@zhaw.ch<mailto:f...@zhaw.ch>>
> Datum: Monday 8 February 2016 16:58
> An: Rostislav Khlebnikov <rostislav.khlebni...@kcl.ac.uk<mailto:
> rostislav.khlebni...@kcl.ac.uk>>
> Cc: "mitk-users@lists.sourceforge.net<mailto:
> mitk-users@lists.sourceforge.net>" <mitk-users@lists.sourceforge.net
> <mailto:mitk-users@lists.sourceforge.net>>
> Betreff: Re: [mitk-users] Data array visualization
>
> Hi Rostislav,
>
> You?re correct that VTK offers the mappers, but there?s no GUI to access
> the functionality in MITK (afaik). I implemented a variation of the
> org.mitk.gui.qt.ugvisualization plugin that offers rudimentary data array
> visualization for unstructured grids. I tried adding transfer function
> editing using the already existing qmitk transfer function generator
> widget, but i couldn?t get it to work properly.
>
> I also tried to get some kind of 2d unstructured grid mappers to work, but
> i didn?t have much success. It?s possible to get a polygon outline, but
> that?s about it. The unstructured grid mappers are kinda sluggish and tend
> to slow down the whole application.
>
> There?s a lot of work to be done to create something similar to ParaView,
> but the effort would be very much appreciated.
>
> Cheers,
> Thomas
>
> [cid:392B1C8B-09E4-4F46-B339-A788A79FFF8B@zhaw.ch]
>
> On 08.02.2016, at 14:57, Rostislav Khlebnikov <
> rostislav.khlebni...@kcl.ac.uk<mailto:rostislav.khlebni...@kcl.ac.uk>>
> wrote:
>
> Hi guys,
>
> I was wondering if there is any work ongoing/planned for visualization
> of data arrays in MITK.
> What I mean by this is, for example, visualization of simulation results
> in a manner similar to ParaView - i.e. selection of data arrays (e.g.
> velocity, pressure, etc.), transfer function editing, etc.
> This would probably include visualization of data on vtkPolyData and
> vtkUnstructuredGrid objects.
>
> I realize that there is some functionality in the corresponding mappers,
> but there's no UI for this yet (or is there?).
>
> Please let me know if there's already some work in this direction and if
> you are interested in such functionality and would like to discuss the
> design/collaboration on this issue.
>
> All best,
> Rostislav.
>
>
> ------------------------------------------------------------------------------
> 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<mailto:mitk-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/mitk-users
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Screen Shot 2016-02-08 at 16.31.42.png
> Type: image/png
> Size: 193133 bytes
> Desc: Screen Shot 2016-02-08 at 16.31.42.png
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> 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
>
>
> End of mitk-users Digest, Vol 117, Issue 10
> *******************************************
>
------------------------------------------------------------------------------
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