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.

NameTypeAnnotation
outputfileInstrument
filenamedetrended instrument time series
outputfileTimeSeriesArcParameters
filenametime series of estimated parameters per arc
inputfileInstrument
filename
parametrizationTemporal
parametrizationTemporalper arc, data is reduced by temporal representation
startDataFields
uintstart
countDataFields
uintnumber of data fields (default: all after start)
huber
doublefor robust least squares
huberPower
doublefor robust least squares
huberMaxIteration
uint(maximum) number of iterations for robust estimation
This program is parallelized.