<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello Kevin,<div><br></div><div>The warning is related to the pixel type you are streaming/pasting to the output file vs the pixel type in the file. MetaImageIO reports all multi-component images as images of vector pixel type. RGBPixels are not vector pixel types. So this warning is saying you are streaming RGBPixels to a Vector image, which doesn't match. &nbsp;If you changed the output image to a image of vector is should go away.&nbsp;</div><div><br></div><div>I think this is reasonable behavior and a reasonable warning for this situation. What do you think?</div><div><br></div><div>BTW: I am curious of you are communicating between each node after each iteration, or are just having a large overlapping region?</div><div><br></div><div>Brad</div><div><br><div><div>On Dec 6, 2010, at 2:16 PM, Kevin H. Hobbs wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>The attached allow for 20 iterations of the full Visible Woman Head data<br>set in 25 minutes on 8 nodes with 2 Intel Xeon X5550 CPUs and 12 GB of<br>RAM each connected with Gigabit ethernet.<br><br>There's still some clean-up to be done on the final writing, I get :<br><br>WARNING: In /home/kevin/kitware/ITK/Code/IO/itkMetaImageIO.cxx, line 1663<br>MetaImageIO (0x268e2a0): Pixel types does not match file, but component<br>type and number of components do.<br><br>for each piece.<br><br>The command was :<br><br>time mpirun \<br> &nbsp;-hostfile ~/mpi_hostsfile \<br> &nbsp;./MPIVectorGradientAnisotropicDiffusionImageFilter \<br> &nbsp;VisibleWomanHead/RawRGB/VisibleWomanHeadFull.mhd \<br> &nbsp;VisibleWomanHeadFull_Smooth.mhd \<br> &nbsp;1.0 20 0.03<br><br>Could this warning be related to the input file having unsigned char<br>component type while I'm using :<br><br>typedef itk::RGBPixel &lt; float &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RGBPixelType;<br>typedef itk::Image&lt; RGBPixelType, Dimension &gt; &nbsp;&nbsp;&nbsp;RGBImageType;<br><br>throughout the program?<br><span>&lt;CMakeLists.txt&gt;</span><span>&lt;itkImageRegionNonCubeSplitter.h&gt;</span><span>&lt;itkImageRegionNonCubeSplitter.txx&gt;</span><span>&lt;MPIVectorGradientAnisotropicDiffusionImageFilter.cxx&gt;</span><span>&lt;signature.asc&gt;</span><span>&lt;ATT00001..txt&gt;</span></div></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">========================================================</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Bradley Lowekamp<span class="Apple-converted-space">&nbsp;</span><span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-family: Arial; "><span class="Apple-style-span" style="font-family: Arial; ">Lockheed Martin&nbsp;</span></span></font><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Contractor for</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Office of High Performance Computing and Communications</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">National Library of Medicine<span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a></font></p><br class="Apple-interchange-newline"></span></span>
</div>
<br></div></body></html>