<div dir="ltr"><div><div><div><div>Hi Paul,<br><br></div>The Plot Selection Over Time filter has an "OnlyReportSelectionStatistics" property. You should set that to 0 to have it not compute the extra statistics.<br><br></div>As for SelectCells, I figured that out by creating a query in the Find Data tool (under the Edit menu for Linux machines) and then creating a Plot Selection Over Time filter. In the Copied Selection widget in the Properties tab it should list the corresponding query string. There's also some information at <a href="http://www.paraview.org/Wiki/Find_Data_using_Queries">http://www.paraview.org/Wiki/Find_Data_using_Queries</a> but that may be a bit out of date.<br><br></div>Regards,<br></div>Andy<br><div><div><div><br><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 28, 2015 at 9:30 AM, Paul DesJardin <span dir="ltr"><<a href="mailto:ped3@buffalo.edu" target="_blank">ped3@buffalo.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Andy,<br>
<br>
Thanks for the prompt response.  The generation of extra arrays arises<br>
after the call to the PlotSelectionOverTime filter, so filtering<br>
before that call will not have the desired reduction.  For whatever<br>
reason, there is a difference between the output of the<br>
PlotSelectionOverTime filter using the GUI vs. calling it in the<br>
python script using the SelectCells filter (below).  When you run it<br>
through the GUI, I get the original variables as a function of time<br>
(as expected).  When I run through the python script, I get the avg,<br>
std, q1, q2, q3, q4, .... (bunch of other statistics) for every<br>
variable.  This is what I'm trying to eliminate - clearly there is a<br>
difference between what GUI selection approach and using SelectCells<br>
in the python script.<br>
<br>
Is there detailed documentation on valid arguments for SelectCells?<br>
For instance, I haven't a clue exactly what query="id==0" means.  Are<br>
there other arguments to shut of statistics?  I can only find very<br>
tutorial type of information on the wiki and in the KitWare published<br>
texts (VTk and paraview).  I poked around on the doxygen site and<br>
didn't find too much information there either.  Is the source code<br>
viewable for the SelectCells filter so I can see what exactly it is<br>
doing?<br>
<br>
It looks like the programmable filter provides a mechanism to run<br>
python code.  Wouldn't this be the same thing as running python code<br>
via pvbatch? I don't see how using the programmable  filter would<br>
provide an alternative solution approach.  I must be missing<br>
something....<br>
<br>
Thanks,<br>
<br>
Paul<br>
<div><div class="h5"><br>
On Sat, Mar 28, 2015 at 9:04 AM, Andy Bauer <<a href="mailto:andy.bauer@kitware.com">andy.bauer@kitware.com</a>> wrote:<br>
> Hi Paul,<br>
><br>
> From what I can tell from playing around with the PlotSelectionOverTime<br>
> filter, it doesn't create any extra arrays so I think it may work by using<br>
> the PassArrays filter right before the PlotSelectionOverTime filter. If that<br>
> doesn't get your desired behavior then maybe you want to try the<br>
> Programmable Filter. Information on that is available at<br>
> <a href="http://www.paraview.org/Wiki/Python_Programmable_Filter" target="_blank">http://www.paraview.org/Wiki/Python_Programmable_Filter</a>.<br>
><br>
> Regards,<br>
> Andy<br>
><br>
> On Fri, Mar 27, 2015 at 6:24 PM, Paul DesJardin <<a href="mailto:ped3@buffalo.edu">ped3@buffalo.edu</a>> wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> I'm trying to save a subset of data generated from the<br>
>> PlotSelectionOverTime filter.  I tried using the PassArrays filter to<br>
>> narrow my selection but the data doesn't appear under Point, Cell or<br>
>> Field data options for that filter.  The data in the<br>
>> PlotSelectionOverTime is labeled as "Cell Statistics" and was created<br>
>> using the following lines from a Python script...<br>
>><br>
>>    selection = SelectCells(query="id==0")<br>
>>    PSOT = PlotSelectionOverTime(Selection=selection)<br>
>>    PSOT.UpdatePipeline()<br>
>><br>
>> Any help would be much appreciated....<br>
>><br>
>> Thanks,<br>
>><br>
>> Paul<br>
>><br>
>> --<br>
>> =========================================<br>
>> Paul DesJardin, Ph.D.<br>
>> Professor<br>
>> University at Buffalo, State University of New York<br>
>> Buffalo, NY 14260-4400<br>
>> Tel:  <a href="tel:716-645-1467" value="+17166451467">716-645-1467</a><br>
>> email:  <a href="mailto:ped3@buffalo.edu">ped3@buffalo.edu</a><br>
>> web:  <a href="http://cet.eng.buffalo.edu" target="_blank">cet.eng.buffalo.edu</a><br>
>> =========================================<br>
><br>
><br>
><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<br>
> <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:<br>
> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<div class="HOEnZb"><div class="h5">><br>
<br>
<br>
<br>
--<br>
=========================================<br>
Paul DesJardin, Ph.D.<br>
Professor<br>
University at Buffalo, State University of New York<br>
Buffalo, NY 14260-4400<br>
Tel:  <a href="tel:716-645-1467" value="+17166451467">716-645-1467</a><br>
email:  <a href="mailto:ped3@buffalo.edu">ped3@buffalo.edu</a><br>
web:  <a href="http://cet.eng.buffalo.edu" target="_blank">cet.eng.buffalo.edu</a><br>
=========================================<br>
</div></div></blockquote></div><br></div>