rgsm

Report generator for Strong-Motion Incidents

Description

RGSM is a module to generate reports for the strong-motion modules SHARD and SIGMA/AUTOSIGMA.

Module Configuration

etc/defaults/global.cfg
etc/defaults/rgsm.cfg
etc/global.cfg
etc/rgsm.cfg
~/.seiscomp/global.cfg
~/.seiscomp/rgsm.cfg

rgsm inherits global options.

Note

Modules/plugins may require a license file. The default path to license files is @DATADIR@/licenses/ which can be overridden by global configuration of the parameter gempa.licensePath. Example:

gempa.licensePath = @CONFIGDIR@/licenses
smModule

Default: shard

Type: string

Values: shard,sigma

Choose the module to calculate the reports for: either ‘shard’ or ‘sigma’. Modify files in the supportive directories, e.g. station (design spectra), templates and media, in share/rgsm/smModule/.

templateFiles

Default: template.tex

Type: list:string

Comma separated list, without spaces, of templates found in share/smModule/templates/. Can be a single file or multiple. If multiple files are given multiple reports are generated simultaneously.

archiveDir

Type: string

If set, the generated report is archived/copied to the following location: ARCHIVEDIR/YEAR/MONTH/EVENTID/. If the eventID is not available, e.g., in case of incident reports, the last subdirectory of the inputPath is used instead.

Command-Line Options

Verbosity

--verbosity arg

Verbosity level [0..4]. 0:quiet, 1:error, 2:warning, 3:info, 4:debug.

-v, --v

Increase verbosity level (may be repeated, eg. -vv).

-q, --quiet

Quiet mode: no logging output.

--print-component arg

For each log entry print the component right after the log level. By default the component output is enabled for file output but disabled for console output.

--component arg

Limit the logging to a certain component. This option can be given more than once.

-s, --syslog

Use syslog logging backend. The output usually goes to /var/lib/messages.

-l, --lockfile arg

Path to lock file.

--console arg

Send log output to stdout.

--debug

Execute in debug mode. Equivalent to --verbosity=4 --console=1 .

--trace

Execute in trace mode. Equivalent to --verbosity=4 --console=1 --print-component=1 --print-context=1 .

--log-file arg

Use alternative log file.

Generic

-h, --help

Show help message.

-V, --version

Show version information.

--config-file arg

Use alternative configuration file. When this option is used the loading of all stages is disabled. Only the given configuration file is parsed and used. To use another name for the configuration create a symbolic link of the application or copy it. Example: scautopick -> scautopick2.

--plugins arg

Load given plugins.

-D, --daemon

Run as daemon. This means the application will fork itself and doesn’t need to be started with &.

Misc

--print-vars

Print usable variables for current and first latex template.