[Insight-users] Output dicom series in new directory
Ezequiel Geremia
t-egerem at microsoft.com
Tue Jun 23 10:45:53 EDT 2009
Hi insight-users,
I wrote a code inspired from itkSoftwraeGuide to convert nrrd files into dicom series.
When running the executable on windows vista, the latter does not output the dicom slices in the directory specified through
typedef itk::GDCMSeriesFileNames NamesGeneratorType;
NamesGeneratorType::Pointer namesGenerator = NamesGeneratorType::New();
namesGenerator->SetOutputDirectory( outputDirectory );
Do you have an idea on how to resolve that issue ?
Regards,
Ezequiel
More information about the Insight-users
mailing list