Also the standard calculator does have conditionals, there just isn&#39;t a button corresponding to them on the UI. See the manual for the syntax.<div><br clear="all">David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>

28 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-371-3971 x109<br>
<br><br><div class="gmail_quote">On Wed, Jun 8, 2011 at 12:16 PM, David E DeMarle <span dir="ltr">&lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

The python programmable filter (and the easier to use python programmable calculator variant of that) will get you beyond all of those limitations.<div><br clear="all"><font color="#888888">David E DeMarle<br>Kitware, Inc.<br>

R&amp;D Engineer<br>
28 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: <a href="tel:518-371-3971%20x109" value="+15183713971" target="_blank">518-371-3971 x109</a></font><div><div></div><div class="h5"><br>
<br><br><div class="gmail_quote">On Wed, Jun 8, 2011 at 12:11 PM, Nico Schlömer <span dir="ltr">&lt;<a href="mailto:nico.schloemer@gmail.com" target="_blank">nico.schloemer@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>&gt; If you want to do arbitrary arithmetic, you will have to first<br>
&gt; generate the array using something like a &quot;Calculator&quot; filter and then<br>
&gt; color using the generated array.<br>
<br>
</div>Oh, if I remember correctly I did look into this before, and found the<br>
calculator filter too limited on the arithmetics that you could<br>
perform. Is it still the case that you have a set of like ten<br>
functions (add, multiply, sine, cosine,...) to mix and match? I need<br>
to to something like<br>
<br>
for x in data_values:<br>
    if x[0] &gt; 0 and x[1] &gt; 0<br>
        return bla<br>
    elseif ...<br>
<br>
-- atan2() that is.<br>
<div><br>
<br>
&gt; Yes, RGBPoints defines the mapping between scalar and color. It&#39;s a<br>
&gt; list of 4 tuples (scalar, r, g, b), repeated sequentially.<br>
<br>
</div>Hm, I&#39;ll look into it. Where&#39;s the proper spot for documentation of this?<br>
<br>
Cheers,<br>
Nico<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Wed, Jun 8, 2011 at 5:25 PM, Utkarsh Ayachit<br>
<div><div></div><div>&lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt; Magnitude corresponds to the magnitude of a vector, so yes, it takes<br>
&gt; the square root.<br>
&gt;<br>
&gt; If you want to do arbitrary arithmetic, you will have to first<br>
&gt; generate the array using something like a &quot;Calculator&quot; filter and then<br>
&gt; color using the generated array.<br>
&gt;<br>
&gt; Yes, RGBPoints defines the mapping between scalar and color. It&#39;s a<br>
&gt; list of 4 tuples (scalar, r, g, b), repeated sequentially.<br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
&gt; On Wed, Jun 8, 2011 at 11:19 AM, Nico Schlömer &lt;<a href="mailto:nico.schloemer@gmail.com" target="_blank">nico.schloemer@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Thanks for the hints.<br>
&gt;&gt;<br>
&gt;&gt; The Trace function in indeed quite useful in that it get you where you<br>
&gt;&gt; want to be. When looking at the code there&#39;s still a lot of me to<br>
&gt;&gt; understand though, the GetLookupTableForArray() call seems to be<br>
&gt;&gt; crucial for example.<br>
&gt;&gt;<br>
&gt;&gt;  * The VectorMode=&#39;Magnitude&#39; parameter seems to be responsible for<br>
&gt;&gt; merging the two components into one scalar, but I&#39;m not quite sure how<br>
&gt;&gt; this is done: with a sqrt() or without? Is is possible to customize<br>
&gt;&gt; this? I&#39;d like to have something like ATAN2 there as well.<br>
&gt;&gt;<br>
&gt;&gt;  * Is the RGBPoints=[0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0],<br>
&gt;&gt; parameter responsible for the colormap?<br>
&gt;&gt;<br>
&gt;&gt; Cheers,<br>
&gt;&gt; Nico<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jun 8, 2011 at 3:13 PM, Utkarsh Ayachit<br>
&gt;&gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt;&gt; The following wiki page talks about how to color using arrays:<br>
&gt;&gt;&gt; <a href="http://www.paraview.org/Wiki/ParaView/Python_Scripting#Representations_and_Views" target="_blank">http://www.paraview.org/Wiki/ParaView/Python_Scripting#Representations_and_Views</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The easiest way to figure out Python code equivalents is to use the<br>
&gt;&gt;&gt; Trace functionality to generate python trace files for actions<br>
&gt;&gt;&gt; performed in the GUI (accessible from Tools menu). You &quot;Start Trace&quot;,<br>
&gt;&gt;&gt; do a set of actions and then &quot;Stop Trace&quot; and you should be able to<br>
&gt;&gt;&gt; view the resulting Python code.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Utkarsh<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, Jun 8, 2011 at 9:05 AM, Nico Schlömer &lt;<a href="mailto:nico.schloemer@gmail.com" target="_blank">nico.schloemer@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;m just taking first steps with ParaView&#39;s Python interface and<br>
&gt;&gt;&gt;&gt; figured out so far that<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; ================ *snip* ================<br>
&gt;&gt;&gt;&gt; exodusReader = ExodusIIReader( FileName=&quot;solution.e&quot; )<br>
&gt;&gt;&gt;&gt; Show( exodusReader )<br>
&gt;&gt;&gt;&gt; Render()<br>
&gt;&gt;&gt;&gt; ================ *snap* ================<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; would plot the mesh that is stored in the ExodusII file solution.e,<br>
&gt;&gt;&gt;&gt; and that can play around with GetActiveView() to adjust camera angles<br>
&gt;&gt;&gt;&gt; and such.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; What I haven&#39;t found out though is how to plot actual point data. I get<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; exodusReader.PointData[:]<br>
&gt;&gt;&gt;&gt; [Array: GlobalNodeId, Array: PedigreeNodeId, Array: A, Array: psi,<br>
&gt;&gt;&gt;&gt; Array: thickness]<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; and l&#39;m looking at the 2-component array &quot;psi&quot;. For example, I&#39;d like<br>
&gt;&gt;&gt;&gt; to do something like<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;    res =  sqrt( component1**2 + component2**2 )<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; and have res[:] rendered on the mesh with a certain color map.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Any hints?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Cheers,<br>
&gt;&gt;&gt;&gt; Nico<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; 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>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; 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>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<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>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>