[Paraview] python script for plot-over-line filter

2011-05-02 Thread Jade Mackay
Hello, I frequently perform the procedure below, and would prefer to put it in a python script. Can anyone give me a some assistance in doing this? * read a vtu file * apply the plot-over-line filter, specifying the start and end points, and number of points * write the result to a csv file. Man

Re: [Paraview] python script for plot-over-line filter

2011-05-03 Thread Jade Mackay
s using the actions you perform in > the GUI. > > Utkarsh > > On Mon, May 2, 2011 at 10:01 AM, Jade Mackay wrote: > > Hello, > > > > I frequently perform the procedure below, and would prefer to put it in > > a python script. Can anyone give me a some assistanc

Re: [Paraview] python script for plot-over-line filter

2011-05-03 Thread Jade Mackay
do it: > > >>> writer = CreateWriter(".../foo.csv", source) > >>> writer.FieldAssociation = "Points" # or "Cells" > >>> writer.UpdatePipeline() > >>> del writer > > On Tue, May 3, 2011 at 4:47 AM, Jade

[Paraview] netcdf time series

2012-11-14 Thread jade mackay
Hi, I am seeking advice regarding visualization of weather model output using paraview. I am only able to view the first frame of my netcdf file. The dimensions are: netcdf mynetcdffile { dimensions: Time = UNLIMITED ; // (25 currently) DateStrLen = 19 ; west_east = 329 ;

Re: [Paraview] netcdf time series

2012-11-15 Thread jade mackay
netcdf time series > > Hi, > > I am seeking advice regarding visualization of weather model output using > paraview. > I am only able to view the first frame of my netcdf file. The dimensions > are: > > netcdf mynetcdffile { > dimensions: > Time = UNLIMITED ;

Re: [Paraview] netcdf time series

2012-11-20 Thread jade mackay
the time, but based on your units the contents should be a > number counting seconds. > > -Ken > > Sent from my iPad so blame autocorrect. > > On Nov 15, 2012, at 10:29 AM, "jade mackay" wrote: > > Hi Ken, > > Thanks for your reply. Yes, I am the "ne