InstrumentArcStatistics
Computes statistics of selected data columns of inputfileInstrument arc wise. The outputfileStatisticsTimeSeries contains for every arc one (mid) epoch with statistics column(s). Possible statistics are root mean square, standard deviation, mean, median, min, and max.
With perColumn separate statistics for each selected data column are computed, otherwise an overall value is computed.
See also InstrumentArcCrossStatistics, InstrumentStatisticsTimeSeries.
Name | Type | Annotation |
---|---|---|
outputfileStatisticsTimeSeries | filename | columns: mjd, statistics column(s) per instrument file |
inputfileInstrument | filename | |
statistics | choice | |
rootMeanSquare | ||
standardDeviation | ||
mean | ||
median | ||
min | ||
max | ||
epochCount | ||
startDataFields | uint | start |
countDataFields | uint | number of data fields (default: all) |
perColumn | boolean | compute statistic per column |
ignoreNan | boolean | ignore NaN values in input |