check¶
- check¶
Check data and configuration. Will first check if the configuration of the inversion problem and targets are consistent with the GF database (distance range, depth range, and, if applicable, frequency range). Then it will try to run nrandom forward models (default=10) to check if the modelling works and if it can find and read the input data.
Usage¶
grond check <configfile> <eventnames> ... [options]
Options¶
- -h, --help
show this help message and exit
- --target-ids=TARGET_IDS
process only selected targets. TARGET_IDS is a comma-separated list of target IDs. Target IDs have the form SUPERGROUP.GROUP.NETWORK.STATION.LOCATION.CHANNEL.
- --waveforms
show raw, restituted, projected, and processed waveforms
- --nrandom=N
set number of random synthetics to forward model (default: 10). If set to zero, create synthetics for the reference solution.
- --save-stations-used=FILENAME
aggregate all stations used by the setup into a file
- --loglevel=LOGLEVEL
set logger level to “critical”, “error”, “warning”, “info”, or “debug”. Default is “info”.
- --status=STATUS
status output selection (choices: state, quiet, default: state)
- --parallel=NPARALLEL
set number of events to process in parallel, if set to more than one, –status=quiet is implied.
- --threads=NTHREADS
set number of threads per process (default: 1). Set to 0 to use all available cores.