<div dir="ltr"><div><div><div><div><div>Hi Yvan,<br><br></div>Regarding MinMax: this filter is indeed not exposed by any standard Catalyst edition but it is<br></div>easy to add. See for instance in ParaView/Catalyst/Editions/Extras/manifest.json how the<br></div>PVExtractSelection filter is exposed (line 50 and 247).<br>Just do the same with the MinMax filter (see proxy's declaration at filters.xml:~11725).<br><br></div>Best,<br></div>Joachim<br><div><div><br></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><b>Joachim Pouderoux</b><font size="2">, <font size="1">PhD</font></font><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="1"><i>Technical Expert - Scientific Computing Team</i></font><br><b><font size="1"><a href="http://www.kitware.fr" target="_blank">Kitware SAS</a></font></b><br></blockquote>
</div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">2017-02-13 17:31 GMT-04:00 Yvan Fournier <span dir="ltr"><<a href="mailto:yvan.fournier@free.fr" target="_blank">yvan.fournier@free.fr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I'm in the process of migrating some VTK scripts in the Code_Saturne (code-<br>
<a href="http://saturne.org" rel="noreferrer" target="_blank">saturne.org</a>) test suite to Catalyst Python scripts, and am having some<br>
difficulty automating some cases using contour plots:<br>
<br>
For time-dependent data, I do not know the value ranges in advance, and would<br>
like to query them so as to build an Isosurface values array spanning that<br>
range.<br>
<br>
I can manage to access the point and cell data arrays and ther ranges, but<br>
printing the ranges in parallel, it seems I have local values only, while I need<br>
a global range.<br>
<br>
I searched for examples in the documentation, on the Wiki, ..., and found an<br>
example for MinMax, but don't seem to ba able to access the correct type of<br>
Proxy under Catalyst (the default servermanager is not connected in the usual<br>
way.<br>
<br>
For scalar bar color look-up tables, I can manage with<br>
"coprocessor.WriteImages(<wbr>datadescription, rescale_lookuptable=True)" in the<br>
coprocessing script, but for a more general case such as thar needed for contour<br>
plots, I've been running around in circles in the last hours trying to find and<br>
adapt a relevant example.<br>
<br>
Does anyone have a suggestion ? Thanks in advance,<br>
<br>
        Yvan Fournier<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>