- name
Character value, file name of the output station info
file, without extention (will be added as *.txt).
- input_dir
Character value, path to directory where all cube
files to be processed as stored. Each set of files from one logger must be
stored in a separate sub-directory named after the cube ID.
- output_dir
Character value, path to directory where output
data is written to.
- station_ID
Character vector, seismic station ID. Each value
must not contain more than 5 characters. Longer entries will be clipped. If
omitted, a default ID will be created.
- station_name
Character vector, seismic station name. If
omitted, the station ID is used as name.
- station_z
Numeric vector, elevation of the seismic stations.
- station_d
Numeric vector, deployment depth of the seismic sensor.
- sensor_type
Character vector, sensor type.
- logger_type
Character vector, logger type.
- sensor_ID
Character vector, sensor ID.
- logger_ID
Character vector, logger ID.
- unit
Character value, coordinates unit of the location. One
out of "dd" (decimal degrees) and "utm" (metric in UTM zone).
Default is "dd".
- n
Numeric value, number of cube file to process for GPS
coordinate extraction. If omitted, all files are processed.
- quantile
Numeric value, quantile size to which the extracted
coordinate sample size is restricted. This is mainly used to remove
coordinate outliers, due to spurious GPS signals. Default is
0.95. Set to 1 to omit any sample rejection.
- random
Logical value, option to draw n cube files
randomly instead of ordered by date. Default is TRUE.
- cpu
Numeric value, fraction of CPUs to use for parallel
processing. If omitted, one CPU is used.
- gipptools
Character value, path to gipptools or cubetools
directory.
- write_file
Logical value, option to write station info file
to disk. Default is TRUE.
- write_raw
Logical value, option to write (keep) raw ASCII
GPS data. Default is FALSE.
- write_data
Logical value, option to write gps raw data as
rda-file. File name will be the same as for file. Default is
FALSE.