Averager
Average data in time and/or freq.
inputs
type
- type:
string- default:
averager- doc:
Case-insensitive step type; must be ‘averager’ (or equivalent ‘average’ or ‘squash’).
freqresolution
- type:
float- default:
0- doc:
Target frequency resolution, in Hz (or append “MHz” or “kHz” to specify it in those units). If this is given, and bigger than zero, it overrides
<step>.freqstep.
freqstep
- type:
int- default:
1- doc:
Number of channels to average. It is truncated if exceeding the actual number of channels.
minperc
- type:
float- default:
0- doc:
Like minpoints, but expressed as a percentage of timestep*freqstep..
minpoints
- type:
int- default:
0- doc:
If number of averaged unflagged input points < minpoints, the averaged point is flagged.
step_name
- type:
string- default:
average- doc:
unique name for the step.
timeresolution
- type:
float- default:
0- doc:
Target time resolution, in seconds. If this is given, and bigger than zero, it overrides <step>.timestep
timestep
- type:
int- default:
1- doc:
Number of time slots to average. It is truncated if exceeding the actual number of times.