Re: [Paraview] [EXTERNAL] displaying simulation time rather than time step

2014-10-09 Thread Phil Amburn
TheText") textSource.Text = dateTimes[index] def end_cue(self): pass Thanks! Phil From: David E DeMarle [mailto:dave.dema...@kitware.com] Sent: Wednesday, October 08, 2014 5:53 PM To: Phil Amburn Cc: sean.ziege...@engilitycorp.com; paraview@paraview.org Subject:

Re: [Paraview] [EXTERNAL] displaying simulation time rather than time step

2014-10-08 Thread Phil Amburn
et all the dates, or (2) compute the dates using the starting date, the time step value, and Python's datetime module. Thanks, Sean _ From: ParaView [paraview-boun...@paraview.org] on behalf of Scott, W Alan [wasc...@sandia.gov] Sent: Wednesday, October 08, 2014 5:17 PM To: Phil A

[Paraview] displaying simulation time rather than time step

2014-10-08 Thread Phil Amburn
I would like to do something similar to the Annotate Time filter, but rather than displaying the time step number, I need to display simulation date and time. I have a text file with the actual simulation date and time associated with each time step. Here are the first few lines of that file

Re: [Paraview] problem with data file when moving to version 3.14

2012-10-16 Thread Phil Amburn
Burlen, I appreciate the analysis. Thank you for your time and the quick response. I'll figure out how to post a bug report. Phil From: Burlen Loring [mailto:blor...@lbl.gov] Sent: Tuesday, October 16, 2012 3:21 PM To: Phil Amburn Cc: paraview@paraview.org Subjec

Re: [Paraview] request help with plugin and line widget

2010-05-18 Thread Phil Amburn
some XML in section that defines that the line widget is to be used. Utkarsh On Mon, May 17, 2010 at 6:15 AM, Phil Amburn wrote: > I am new to ParaView plugins and would really appreciate help with a task. > > I want to read a structured grid file and probe the grid with a line, almos

[Paraview] request help with plugin and line widget

2010-05-17 Thread Phil Amburn
I am new to ParaView plugins and would really appreciate help with a task. I want to read a structured grid file and probe the grid with a line, almost identical to ParaView's Plot Over Line filter. This new filter needs to generate a particular meteorology plot called "Skew T Log P" rather tha