[seiscomp, scanloc] Install, add .gitignore

This commit is contained in:
2025-10-09 15:07:02 +02:00
commit 20f5301bb1
2848 changed files with 1315858 additions and 0 deletions

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<plugin name="MLr">
<extends>global</extends>
<description>
The GNS/Geonet local magnitude
</description>
</plugin>
<binding name="MLr" module="global">
<configuration>
<group name="magnitudes">
<group name="MLr">
<description>
Parameter for computing MLr magnitudes for GNS/Geonet from MLv amplitudes.
</description>
<parameter name="params" type="string">
<description>
Defines Stations Corrections parameters for MLr (GNS/Geonet Local magnitude).
Format: &quot;UpToKilometers A ; UpToNextKilometers A ;&quot;.
Example: &quot;30 nomag; 60 0.018 ; 700 0.0038 &quot;.
The first parameter set &quot;30 nomag&quot; means that up to 30km
from the sensor the magnitude should not be calculated.
A is used as station correction.
"nomag" is used to disable station magnitudes.
Note: No MLr computation if params is empty.
</description>
</parameter>
</group>
</group>
</configuration>
</binding>
</seiscomp>