You won&#39;t be able to use the calculator to rename it but you can use a Programmable Filter:<div><br></div><div>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">input = self.GetPolyDataInput()</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">output = self.GetPolyDataOutput()</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">output.ShallowCopy(input)</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">output.GetPointData().GetArray(&quot;2DVEL_X&quot;).SetName(&quot;SomethingElse&quot;)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<br></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Regards,<br>Paul</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<br></p><br><div class="gmail_quote">On 24 May 2010 13:46, Robert Maynard <span dir="ltr">&lt;<a href="mailto:robert.maynard@kitware.com">robert.maynard@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;">
<div>Hi Micheal,</div><div><br></div>You can use the calculator filter to rename variables. Could you also create a bug report at <a href="http://www.paraview.org/Bug/main_page.php" target="_blank">http://www.paraview.org/Bug/main_page.php</a>.<br>


<br><div class="gmail_quote"><div><div></div><div class="h5">On Sun, May 23, 2010 at 1:32 PM, Michael Deveau <span dir="ltr">&lt;<a href="mailto:098089d@acadiau.ca" target="_blank">098089d@acadiau.ca</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">

Hi, hopefully you can help me with my issue.<br><br>I&#39;d like to do some calculations involving some vector data, but it keeps throwing an error.<br><br>(iHat*abs(2DVEL_X))+(jHat*abs(<div>2DVEL_Y))+(kHat*0)<br>
<br>I
think what&#39;s happening is that ParaView expects an operator between the
2 and the D. However, the 2 is part of the variable name. Is there a
way to tell ParaView this, such as an escape character or a way to
enclose the variable name?<br>
<br>I&#39;d like to not have to rename the variables in the file, because
I&#39;m not in charge of the data. If there is a way I can do that in
ParaView, that would work as well, I think.<br><br>I&#39;ve just started using ParaView, so hopefully I&#39;m not missing something obvious, but thanks in advance for your help.<br><font color="#888888"><font color="#888888">
<br>~ Michael Deveau</font></font></div><div style="display:inline"></div>
<br></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>
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>
<br></blockquote></div><br><br clear="all"><br>-- <br><font color="#888888">Robert Maynard<br>
</font><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>
<br></blockquote></div><br></div>