Files
2025/etc/descriptions/scmvx.xml
2025-10-29 12:34:04 +00:00

182 lines
7.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<module name="scmvx" category="GUI">
<description>
Map view showing maps with stations and events. Issues related to
configuration of stations are indicated.
</description>
<configuration>
<parameter name="displaymode" type="string" values="groundmotion,qualitycontrol">
<description>
Set one of the available display modes used during startup:
groundmotion or qualitycontrol. When empty, the Network tab is
shown.
</description>
</parameter>
<parameter name="readEventsNotOlderThan" type="double" default="86400" unit="s">
<description>
Sets the time span before current time to read events initially
from database.
</description>
</parameter>
<parameter name="centerOrigins" type="boolean" default="false">
<description>
If a new origin/event is set/selected, this option defines if
the map is centered or not at the origin location.
</description>
</parameter>
<parameter name="annotations" type="boolean" default="false">
<description>
Enables/disabled drawing of station annotations at startup.
</description>
</parameter>
<parameter name="annotationsWithChannels" type="boolean" default="true">
<description>
Enable/disable drawing of station annotations with
location/channel codes as NET.STA.LOC.CHA.
</description>
</parameter>
<parameter name="showUnboundStations" type="boolean" default="true">
<description>
Enable/disable drawing of stations which are not bound with global bindings.
</description>
</parameter>
<parameter name="mapLegendPosition" type="string" default="topleft" values="topleft,topright,bottomright,bottomleft">
<description>
The legend location for station symbols (network, QC, ground motion).
</description>
</parameter>
<parameter name="eventLegendPosition" type="string" default="bottomleft" values="topleft,topright,bottomright,bottomleft">
<description>
The legend location for event symbols.
</description>
</parameter>
<group name="stations">
<parameter name="amplitudeTimeSpan" type="double" default="10" unit="s">
<description></description>
</parameter>
<parameter name="groundMotionRecordLifeSpan" type="double" default="600" unit="s">
<description>
Time to keep waveform data in memory
</description>
</parameter>
<parameter name="triggerTimeout" type="double" default="60" unit="s">
<description></description>
</parameter>
<parameter name="groundMotionFilter" type="string" default="ITAPER(60)>>BW_HP(4,0.5)">
<description>
Sets the filter applied to determine ground motion.
</description>
</parameter>
</group>
<group name="display">
<description>
The initial rectangular region for the map. The eventual region
is also scaled to the dimension of the opened map widget.
</description>
<parameter name="latmin" type="double" default="-90.0" unit="deg" range="-90:90">
<description>Minimum latitude in degrees.</description>
</parameter>
<parameter name="lonmin" type="double" default="-180.0" unit="deg" range="-360:360">
<description>Minimum longitude in degrees.</description>
</parameter>
<parameter name="latmax" type="double" default="90.0" unit="deg" range="-90:90">
<description>Maximum latitude in degrees.</description>
</parameter>
<parameter name="lonmax" type="double" default="180.0" unit="deg" range="-360:360">
<description>Maximum longitude in degrees.</description>
</parameter>
</group>
</configuration>
<command-line>
<synopsis>
scmvx [options]
</synopsis>
<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>
<optionReference>verbosity#print-context</optionReference>
<optionReference>verbosity#print-component</optionReference>
<optionReference>verbosity#log-utc</optionReference>
<optionReference>verbosity#trace</optionReference>
</group>
<group name="Generic">
<optionReference>generic#help</optionReference>
<optionReference>generic#version</optionReference>
<optionReference>generic#config-file</optionReference>
<optionReference>generic#plugins</optionReference>
<optionReference>generic#auto-shutdown</optionReference>
<optionReference>generic#shutdown-master-module</optionReference>
<optionReference>generic#shutdown-master-username</optionReference>
<optionReference>generic#print-config-vars</optionReference>
<optionReference>generic#validate-schema-params</optionReference>
<optionReference>generic#dump-settings</optionReference>
</group>
<group name="Messaging">
<optionReference>messaging#user</optionReference>
<optionReference>messaging#host</optionReference>
<optionReference>messaging#timeout</optionReference>
<optionReference>messaging#primary-group</optionReference>
<optionReference>messaging#subscribe-group</optionReference>
<optionReference>messaging#content-type</optionReference>
<optionReference>messaging#start-stop-msg</optionReference>
</group>
<group name="Database">
<optionReference>database#db-driver-list</optionReference>
<optionReference>database#database</optionReference>
<optionReference>database#config-module</optionReference>
<optionReference>database#inventory-db</optionReference>
<optionReference>database#db-disable</optionReference>
</group>
<group name="Records">
<optionReference>records#record-driver-list</optionReference>
<optionReference>records#record-url</optionReference>
<optionReference>records#record-file</optionReference>
<optionReference>records#record-type</optionReference>
</group>
<group name="Cities">
<optionReference>cities#city-xml</optionReference>
</group>
<group name="User interface">
<optionReference>gui#full-screen</optionReference>
<optionReference>gui#non-interactive</optionReference>
</group>
<group name="MapviewX">
<option flag="" long-flag="display-mode" argument="arg" param-ref="displaymode">
</option>
<option flag="i" long-flag="input-file" argument="file">
<description>
Load events in given XML file during startup and switch to
offline mode.
</description>
</option>
<option flag="" long-flag="offline" argument="">
<description>
Do not connect to a messaging server and do not subscribe
channel data.
</description>
</option>
<option flag="" long-flag="with-legend" argument="">
<description>
Show the map legends.
</description>
</option>
</group>
</command-line>
</module>
</seiscomp>