InstrumentConcatenate
This program concatenate the arcs from several instrument files and write it to a new file. Input files must be of the same type. The arcs are merged to one arc even though there is a gap inbetween. To split the data into arcs use InstrumentSynchronize. Three options are available: sort, removeDuplicates and checkForNaNs. If sort is enabled, the program reads all files, no matter if they are sorted correctly in time, and then sorts the epochs. If removeDuplicates is enabled, the program checks the whole data set for epochs that are contained twice. And if checkForNaNs is enabled the data set is checked for invalid epochs containing NaNs.
Name | Type | Annotation |
---|---|---|
outputfile | filename | |
inputfile | filename | |
sort | boolean | sort epochs with increasing time |
removeDuplicates | choice | remove duplicate epochs |
keepFirst | sequence | keep first epoch with the same time stamp, remove all others |
margin | double | margin for identical times [seconds] |
keepLast | sequence | keep last epoch with the same time stamp, remove all others |
margin | double | margin for identical times [seconds] |
checkForNaNs | boolean | remove epochs with NaN values in one of the data fields |