[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
18
etc/defaults/scamp.cfg
Normal file
18
etc/defaults/scamp.cfg
Normal 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
|
Reference in New Issue
Block a user