<div dir="ltr"><div>Hi Andrew,<br><br></div>In your Python script the data description (called datadescription usually) object has the time and time step information in it. You can get that with datadescription.GetTime().<br><div><br>I think your best bet would be to create a pvd file (<a href="http://www.paraview.org/Wiki/ParaView/Data_formats#PVD_File_Format">http://www.paraview.org/Wiki/ParaView/Data_formats#PVD_File_Format</a>) that contains the actual time step information to use that for animations, etc.<br><br></div><div>What was the specific issue that you had with the Catalyst generated script? If it's a bug I'd like to try and get it fixed. Note though that the generated scripts may not always work between versions of ParaView (i.e. a script generated in PV 4.3 may not work with a simulation code linked to ParaView Catalyst 4.2).<br><br></div><div>Regards,<br></div><div>Andy<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 28, 2015 at 1:20 PM, Andrew Ho <span dir="ltr"><<a href="mailto:andrewh0@uw.edu" target="_blank">andrewh0@uw.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am using Paraview Catalyst (v. 4.2 since 4.3 doesn't seem to work with Catalyst generated scripts) and I have data which has uneven true times:<div><br></div><div>0 0.1 0.15 0.18 0.25 ...</div><div><br></div><div>When I output data from Catalyst's generated scripts, it outputs a series of files using the time step (0, 1, 2, 3, ...), but the true time information appears to be gone.</div><div><br></div><div>How can I get this information back so I can properly annotate and view my data?</div><div><br></div><div>I am using vtkImagaData and the outputted files are *.pvti and *.vti files of the full dataset.<span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Andrew Ho</div></div></font></span></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <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: <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>
<br></blockquote></div><br></div>