[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
87
etc/descriptions/global_hypo71.xml
Normal file
87
etc/descriptions/global_hypo71.xml
Normal file
@ -0,0 +1,87 @@
|
||||
<?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="string" default="@LOGDIR@/HYPO71.LOG">
|
||||
<description>
|
||||
Temporary file used by Hypo71 to store calculation logs.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="inputFile" type="string" default="@DATADIR@/hypo71/HYPO71.INP">
|
||||
<description>
|
||||
Temporary file to write Hypo71 input data to.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="outputFile" type="string" default="@DATADIR@/hypo71/HYPO71.PRT">
|
||||
<description>
|
||||
Temporary output file to read Hypo71 location data from.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="defaultControlFile" type="string" default="@DATADIR@/hypo71/profiles/default.hypo71.conf">
|
||||
<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="string" default="@DATADIR@/hypo71/run.sh">
|
||||
<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="string">
|
||||
<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 publicD should be used for generating origin publicID</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</seiscomp>
|
Reference in New Issue
Block a user