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.
51 lines
1.6 KiB
XML
51 lines
1.6 KiB
XML
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<seiscomp>
|
||
|
<plugin name="MLh">
|
||
|
<extends>global</extends>
|
||
|
<description>
|
||
|
The MLh plugin (previously MLsed) is designed to compute amplitudes
|
||
|
and magnitudes according to the Swiss Seismological Service (SED)
|
||
|
standards.
|
||
|
</description>
|
||
|
</plugin>
|
||
|
<binding name="MLh" module="global">
|
||
|
<description>
|
||
|
The MLh plugin (previously MLsed) is designed to compute amplitudes
|
||
|
and magnitudes according to the Swiss Seismological Service (SED)
|
||
|
standards. It is a modified version of the gempa ML plugin developed
|
||
|
at the Liverpool developer meeting.
|
||
|
</description>
|
||
|
<configuration>
|
||
|
<group name="amplitudes">
|
||
|
<group name="MLh">
|
||
|
<parameter name="maxavg" type="string" default="max">
|
||
|
<description>
|
||
|
Define combiner operation for both horizontals (min, max, avg).
|
||
|
</description>
|
||
|
</parameter>
|
||
|
<parameter name="ClippingThreshold" type="double">
|
||
|
<description>
|
||
|
MLh clipping level, in raw counts, eg. 80% of 2^23 = 6710886.
|
||
|
</description>
|
||
|
</parameter>
|
||
|
</group>
|
||
|
</group>
|
||
|
<group name="magnitudes">
|
||
|
<group name="MLh">
|
||
|
<parameter name="params" type="string">
|
||
|
<description>
|
||
|
Defines attenuation parameters for MLh.
|
||
|
Format: "UpToKilometers A B; UpToNextKilometers A B;".
|
||
|
Example: "30 nomag; 60 0.018 2.17; 700 0.0038 3.02".
|
||
|
The first parameter set "30 nomag" means that up to 30km
|
||
|
from the sensor the magnitude should not be calculated.
|
||
|
|
||
|
Note: No MLh computation if params is empty.
|
||
|
</description>
|
||
|
</parameter>
|
||
|
</group>
|
||
|
</group>
|
||
|
</configuration>
|
||
|
</binding>
|
||
|
</seiscomp>
|