[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
66
etc/descriptions/global_ms_20.xml
Normal file
66
etc/descriptions/global_ms_20.xml
Normal file
@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<seiscomp>
|
||||
<plugin name="Ms_20">
|
||||
<extends>global</extends>
|
||||
<description>
|
||||
Surface wave magnitude measured at around 20 s
|
||||
</description>
|
||||
</plugin>
|
||||
<binding name="Ms_20" module="global">
|
||||
<description>
|
||||
The surface wave magnitude measured on the vertical component
|
||||
at around 20 s period.
|
||||
</description>
|
||||
<configuration>
|
||||
<group name="amplitudes">
|
||||
<group name="Ms_20">
|
||||
<description>
|
||||
Parameters for computing Ms_20 amplitudes.
|
||||
</description>
|
||||
<parameter name="minVelocity" type="double" unit="km/s" default="3">
|
||||
<description>
|
||||
Minimum group velocity used to compute signal time window.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="maxVelocity" type="double" unit="km/s" default="4">
|
||||
<description>
|
||||
Maximum group velocity used to compute signal time window.
|
||||
</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</group>
|
||||
<group name="magnitudes">
|
||||
<group name="Ms_20">
|
||||
<description>
|
||||
Parameters for computing Ms_20 magnitudes from Ms_20 amplitudes.
|
||||
</description>
|
||||
<parameter name="lowerPeriod" type="double" unit="s" default="18">
|
||||
<description>
|
||||
Lower period limit of the signal for computing Ms_20.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="upperPeriod" type="double" unit="s" default="22">
|
||||
<description>
|
||||
Upper period limit of the signal for computing Ms_20.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="minDist" type="double" unit="deg" default="20">
|
||||
<description>
|
||||
Minimum epicentral distance for computing Ms_20.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="maxDist" type="double" unit="deg" default="160">
|
||||
<description>
|
||||
Maximum epicentral distance for computing Ms_20.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="maxDepth" type="double" unit="km" default="100">
|
||||
<description>
|
||||
Maximum depth for computing Ms_20.
|
||||
</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</group>
|
||||
</configuration>
|
||||
</binding>
|
||||
</seiscomp>
|
Reference in New Issue
Block a user