96 lines
3.4 KiB
XML
96 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<seiscomp>
|
|
<plugin name="Hypo71">
|
|
<extends>global</extends>
|
|
<description>
|
|
The traditional Hypo71PC locator with SeisComP.
|
|
</description>
|
|
<configuration>
|
|
<group name="hypo71">
|
|
<description>
|
|
Locator parameters: Hypo71
|
|
</description>
|
|
<parameter name="logFile" type="file" default="@LOGDIR@/HYPO71.LOG" options="write">
|
|
<description>
|
|
Temporary file used by Hypo71 to store calculation logs.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="inputFile" type="file" default="@DATADIR@/hypo71/HYPO71.INP" options="write">
|
|
<description>
|
|
Temporary file to write Hypo71 input data to.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="outputFile" type="file" default="@DATADIR@/hypo71/HYPO71.PRT" options="write">
|
|
<description>
|
|
Temporary output file to read Hypo71 location data from.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="defaultControlFile" type="file" default="@DATADIR@/hypo71/profiles/default.hypo71.conf" options="read">
|
|
<description>
|
|
Hypo71 default profile. If no custom profile is specified,
|
|
this profile will be used by the plugin when proceeding to a
|
|
localization.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="hypo71ScriptFile" type="file" default="@DATADIR@/hypo71/run.sh" options="execute">
|
|
<description>
|
|
Bash script executed when calling the Hypo71 locator plugin
|
|
for locating the earthquake.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="profiles" type="list:string">
|
|
<description>
|
|
Hypo71 profile name.
|
|
Multiples names may be set. They must be separated by comma.
|
|
Each profile can have different velocity or parameters.
|
|
</description>
|
|
</parameter>
|
|
<group name="profile">
|
|
<description>
|
|
Profiles containing the profile-specific velocity model and
|
|
the Hypo71 parameters.
|
|
</description>
|
|
<struct type="Hypo71 profile" link = "hypo71.profiles">
|
|
<parameter name="earthModelID" type="string">
|
|
<description>
|
|
Profile's velocity model name.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="methodID" type="string" default="Hypo71">
|
|
<description>
|
|
Profile's method.
|
|
It is generally the locator's name (Hypo71).
|
|
</description>
|
|
</parameter>
|
|
<parameter name="controlFile" type="file" options="read">
|
|
<description>
|
|
File containing the profile parameters.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="fixStartDepthOnly" type="boolean" default="false">
|
|
<description>
|
|
If the depth is requested to be fixed (e.g. by ticking the option
|
|
in scolv) the plugin performs only one location starting at
|
|
specified depth but with free depth evaluation. This option
|
|
defines whether it should really fix the depth (false) or
|
|
use this fixed depth only as starting point (true).
|
|
</description>
|
|
</parameter>
|
|
</struct>
|
|
</group>
|
|
<parameter name="publicID" type="string">
|
|
<description>
|
|
Custom patternID to use when generating origin publicID.
|
|
</description>
|
|
</parameter>
|
|
<parameter name="useHypo71PatternID" type="boolean">
|
|
<description>
|
|
Specifies if the given public ID shall be used for
|
|
generating origin publicID.
|
|
</description>
|
|
</parameter>
|
|
</group>
|
|
</configuration>
|
|
</plugin>
|
|
</seiscomp>
|