<div dir="ltr">I am trying to find documentation on how to access different timesteps of field data within a Python Programmable Filter.   (Specifically, I want to output a vtkTable of the cross-correlation sequences of scalar field arrays A and B over all timesteps.)<div><br></div><div>The only reference I found was this comment :</div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"><i>I suspect that one will have to add support for RequestInformation and RequestUpdateData to the programmable filter to support time. That's what we had to do in the python programmable filter we use with ParaView.</i></span></blockquote><div><br></div><div>I have found no documentation on what the '<span style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px">RequestInformation' and '</span><span style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px">RequestUpdateData' </span><span style="color:rgb(0,0,0);font-size:13.44px"><font face="arial, helvetica, sans-serif">scripts should look like, and how to use their outputs in the filter.</font></span></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Can someone please post an example of a paraview Programmable Python Filter that accesses the timesteps of field data of its inputs?</font></div></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Many thanks...</font></div><div><font face="arial, helvetica, sans-serif">Dean</font></div></div>