[Paraview] [EXTERNAL] Re: Plot over line, averaged over time.

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Mar 20 15:49:40 EDT 2013


Theoretically, easy enough, but I'll have to dig through to find the
API for the same, I can never remember the API off the top of my head.
Should be something similar to what's here
(http://paraview.org/Wiki/ParaView/Simple_ParaView_3_Python_Filters#Producing_Data_with_Timesteps_.28Source.29)

On Wed, Mar 20, 2013 at 3:39 PM, Scott, W Alan <wascott at sandia.gov> wrote:
> How hard would it be to create a programmable filter to strip the first 400 timesteps from the data?
>
>
>
> -----Original Message-----
> From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com]
> Sent: Wednesday, March 20, 2013 1:36 PM
> To: Scott, W Alan
> Cc: paraview at paraview.org
> Subject: [EXTERNAL] Re: Plot over line, averaged over time.
>
> "Temporal Statistics" --> "Plot Over Line" should do the trick, however, for the entire 500 timesteps. We don't have an easy mechanism to limit it to last 100 timesteps. However, it's just a matter of writing a filter to do that (similar to "Temporal Shift Scale").
>
> Utkarsh
>
> On Wed, Mar 20, 2013 at 1:12 PM, Scott, W Alan <wascott at sandia.gov> wrote:
>> Utkarsh,
>> Any idea how to do this?
>>
>> Thanks,
>>
>> Alan
>>
>>
>>
>>
>> I have a 3D dataset with 500 time planes.  I want to use Plot Over Line to show a variable but averaged over, say, the last 100 time planes.  Is this possible?
>>
>> Thanks,
>> Matt
>>
>>
>
>


More information about the ParaView mailing list