<div dir="ltr"><div>Looks like ParaView doesn't know that it can treat these guys as images and give you the option of the Slice Representation. As such it has to do surface extraction (convert to unstructured) in order to show you the values.</div><div><br></div><div>To demonstrate rid of all but one grid in your spatial collection and load that then look at memory inspector when you change to surface mode. Then take the spatial collection out to get the slice representation as an option.</div><div><br></div><div>Not sure how to fix it without coding a bit. What you need to do is make sure it stays in structured format (as Felipe hinted at). I thought merge blocks would work, but that makes unstructured grids too. Sample to image data might work. You can probably use the python source hdf5 import path to do it directly.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Sun, Feb 1, 2015 at 4:32 AM, Felipe Bordeu Weldt <span dir="ltr"><<a href="mailto:felipe.bordeu@ec-nantes.fr" target="_blank">felipe.bordeu@ec-nantes.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">hi, <div><br></div><div>I think the best way is to  write only one cell (with the correct position in the espace) for each picture and then apply each picture as a texture in each cell.</div><div>For me this is the way to go. But technically I don’t know how to do it.</div><div><br></div><div>Felipe</div><div><br><div><div>Le 30 janv. 2015 à 17:51, Michael Jackson <<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>> a écrit :</div><br><blockquote type="cite"><div><div class="h5"><div dir="ltr">I have written an Xdmf file that uses the 3D CoRectMesh to display a montage of 54 gray scale images. They are laid out in a 9x6 fashion. Each Image is about 1292x968 pixels. We have run stitching algorithms on the images to find their correct coordinates in XYZ space so that they will form the montage correctly.<div><br></div><div>The raw amount of memory is 67,535,424 bytes. If that has to be as RGBA for rendering then it is 270,141,696 bytes.</div><div><br></div><div>Then ParaView has to create a "cell" for each pixel and then some other stuff. At one point ParaView spiked to 120GB of RAM and then fell back to about 36GB of RAM. This seems a bit excessive to me. This is with ParaView 4.3.1 on a Windows 8.1 workstation. Am I doing something wrong? Just seems like a lot of memory.</div><div><br></div><div>Are their alternate ways of writing the Xdmf file so that each image is a single cell perhaps?</div><div><br></div><div>Thanks for any insights. </div><div><br></div><div>I can make the data set available to anyone who needs it.<br clear="all"><div><div>_________________________________________________________<br>Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>BlueQuartz Software                    <a href="http://www.bluequartz.net/" target="_blank">www.bluequartz.net</a><br>Principal Software Engineer                  Dayton, Ohio</div></div>
</div></div></div></div>
_______________________________________________<br>Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br><br>Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br></blockquote></div><br></div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>