[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

18
etc/defaults/scamp.cfg Normal file
View File

@ -0,0 +1,18 @@
# Send to the AMPLITUDE group
connection.primaryGroup = AMPLITUDE
# Receive objects from PICK, AMPLITUDE and LOCATION group
connection.subscriptions = PICK, AMPLITUDE, LOCATION
# The amplitudes to compute triggered by an incoming Origin
amplitudes = MLv, mb, mB, Mwp
# The minimum arrival weight within an origin to compute amplitudes
# for the associated pick.
amptool.minimumPickWeight = 0.5
# Timeout in seconds of the first data packet of waveform data acquisition.
amptool.initialAcquisitionTimeout = 30
# Timeout in seconds of any subsequent data packet of waveform data acquisition.
amptool.runningAcquisitionTimeout = 2