Temporal Shift Scale (TemporalShiftScale)
Shift and scale time values.
The Temporal Shift Scale filter linearly transforms the time values of a pipeline object by applying a shift and then scale. Given a data at time t on the input, it will be transformed to time t*Shift + Scale on the output. Inversely, if this filter has a request for time t, it will request time (t-Shift)/Scale on its input.

PropertyDescriptionDefault Value(s)Restrictions
Input
(Input)
The input to the Temporal Shift Scale filter.  

The selected object must be the result of the following: sources (includes readers), filters.

The selected dataset must be one of the following types (or a subclass of one of them): vtkDataObject.

 
Scale
(Scale)
The factor by which the input time is scaled. 1  
Shift
(Shift)
The amount of time the input is shifted. 0