[Insight-users] Changes in gdcm::SeriesFileNames since ITKv4?

jef vdmb jvdmb at hotmail.com
Tue Jul 17 10:20:12 EDT 2012





Hi,
Ever since I passed to ITKv4 (4.1 and 4.2 give the same result), the behaviour of itk::GDCMSeriesFileNames seems to have changed.
I use the following standard code:









	typedef itk::GDCMSeriesFileNames NamesGeneratorType;
	NamesGeneratorType::Pointer namesGenerator = NamesGeneratorType::New();


// namesGenerator->SetLoadSequences(true);
// namesGenerator->SetLoadPrivateTags(true);
	namesGenerator->SetUseSeriesDetails(true);
	namesGenerator->AddSeriesRestriction("0008|0021");
	namesGenerator->AddSeriesRestriction("0008|0032");
namesGenerator->SetDirectory(cla.input_arg);
When compiled against ITK 3.20, several DICOM series are detected. Using ITK 4.1 (and the same directory), only one series is  retained. Adding the (commented) options, does not change anything. 
My apologies if I missed the answer in this mailing list. I saw several entries reporting similar behavior, but did not come across an answer.
Regards,Jef









 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20120717/479d28ec/attachment.htm>


More information about the Insight-users mailing list