I've detailed the issue I ran into here: https://issues.itk.org/jira/browse/ITK-2904
I would just do the old 'find a bug, fix it' thing, but this is complicated because it's a regression in the GDCM version we include with ITK. Theoretically, you could use gdcm::SerieHelper's user defined comparison method, but there isn't an access method to set that user pointer -- I guess you're supposed to derive a new class from gdcm::SerieHelper that uses a method other than sorting by image position. In other words, to get back to the ITKv3 behavior would involve considerable hacking around with the itk::GDCMSeriesFileNames class. But people should know that they can't read Dicom DTI or >3D images with GDCM. -- Kent Williams [email protected] ________________________________ Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged. If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited. Please reply to the sender that you have received the message in error, then delete it. Thank you. ________________________________ _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-developers
