[Insight-users] nrrdKindVector <-> nrrdKindList in NrrdImageIO
Gordon Kindlmann
gk at bwh.harvard.edu
Wed Sep 10 09:53:15 EDT 2008
Hello,
I'm very interested to learn more about the implementation of the
"SetNrrdVectorType" method that was mentioned here- can anyone give
me any tips?
Gordon
On Sep 9, 2008, at 9:35 AM, Fritzsche Klaus wrote:
> Hi,
>
>
>
> I am writing my diffusion weighted images to a NRRD-file, using the
> itk::ImageFileWriter and itk::NrrdImageIO.
>
>
>
> Instead of the following line
>
>
>
> kinds: vector domain domain domain
>
>
>
> in the header I would like to see
>
>
>
> kinds: list domain domain domain
>
>
>
> This modification is important for the teem-library to recognize
> the correct dimension for the vector entries.
>
>
>
> In the WIKI I found the following two lines of code: (http://
> www.itk.org/Wiki/Getting_Started_with_the_NRRD_Format)
>
>
>
> // This statement is to be added to the ITK CVS Release
> io->SetNrrdVectorType( nrrdKindList );
>
>
>
> This is probably exactly what I need. When will it be available in
> ITK?
>
>
>
> Best Regards,
>
> Klaus Fritzsche
>
> _______________________________________________
> 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