[Insight-users] Output dicom series in new directory

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue Jun 23 11:10:53 EDT 2009


On Tue, Jun 23, 2009 at 4:45 PM, Ezequiel Geremia<t-egerem at microsoft.com> wrote:
> 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 ?

I have absolutely no idea. But if you send the output of the
executable, I might help. just print the exception that's thrown
during the call to Update() (or Write()) and send it to the list.

2cts

-- 
Mathieu


More information about the Insight-users mailing list