You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<module name="scqueryqc" category="Utilities">
<description>
Query waveform quality control (QC) parameters from database.
</description>
<command-line>
<synopsis>
scqueryqc [options]
</synopsis>
<group name="Generic">
<optionReference>generic#help</optionReference>
<optionReference>generic#version</optionReference>
</group>
<group name="Verbosity">
<optionReference>verbosity#verbosity</optionReference>
<optionReference>verbosity#v</optionReference>
<optionReference>verbosity#quiet</optionReference>
<optionReference>verbosity#component</optionReference>
<optionReference>verbosity#syslog</optionReference>
<optionReference>verbosity#lockfile</optionReference>
<optionReference>verbosity#console</optionReference>
<optionReference>verbosity#debug</optionReference>
<optionReference>verbosity#log-file</optionReference>
</group>
<group name="Database">
<optionReference>database#db-driver-list</optionReference>
<optionReference>database#database</optionReference>
<optionReference>database#inventory-db</optionReference>
</group>
<group name="Output">
<option flag="o" long-flag="output" argument="filename">
<description>
Name of output XML file. Objects are sent to stderr if none
is given.
</description>
</option>
<option flag="f" long-flag="formatted">
<description>
Write formatted XML.
</description>
</option>
</group>
<group name="Query">
<option flag="b" long-flag="begin" argument="time">
<description>
Begin time of query. Format: 'YYYY-MM-DD hh:mm:ss'.
'1900-01-01T00:00:00Z' is considered if undefined.
</description>
</option>
<option flag="e" long-flag="end" argument="time">
<description>
End time of query. Format: 'YYYY-MM-DD hh:mm:ss'.
Current time is considered if undefined.
</description>
</option>
<option flag="i" long-flag="stream-id" argument="string">
<description>
Waveform stream ID to search for QC parameters: net.sta.loc.cha -
[networkCode].[stationCode].[sensorLocationCode].[channelCode].
Provide a single ID or a comma-separated list. Overrides
'--streams-from-inventory'.
</description>
</option>
<option flag="p" long-flag="parameter" argument="string">
<description>
QC parameter to output: (e.g. delay,rms,'gaps count' ...).
Use quotes if QC parameter has more than 1 word.
Provide a single parameter or a comma-separated list.
Defaults are used if parameter is undefined.
</description>
</option>
<option long-flag="streams-from-inventory">
<description>
Read streams from inventory. Superseded by '--stream-id'.
</description>
</option>
</group>
</command-line>
</module>
</seiscomp>