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.
201 lines
7.5 KiB
XML
201 lines
7.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<seiscomp>
|
|
<module name="scmv" category="GUI">
|
|
<description>Map view</description>
|
|
<configuration>
|
|
<parameter name="displaymode" type="string">
|
|
<description>
|
|
Start scmv in one of the available display modes:
|
|
|
|
groundmotion or qualitycontrol
|
|
|
|
and without tabs and menus as walldisplay.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="groundMotionRecordLifeSpan" type="int" default="300" unit="s">
|
|
<description>
|
|
Set the maximum latency in seconds of the ground motion records
|
|
to be valid.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="removeEventDataOlderThan" type="double" default="43200" unit="s">
|
|
<description>
|
|
Set the time span in seconds to keep events.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="readEventsNotOlderThan" type="double" default="0" unit="s">
|
|
<description>
|
|
Set the time span in seconds 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="eventActivityLifeSpan" type="double" default="900" unit="s">
|
|
<description>
|
|
Time span of which an event is active after origin time to
|
|
show blinking associated stations.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="expiredEventsInterval" type="double" default="0" unit="s">
|
|
<description>
|
|
A positive value (greater than zero) defines the interval to check
|
|
for expired events. A negative or zero value disables the interval
|
|
check and expired events are only removed when a new event is declared
|
|
or an existing event is updated.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="annotations" type="boolean" default="false">
|
|
<description>
|
|
Enable/disable 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.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="mapLegendPosition" type="string" default="topleft">
|
|
<description>
|
|
Set the location of the map symbol legend (QC, ground motion).
|
|
Use either: topleft, topright, bottomright or bottomleft.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="eventLegendPosition" type="string" default="bottomleft">
|
|
<description>
|
|
Set the location of the event symbol legend. Use either:
|
|
topleft, topright, bottomright or bottomleft.
|
|
</description>
|
|
</parameter>
|
|
<group name="eventTable">
|
|
<parameter name="visible" type="boolean" default="false">
|
|
<description>
|
|
Whether to show the event table initially or not.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="columns" type="list:string">
|
|
<description>
|
|
The columns that are visible in the table. If nothing
|
|
is specified then all columns are visible. Valid column names are:
|
|
"Event", "Origin Time", "Magnitude",
|
|
"Magnitude Type", "Region", "Latitude",
|
|
"Longitude", "Depth".
|
|
</description>
|
|
</parameter>
|
|
</group>
|
|
<group name="stations">
|
|
<parameter name="groundMotionFilter" type="string" default=""RMHP(50)>>ITAPER(20)>>BW(2,0.04,2)"">
|
|
<description>
|
|
The filter applied to waveforms for measuring ground motion.
|
|
</description>
|
|
</parameter>
|
|
</group>
|
|
<group name="display">
|
|
<description>
|
|
Allow to define an initial rectangular region for the map.
|
|
</description>
|
|
<parameter name="latmin" type="double" default="-90" unit="deg">
|
|
<description>
|
|
Minimum latitude in degrees.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="lonmin" type="double" default="-180" unit="deg">
|
|
<description>Minimum longitude in degrees.</description>
|
|
</parameter>
|
|
<parameter name="latmax" type="double" default="90" unit="deg">
|
|
<description>Maximum latitude in degrees.</description>
|
|
</parameter>
|
|
<parameter name="lonmax" type="double" default="180" unit="deg">
|
|
<description>Maximum longitude in degrees.</description>
|
|
</parameter>
|
|
</group>
|
|
</configuration>
|
|
<command-line>
|
|
<synopsis>
|
|
scmv [options]
|
|
</synopsis>
|
|
<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="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="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="Mapview">
|
|
<option flag="" long-flag="displaymode" argument="arg">
|
|
<description>
|
|
Start scmv as walldisplay.
|
|
Modes: groundmotion, qualitycontrol
|
|
</description>
|
|
</option>
|
|
<option flag="" long-flag="with-legend" argument="">
|
|
<description>
|
|
Show the map legend if started as walldisplay.
|
|
</description>
|
|
</option>
|
|
</group>
|
|
</command-line>
|
|
</module>
|
|
</seiscomp>
|