84 lines
3.0 KiB
XML
84 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<seiscomp>
|
|
<module name="screpick" category="Processing">
|
|
<description>
|
|
Reads an XML file of picks and repicks them using a post picker. The
|
|
picks will be modified in place and written to another XML file.
|
|
</description>
|
|
<configuration>
|
|
<parameter name="picker" type="string">
|
|
<description>
|
|
Picker interface to be used for repicking.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="anyPhase" type="boolean" default="false">
|
|
<description>
|
|
If enabled then all picks will be processed. Otherwise only
|
|
P phases or picks without a phase hint will be considered.
|
|
</description>
|
|
</parameter>
|
|
</configuration>
|
|
<command-line>
|
|
<group name="Generic">
|
|
<optionReference>generic#help</optionReference>
|
|
<optionReference>generic#version</optionReference>
|
|
<optionReference>generic#config-file</optionReference>
|
|
<optionReference>generic#plugins</optionReference>
|
|
<optionReference>generic#daemon</optionReference>
|
|
<optionReference>generic#auto-shutdown</optionReference>
|
|
<optionReference>generic#shutdown-master-module</optionReference>
|
|
<optionReference>generic#shutdown-master-username</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#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="Input">
|
|
<option flag="" long-flag="ep" argument="file">
|
|
<description>
|
|
Name of input XML file (SCML) with all picks for offline
|
|
processing.
|
|
</description>
|
|
</option>
|
|
</group>
|
|
<group name="Picker">
|
|
<option flag="P" long-flag="picker" argument="interface">
|
|
<description>
|
|
Defines the picker interface to be used. It must be part of
|
|
the common libraries or loaded as plugin.
|
|
</description>
|
|
</option>
|
|
<option flag="A" long-flag="any-phase">
|
|
<description>
|
|
Accept any pick regardless of its phase hint.
|
|
</description>
|
|
</option>
|
|
</group>
|
|
</command-line>
|
|
</module>
|
|
</seiscomp>
|