[Insight-users] Need help with PermuteAxesImageFilter
Luis Ibanez
luis.ibanez at kitware.com
Sat Aug 19 18:18:04 EDT 2006
Hi Martin,
If you are getting and Exception you should add a try/catch
block around your code and print out the message returned by
the exception.
You will find many examples on how to do this in the
ITK Software Guide
http://www.itk.org/ItkSoftwareGuide.pdf
Please let us know what message do you get from the exception.
Thanks
Luis
------------
MX wrote:
>
> Hello,
> i have a problem with the PermuteAxesImageFilter,
> when writing DICOM series I used the MetaDataDicitonaryArray
> i could get from the ImageSeriesReader:
> I couldn't find anything about it in the archives.
>
> seriesWriter->SetMetaDataDictionaryArray(
> seriesReader->GetMetaDataDicitonaryArray() );
> This worked very well.
>
> But as I put the PermuteAxesImageFilter in the pipeline, it does not
> work so well anymore,
> I get an exception at runtime.
> Why does it happen?
> And what can I do for not loosing the header information?
>
> Thx,
> Martin
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list