Hi,<br><br>The problem is (as stated in my previous email) that the format that I used for vectors in even the legacy VTK file does not display what I want, so I don&#39;t want to reverse engineer that.&nbsp; So I need a proper format for displaying vectors using legacy VTK files, so I can reverse engineer it.<br>
<br>Thanks,<br>Desh<br><br><div class="gmail_quote">On Thu, Oct 30, 2008 at 4:01 AM, Bryn Lloyd <span dir="ltr">&lt;<a href="mailto:blloyd@vision.ee.ethz.ch">blloyd@vision.ee.ethz.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
<br>
I am not 100% sure, but think this is just a visualization trick done in PV.<br>
<br>
You should try the suggestion of Dominik and reverse engineer the XML format.<br>
<br>
<br>
If you still need to visualize the vectors at the cell centers do the following:<br>
<br>
In PV call Filters -&gt; Cell Centers, and then display the glyphs.<br>
<br>
<br>
<br>
Bryn<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Deshpreet Singh Bedi wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
Hi,<br>
<br>
I have used legacy VTK file formats to view Vectors in other visualization programs, such as VisIt. &nbsp;The format I used was:<br>
<br>
CELL_DATA 1<br>
VECTORS Spin double<br>
-0.449584 0.00705966 0.0459143<br>
<br>
That should generate a vector at the center of the cell with vector components vx, vy, vz given by the doubles above. &nbsp;When I try to use the same format in ParaView, &nbsp;I run into a problem: instead of the desired visualization, three vectors, each with the same direction and magnitude, are shown. &nbsp;I could not even get my vectors to be visualized correctly in ParaView using the legacy format (even though it has worked in other visualization programs), so I cannot yet use ParaView&#39;s in-built file-format conversion functionality. &nbsp;Any thoughts on what is going on?<br>

<br>
Thanks,<br>
Desh<br>
<br></div><div class="Ih2E3d">
On Wed, Oct 29, 2008 at 4:29 PM, Dominik Szczerba &lt;<a href="mailto:dominik@itis.ethz.ch" target="_blank">dominik@itis.ethz.ch</a> &lt;mailto:<a href="mailto:dominik@itis.ethz.ch" target="_blank">dominik@itis.ethz.ch</a>&gt;&gt; wrote:<br>

<br>
 &nbsp; &nbsp;-----BEGIN PGP SIGNED MESSAGE-----<br>
 &nbsp; &nbsp;Hash: SHA1<br>
<br>
 &nbsp; &nbsp;Do you generate the file yourself (without VTK)? If so, I would start<br>
 &nbsp; &nbsp;with something simpler as a legacy file. Then load it into PV, save as<br>
 &nbsp; &nbsp;XML, and reverse-engineer the resulting file.<br>
<br>
 &nbsp; &nbsp;Dominik<br>
