<html><head><base href="x-msg://2/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey Gilly,<div><br></div><div>Xdmf works by putting the whole time series description in a single file. The details of the model and XMF file format can be found here:</div><div><br></div><div><a href="http://xdmf.org/index.php/XDMF_Model_and_Format">http://xdmf.org/index.php/XDMF_Model_and_Format</a></div><div><br></div><div>All of the specifications are there, but I'm not sure there's a nice example of what they call a "temporal collection". (You can also do multi-block datasets with "spatial collection" or do combinations like "temporal collection of spatial collections".) There are many ways to indicate the time, so take a look at that page, but here's one example of three time steps of an unstructured grid:</div><div><br></div><div>========</div><div><div>&lt;Xdmf&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;Domain Name="MSI"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;Grid Name="CellsTime" GridType="Collection" CollectionType="Temporal"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;Grid Name="Cells" GridType="Uniform"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;Time Value="0.000" /&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;Topology TopologyType="Polyvertex" NodesPerElement="1" NumberOfElements="10007"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/Topology&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;Geometry GeometryType="XYZ"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;DataItem DataType="Float" Dimensions="10007 3" Format="HDF"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                                </span>test1.h5:/iter=0000000000/cells/position</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;/DataItem&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/Geometry&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;Attribute AttributeType="Scalar" Center="Node" Name="cells_conc_ccl19"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;DataItem NumberType="Float" Precision="4" Dimensions="10007 1" Format="HDF"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                                </span>test1.h5:/iter=0000000000/cells/conc_ccl19</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;/DataItem&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/Attribute&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;/Grid&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;Grid Name="Cells" GridType="Uniform"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;Time Value="0.010" /&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;Topology TopologyType="Polyvertex" NodesPerElement="1" NumberOfElements="10016"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/Topology&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;Geometry GeometryType="XYZ"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;DataItem DataType="Float" Dimensions="10016 3" Format="HDF"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                                </span>test1.h5:/iter=0000000001/cells/position</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;/DataItem&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/Geometry&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;Attribute AttributeType="Scalar" Center="Node" Name="cells_conc_ccl19"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;DataItem NumberType="Float" Precision="4" Dimensions="10016 1" Format="HDF"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                                </span>test1.h5:/iter=0000000001/cells/conc_ccl19</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;/DataItem&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/Attribute&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;/Grid&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;Grid Name="Cells" GridType="Uniform"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;Time Value="0.020" /&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;Topology TopologyType="Polyvertex" NodesPerElement="1" NumberOfElements="10017"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/Topology&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;Geometry GeometryType="XYZ"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;DataItem DataType="Float" Dimensions="10017 3" Format="HDF"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                                </span>test1.h5:/iter=0000000002/cells/position</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;/DataItem&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/Geometry&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;Attribute AttributeType="Scalar" Center="Node" Name="cells_conc_ccl19"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;DataItem NumberType="Float" Precision="4" Dimensions="10017 1" Format="HDF"&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                                </span>test1.h5:/iter=0000000002/cells/conc_ccl19</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;/DataItem&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/Attribute&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;/Grid&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/Grid&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/Domain&gt;</div><div>&lt;/Xdmf&gt;</div><div>=================</div><div><br></div><div>Let us know if you have any problems with it. There is also an Xdmf mailing list if you have very specific Xdmf questions.</div><div><br></div><div>Talk to you later,</div><div>-Eric</div></div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; 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; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div>------------------------------------------------------</div><div>Eric E Monson</div><div>Duke Visualization Technology Group</div><div><span class="Apple-style-span" style="font-size: medium;"><br></span></div></span>
</div>
<br><div><div>On Jun 15, 2010, at 12:20 AM, &lt;<a href="mailto:Guillaume.Duclaux@csiro.au">Guillaume.Duclaux@csiro.au</a>&gt; &lt;<a href="mailto:Guillaume.Duclaux@csiro.au">Guillaume.Duclaux@csiro.au</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div lang="EN-AU" link="blue" vlink="purple"><div class="Section1"><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">Hi folks,<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "><o:p>&nbsp;</o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">I’m trying to open a timeserie collection of hdf5 files in PV (3.8–RC2) and it doesn’t seem to work for me...<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "><o:p>&nbsp;</o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">I first tried opening a timeserie (XDMF...xmf) ‘by hand’. It seems ok, but when I try to use the VCR controls the renderer is still rendering the same scene.<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">&nbsp;<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">Also, I had a look at the trace created when opening timeseries and compared the XDMFReader property encoding with other VTK Readers.<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "><o:p>&nbsp;</o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">+ the XDMFReader FileName property has only one argument (not the list I expected):<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; text-indent: 36pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">- XDMF_00 = XDMFReader( FileName='C:<a href="smb://%PATH%//XDMF.00001.xmf'" style="color: blue; text-decoration: underline; ">\\%PATH%\\XDMF.00001.xmf'</a><span class="Apple-converted-space">&nbsp;</span>)<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">+ and for comparison, the &nbsp;XMLPartitionedStructuredGridReader encode an array with the list of files with similar extensions present in the directory:<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; text-indent: 36pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">- fields_0000 = XMLPartitionedStructuredGridReader( FileName=[‘C:<a href="smb://%PATH%//fields.00000.pvts'," style="color: blue; text-decoration: underline; ">\\%PATH%\\fields.00000.pvts',</a>C:<a href="smb://%PATH%//fields.00001.pvts']" style="color: blue; text-decoration: underline; ">\\%PATH%\\fields.00001.pvts']</a><span class="Apple-converted-space">&nbsp;</span>)<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "><o:p>&nbsp;</o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">The user doco (<a href="http://paraview.org/OnlineHelpCurrent/XdmfReader.html" style="color: blue; text-decoration: underline; ">http://paraview.org/OnlineHelpCurrent/XdmfReader.html</a>) describes the FileName property value has to be a single file name. Is there a way to change this so one could load hdf5 timeseries?<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">i.e. don’t get an error message when trying: XDMF_00 = XDMFReader( FileName=['C:<a href="smb://%PATH%//XDMF.00001.xmf'," style="color: blue; text-decoration: underline; ">\\%PATH%\\XDMF.00001.xmf',</a>'C:<a href="smb://%PATH%//XDMF.000010.xmf']" style="color: blue; text-decoration: underline; ">\\%PATH%\\XDMF.000010.xmf']</a><span class="Apple-converted-space">&nbsp;</span>)<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "><o:p>&nbsp;</o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">Otherwise, is there any known workaround available?<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "><o:p>&nbsp;</o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">Cheers<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "><o:p>&nbsp;</o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">Gilly<o:p></o:p></span></font></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "><o:p>&nbsp;</o:p></span></font></div><div><p style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; "><b><font size="2" color="#0099cc" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: rgb(0, 153, 204); font-weight: bold; ">Dr Guillaume Duclaux&nbsp;</span></font></b><font size="1" face="Arial"><span style="font-size: 9pt; font-family: Arial; "><br>Mineral Down Under Flagship<span class="Apple-converted-space">&nbsp;</span><b><font color="#bed600"><span style="color: rgb(190, 214, 0); font-weight: bold; ">|</span></font></b><font color="black"><span style="color: black; "><span class="Apple-converted-space">&nbsp;</span>AuScope Grid</span></font><br>CSIRO Earth Science and Resource Engineering<o:p></o:p></span></font></p><p style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; "><font size="1" face="Arial"><span style="font-size: 9pt; font-family: Arial; ">Phone:<span class="Apple-converted-space">&nbsp;</span><span onmouseup="SkypeSetCallButtonPressed(this, 0,0,0)" onmousedown="SkypeSetCallButtonPressed(this, 1,0,0)" onmouseover="SkypeSetCallButton(this, 1,0,0);" onmouseout="SkypeSetCallButton(this, 0,0,0, event);" isdynflag="1" info="Call +61123456789;0;+61123456789;0;;61" context="+61 1 2345 6789" fax="0" rtl="false" id="__skype_highlight_id"><span onmouseover="SkypeSetCallButtonPart(this, 1);" title="Skype actions" onmouseout="SkypeSetCallButtonPart(this, 0);" id="__skype_highlight_id_left"><span id="__skype_highlight_id_left_adge"><span>&lt;image001.gif&gt;</span></span><span id="__skype_highlight_id_left_img"><span>&lt;image002.gif&gt;</span><span>&lt;image003.gif&gt;</span><span>&lt;image003.gif&gt;</span><span>&lt;image004.gif&gt;</span><span>&lt;image003.gif&gt;</span><span>&lt;image003.gif&gt;</span></span></span><span>&lt;image003.gif&gt;</span><span onmouseover="SkypeSetCallButtonPart(this, 1)" title="Call this phone number in Australia with Skype: +61123456789" onmouseout="SkypeSetCallButtonPart(this, 0)" id="__skype_highlight_id_right"><span id="__skype_highlight_id_innerText"><span>&lt;image003.gif&gt;</span><span>&lt;image003.gif&gt;</span><span>&lt;image003.gif&gt;</span><span>&lt;image003.gif&gt;</span><span class="skypetbinnertext">+61&nbsp;8 6436 8728&nbsp;<span class="Apple-converted-space">&nbsp;</span></span></span></span><b><font color="#bed600"><span style="color: rgb(190, 214, 0); font-weight: bold; "></span>|<span class="Apple-converted-space">&nbsp;</span></font></b></span><b><font color="#bed600"></font></b>Fax: +61 8&nbsp;6436 8559&nbsp;<span class="Apple-converted-space">&nbsp;</span><b><font color="#bed600"><span style="color: rgb(190, 214, 0); font-weight: bold; ">|</span></font></b><span class="Apple-converted-space">&nbsp;</span>Mobile:<span class="Apple-converted-space">&nbsp;</span><span onmouseup="SkypeSetCallButtonPressed(this, 0,0,0)" onmousedown="SkypeSetCallButtonPressed(this, 1,0,0)" onmouseover="SkypeSetCallButton(this, 1,0,0);" onmouseout="SkypeSetCallButton(this, 0,0,0, event);" isdynflag="1" info="Call +619876543210;2;+619876543210;0;;61" context="9876 543 210" fax="0" rtl="false" reallyisdynflag="1" id="__skype_highlight_id"><span onmouseover="SkypeSetCallButtonPart(this, 1);" title="Skype actions" onmouseout="SkypeSetCallButtonPart(this, 0);" id="__skype_highlight_id_left"><span id="__skype_highlight_id_left_adge"><span>&lt;image001.gif&gt;</span></span><span id="__skype_highlight_id_left_img"><span>&lt;image002.gif&gt;</span><span>&lt;image003.gif&gt;</span><span>&lt;image003.gif&gt;</span><span>&lt;image004.gif&gt;</span><span>&lt;image003.gif&gt;</span><span>&lt;image003.gif&gt;</span></span></span><span>&lt;image003.gif&gt;</span><span onmouseover="SkypeSetCallButtonPart(this, 1)" title="Call this phone number in Australia with Skype: +619876543210" onmouseout="SkypeSetCallButtonPart(this, 0)" id="__skype_highlight_id_right"><span id="__skype_highlight_id_innerText"><span>&lt;image003.gif&gt;</span><span>&lt;image003.gif&gt;</span><span>&lt;image003.gif&gt;</span><span>&lt;image003.gif&gt;</span><span class="skypetbinnertext">+61 422 289 732</span></span></span></span>&nbsp;<br><font color="#0099cc"><span style="color: rgb(0, 153, 204); "><a href="mailto:guillaume.duclaux@csiro.au" style="color: blue; text-decoration: underline; ">guillaume.duclaux@csiro.au</a></span></font><span class="Apple-converted-space">&nbsp;</span><b><font color="#bed600"><span style="color: rgb(190, 214, 0); font-weight: bold; ">|</span></font></b><span class="Apple-converted-space">&nbsp;</span><font color="#0099cc"><span style="color: rgb(0, 153, 204); "><a href="http://www.csiro.au" style="color: blue; text-decoration: underline; ">www.csiro.au</a></span></font><span class="Apple-converted-space">&nbsp;</span><b><font color="#bed600"><span style="color: rgb(190, 214, 0); font-weight: bold; ">|</span></font></b><span class="Apple-converted-space">&nbsp;</span><br>Address:<span class="Apple-converted-space">&nbsp;</span><font color="#999999"><span style="color: rgb(153, 153, 153); ">Australian Resources Research Centre, 26 Dick Perry Avenue, Kensington WA 6151</span></font><o:p></o:p></span></font></p><p style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; "><b><font size="1" face="Arial"><span style="font-size: 9pt; font-family: Arial; font-weight: bold; ">PLEASE NOTE</span></font></b><font size="1" face="Arial"><span style="font-size: 9pt; font-family: Arial; "><br>The information contained in this email may be confidential or privileged. Any unauthorised use or disclosure is prohibited. If you have received this email in error, please delete it immediately and notify&nbsp;the sender by return email. Thank you. To the extent permitted by law, CSIRO does not represent, warrant and/or guarantee that the integrity of this communication has been maintained or that the communication is free of errors, virus, interception or interference.<o:p></o:p></span></font></p><p style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; "><b><font size="1" color="#666666" face="Arial"><span style="font-size: 9pt; font-family: Arial; color: rgb(102, 102, 102); font-weight: bold; ">Please consider the environment before printing this email.</span></font></b><b><font size="1" color="#666666" face="Arial"><span style="font-size: 9pt; font-family: Arial; color: rgb(102, 102, 102); font-weight: bold; "><o:p></o:p></span></font></b></p></div><div style="margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; margin-top: 0cm; margin-bottom: 0.0001pt; "><font size="3" face="Times New Roman"><span style="font-size: 12pt; "><o:p>&nbsp;</o:p></span></font></div></div>_______________________________________________<br>Powered by<span class="Apple-converted-space">&nbsp;</span><a href="http://www.kitware.com" style="color: blue; text-decoration: underline; ">www.kitware.com</a><br><br>Visit other Kitware open-source projects at<a href="http://www.kitware.com/opensource/opensource.html" style="color: blue; text-decoration: underline; ">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" style="color: blue; text-decoration: underline; ">http://paraview.org/Wiki/ParaView</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.paraview.org/mailman/listinfo/paraview" style="color: blue; text-decoration: underline; ">http://www.paraview.org/mailman/listinfo/paraview</a><br></div></blockquote></div><br></div></body></html>