<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Jean,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Manipulating time inside pipeline objects is explained pretty well here:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">http://www.kitware.com/blog/home/post/989<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Dennis<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> Dennis Conklin <br>
<b>Sent:</b> Friday, December 04, 2015 11:08 AM<br>
<b>To:</b> 'paraview@paraview.org' <paraview@paraview.org><br>
<b>Cc:</b> Alan Scott (wascott@sandia.gov) <wascott@sandia.gov><br>
<b>Subject:</b> [Paraview] Re: Can ParaView create "envelope" or cumulative maximums<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Alan,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">My first thought is to run Temporal Statistics with Maximum selected and paint by that.  Is that not working?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Dennis<o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p>Incidentally, I tried to achieve this with a Python programmable filter since<br>
that was Alan's question. <o:p></o:p></p>
<p>I did not succeed. I am removing the TIME_STEPS() and TIME_RANGE() in the<br>
RequestInformationScript script. I am setting a different UPDATE_TIME_STEP() at<br>
each iteration of the RequestUpdateExtentScript. I am setting<br>
CONTINUE_EXECUTING() in the main Script, but ParaView just does not loop after<br>
the first iteration. <o:p></o:p></p>
<p>I have the feeling I am not setting CONTINUE_EXECUTING on the right object.<br>
Question: <o:p></o:p></p>
<p>how does one get the request object from the executive? When I look at C code, I<br>
see <o:p></o:p></p>
<p>int vtkTemporalStatistics::RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) { ... request->Set(vtkStreamingDemandDrivenPipeline::CONTINUE_EXECUTING(), 1) ... }
<o:p></o:p></p>
<p>What is the equivalent in Python within a ProgrammableFilter()? <o:p></o:p></p>
<p>Jean/CSCS <o:p></o:p></p>
<p>_______________________________________________ Powered by www.kitware.com <o:p>
</o:p></p>
<p>Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
<o:p></o:p></p>
<p>Please keep messages on-topic and check the ParaView Wiki at:<br>
<a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>
<o:p></o:p></p>
<p>Search the list archives at: <a href="http://markmail.org/search/?q=ParaView">
http://markmail.org/search/?q=ParaView</a> <o:p></o:p></p>
<p>Follow this link to subscribe/unsubscribe: <a href="http://public.kitware.com/mailman/listinfo/paraview">
http://public.kitware.com/mailman/listinfo/paraview</a> <o:p></o:p></p>
<p class="MsoNormal">© 2007-2014 MarkLogic Corporation. All rights reserved. <a href="http://markmail.org/">
Home</a> | <a href="http://paraview.markmail.org/">paraview Home</a> | <a href="http://markmail.org/browse">
Browse</a> | <a href="http://paraview.markmail.org/docs/faq.xqy">FAQ</a> | <a href="http://paraview.markmail.org/docs/advertising.xqy">
Advertising</a> | <a href="http://markmail.blogspot.com/">Blog</a> | <a href="http://paraview.markmail.org/docs/feedback.xqy">
Feedback</a> | <a href="http://paraview.markmail.org/docs/terms-of-use.xqy">MarkMail™ Legale</a><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
</div>
</body>
</html>