- file
Character
value, file name of the output station info
file, with extension but without path.
- input
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
Character
value, path to directory where output
data is written to.
- gipptools
Character
value, path to gipptools or cubetools
directory.
- 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.
- name
Character
vector, seismic station name. If
omitted, the station ID is used as name.
- z
Numeric
vector, elevation of the seismic stations
- d
Numeric
vector, deployment depth of the seismic
sensor
- sensor_type
Character
vector, sensor types
- logger_type
Character
vector, logger types
- sensor_ID
Character
vector, sensor IDs
- logger_ID
Character
vector, logger IDs
- gain
Numeric
or character
vector, gain values. If
omitted, the information will be extracted from Cube files, if possible.
- dt
Numeric
or character
vector, sampling intervals. If
omitted, the information will be extracted from Cube files, if possible.
- start
POSIXct
or character
vector, time when station
started operating. If omitted, the information will be extracted from Cube
files, if possible.
- stop
POSIXct
or character
vector, time when station
stopped operating. If omitted, the information will be extracted from Cube
files, if possible.
- n
Numeric
value, number of cube file to process for GPS
coordinate extraction. If omitted, all files are processed.
- order
Character
value, keyword indicating how files will be
chosen to extract meta data. One out of "margin"
(first and last
Cube file, necessary to extract start and end time of the record),
"random"
(random order of files) and "ascending"
(files in
ascending order). Default is "margin"
.
- unit
Character
value, coordinates unit of the location. One
out of "dd"
(decimal degrees) and "utm"
(metric in UTM zone).
Default is "dd"
.
- 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.
- cpu
Numeric
value, fraction of CPUs to use for parallel
processing. If omitted, one CPU is used.
- 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
.