[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,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<plugin name="mb_IDC">
<extends>global</extends>
<description>
Body wave magnitude computed at CTBTO/IDC (mb) is calculated for seismic
events from the time-defining primary body waves recorded at seismic
stations at an epicentral distance between 20 and 105 degrees
from the event.
</description>
</plugin>
<binding name="mb_IDC" module="global">
<description>
Body wave magnitude computed at CTBTO/IDC (mb) is calculated for seismic
events from the time-defining primary body waves recorded at seismic
stations at an epicentral distance between 20 and 105 degrees
from the event.
</description>
<configuration>
<group name="magnitudes">
<group name="mb(IDC)">
<parameter name="Q" type="path">
<description>
Location of the station specific Q table. If not
specified then @DATADIR@/magnitudes/IDC/qfvc.ml will be
used as fallback. {net}, {sta} and {loc} are placeholders
which will be replaced with the concrete network code,
station code and location code.
</description>
</parameter>
</group>
</group>
</configuration>
</binding>
</seiscomp>