<div dir="ltr">Programmable Filter is not gone, it's still around, alive and well. It's under Filters | Data Analysis menu, as before. If you're not seeing it there, make sure your ParaView build is built with Python support enabled.<div><br></div><div>Utkarsh</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 20, 2016 at 1:23 PM, andrealphus <span dir="ltr"><<a href="mailto:andrealphus@gmail.com" target="_blank">andrealphus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've been slowly moving from v4 to v5. Is programmable filter gone? I<br>
use to do  a lot of operations like;<br>
<br>
 data_0 = inputs[0].CellData['data']<br>
 data_1 = inputs[1].CellData['data']<br>
 output.CellData.append(data_1 - data_0, 'difference')<br>
<br>
or more complicated then simple differencing, e.g.;<br>
<br>
 data_0 = inputs[0].CellData['data']<br>
 data_1 = inputs[1].CellData['data']<br>
<br>
tmp1=A * data_0^3 + B * data_0^2 + C * data_0^3<br>
<br>
etc...<br>
<br>
can anyone point me to where its documented how to do this now (and<br>
please dont just say pytrhon calculator).<br>
<br>
thanks!<br>
ashton<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>