Hi Andreas, no worries :)
Yes, I opened it with the workbench and it seems to work fine with the image navigator plugin (I can switch to through the different timesteps). I currently using the version 2014.10.0 of MITK. Is strange that with the time step 0 is working perfectely and it find the 9 steps but it doesn't load the data. I really don't know where to look. Thanks in advance. Regards, Yari Il 26.05.2015 08:39, Fetzer, Andreas ha scritto: > Hi Yari, > > Sorry for the late answer. > I have some questions regarding your issue, since we also have Philips3D > DICOM files from time to time and it seems to work for us fine. > > Did you open the data with the MITK workbench? > > And if yes, have you tried to use the image navigator plugin to step > through the different timesteps? > > What version of MITK are you using? > (About two month ago we had some problems loading these kind of DICOM > files.) > > Best regards, > Andreas > > > Am 18/05/15 14:32 schrieb "yari mattei" unter > <[email protected]>: > >> Hi everybody, >> >> I manage to open a Philips3D DICOM (with mithDicomSeriesReader) and I >> get a DataNode. >> >> I would like to show the 9 different time step contained in the DICOM >> file so I tried to get an image from the node with: >> >> mitk::Image::Pointer image = dynamic_cast<mitk::Image*>(node->GetData()); >> >> And to select the volume with: >> >> mitk::ImageTimeSelector::Pointer time = >> mitk::ImageTimeSelector::New(); >> >> time->SetInput(image); >> time->SetTimeNr(1); >> time->Update(); >> >> mitk::Image::Pointer image4 = time->GetOutput(); >> >> >> mitk::StandaloneDataStorage::Pointer ds4 = >> mitk::StandaloneDataStorage::New(); >> mitk::DataNode::Pointer node4 = mitk::DataNode::New(); >> >> node4->SetData(image4); >> >> ds4->Add(node4); >> >> This works only if I set the TimeNr to 0. I check with the debugger the >> value of the image and I see that there are 9 different volume but only >> the first one has values inside (the others are NULL). >> This is part of the dump of the debugger : >> - image {m_Pointer=0x164978e0 {m_Channels={ size=1 } >> m_Volumes={ size=9 } m_Slices={ size=1872 } ...} } >> itk::SmartPointer<mitk::Image> >> - m_Pointer 0x164978e0 {m_Channels={ size=1 } m_Volumes={ >> size=9 } m_Slices={ size=1872 } ...} mitk::Image * >> + [mitk::Image] {m_Channels={ size=1 } m_Volumes={ >> size=9 } m_Slices={ size=1872 } ...} MitkCore.dll!mitk::Image >> + mitk::SlicedData >> {m_LargestPossibleRegion={m_Index={m_Index=0x16497984 {0, 0, 0, 0, 0} } >> m_Size={m_Size=0x16497998 {224, ...} } } ...} mitk::SlicedData >> + m_Channels { size=1 } >> std::vector<itk::SmartPointer<mitk::ImageDataItem>,std::allocator<itk::Sma >> rtPointer<mitk::ImageDataItem> >> - m_Volumes { size=9 } >> std::vector<itk::SmartPointer<mitk::ImageDataItem>,std::allocator<itk::Sma >> rtPointer<mitk::ImageDataItem> >> [size] 9 int >> [capacity] 9 int >> + [0] {m_Pointer=0x1641ba88 {m_Data=0x235b0040 >> "" m_PixelType=0x164af8a8 {m_ComponentType=1 m_PixelType=SCALAR (1) ...} >> ...} } itk::SmartPointer<mitk::ImageDataItem> >> + [1] {m_Pointer=0x00000000 <NULL> } >> itk::SmartPointer<mitk::ImageDataItem> >> + [2] {m_Pointer=0x00000000 <NULL> } >> itk::SmartPointer<mitk::ImageDataItem> >> + [3] {m_Pointer=0x00000000 <NULL> } >> itk::SmartPointer<mitk::ImageDataItem> >> ....... >> >> >> Does anyone have any idea of what cause di problem? >> >> Thanks in advance >> >> Yari >> >> -------------------------------------------------------------------------- >> ---- >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> mitk-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