<br>
<br>
 &nbsp; &nbsp;Deshpreet Singh Bedi wrote:<br>
 &nbsp; &nbsp; &gt; Hi Dominik,<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt; Thanks for your reply. &nbsp;One thing though -- what is the exact<br>
 &nbsp; &nbsp;syntax for<br>
 &nbsp; &nbsp; &gt; including Vectors? &nbsp;It is not precisely explained in the VTK File<br>
 &nbsp; &nbsp; &gt; Formats packet. &nbsp;I want the Cell Data that I include to be<br>
 &nbsp; &nbsp;visualized as<br>
 &nbsp; &nbsp; &gt; vectors originating from the center of my cells in ParaView. &nbsp;How<br>
 &nbsp; &nbsp;do I<br>
 &nbsp; &nbsp; &gt; specify that?<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt; Thanks,<br>
 &nbsp; &nbsp; &gt; Desh<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt; On Wed, Oct 29, 2008 at 3:52 PM, Dominik Szczerba<br>
 &nbsp; &nbsp;&lt;<a href="mailto:dominik@itis.ethz.ch" target="_blank">dominik@itis.ethz.ch</a> &lt;mailto:<a href="mailto:dominik@itis.ethz.ch" target="_blank">dominik@itis.ethz.ch</a>&gt;<br></div><div><div></div><div class="Wj3C7c">

 &nbsp; &nbsp; &gt; &lt;mailto:<a href="mailto:dominik@itis.ethz.ch" target="_blank">dominik@itis.ethz.ch</a> &lt;mailto:<a href="mailto:dominik@itis.ethz.ch" target="_blank">dominik@itis.ethz.ch</a>&gt;&gt;&gt; wrote:<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt; You can opt for immediate delivery and not a digest.<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt; If to use point or cell data is up to you and what you need.<br>
 &nbsp; &nbsp; &gt; Cell-centered scheme means you have data defined at cell center,<br>
 &nbsp; &nbsp;in this<br>
 &nbsp; &nbsp; &gt; case the length of the array has to be that of the number of cells;<br>
 &nbsp; &nbsp; &gt; point-data means your data is defined at the points - in that<br>
 &nbsp; &nbsp;case the<br>
 &nbsp; &nbsp; &gt; size of the array has to match the number of points.<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt; Dominik<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt; Deshpreet Singh Bedi wrote:<br>
 &nbsp; &nbsp; &gt;&gt; Hi,<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt;&gt; What is the best way to include vectors in XML-format VTK files?<br>
 &nbsp; &nbsp; &gt; &nbsp;Should<br>
 &nbsp; &nbsp; &gt;&gt; they be included as Cell Data or Point Data? &nbsp;What is the<br>
 &nbsp; &nbsp;difference,<br>
 &nbsp; &nbsp; &gt;&gt; and what is the format for each?<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt;&gt; Thanks,<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt;&gt; Deshpreet Bedi<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt;&gt; P.S. If possible, I would greatly appreciate it if a reply could be<br>
 &nbsp; &nbsp; &gt;&gt; sent, in addition to the list-serve, directly to my email, as the<br>
 &nbsp; &nbsp; &gt; daily<br>
 &nbsp; &nbsp; &gt;&gt; digest comes at far-too-widespread intervals. &nbsp;Thank you.<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp;------------------------------------------------------------------------<br>
 &nbsp; &nbsp; &gt;<br>
 &nbsp; &nbsp; &gt;&gt; _______________________________________________<br>
 &nbsp; &nbsp; &gt;&gt; This is the private VTK discussion list.<br>
 &nbsp; &nbsp; &gt;&gt; Please keep messages on-topic. Check the FAQ at:<br>
 &nbsp; &nbsp; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
 &nbsp; &nbsp; &gt;&gt; Follow this link to subscribe/unsubscribe:<br>
 &nbsp; &nbsp; &gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
 &nbsp; &nbsp; &gt;<br>
<br>
 &nbsp; &nbsp;- --<br>
 &nbsp; &nbsp;Dominik Szczerba, Ph.D.<br>
 &nbsp; &nbsp;Computational Physics Group<br>
 &nbsp; &nbsp;Foundation for Research on IT in Society<br>
 &nbsp; &nbsp;<a href="http://www.itis.ethz.ch" target="_blank">http://www.itis.ethz.ch</a><br>
 &nbsp; &nbsp;-----BEGIN PGP SIGNATURE-----<br>
 &nbsp; &nbsp;Version: GnuPG v2.0.4-svn0 (GNU/Linux)<br>
 &nbsp; &nbsp;Comment: Using GnuPG with SUSE - <a href="http://enigmail.mozdev.org" target="_blank">http://enigmail.mozdev.org</a><br>
<br>
 &nbsp; &nbsp;iD8DBQFJCMfE/EBMh9bUuzIRAsHPAJ0YtAdiSrdcgv3Qtt4mwBwt29M0SQCg2W9P<br>
 &nbsp; &nbsp;6NtJlMz4Mk7QHTUmlJsSPX4=<br>
 &nbsp; &nbsp;=dVmk<br>
 &nbsp; &nbsp;-----END PGP SIGNATURE-----<br>
<br>
<br>
<br>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
This is the private VTK discussion list.<br>
Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote>
<br>
<br>
-- <br>
-------------------------------------------------<br><font color="#888888">
Bryn Lloyd<br>
Computer Vision Laboratory<br>
ETH Zürich, Sternwartstrasse 7<br>
CH - 8092 Zürich, Switzerland<br>
Tel: +41 44 63 27690<br>
Fax: +41 44 63 21199<br>
-------------------------------------------------<br>
</font></blockquote></div><br>