InstrumentDetrend
Reduces parametrizationTemporal (e.g. const, trend, polynomial) per arc from selected data columns of inputfileInstrument using a robust robust least squares adjustment.
The outputfileTimeSeriesArcParameters contains for every arc one (mid) epoch
with the estimated parameters. The order is: first all data (data0
, data1
, … )
of first temporal parameter, followed by all data of the second temporal parameter and so on.
Name | Type | Annotation |
---|---|---|
outputfileInstrument | filename | detrended instrument time series |
outputfileTimeSeriesArcParameters | filename | time series of estimated parameters per arc |
inputfileInstrument | filename | |
parametrizationTemporal | parametrizationTemporal | per arc, data is reduced by temporal representation |
startDataFields | uint | start |
countDataFields | uint | number of data fields (default: all after start) |
huber | double | for robust least squares |
huberPower | double | for robust least squares |
huberMaxIteration | uint | (maximum) number of iterations for robust estimation |