[texas] Add tuned parameters

This commit is contained in:
2025-10-10 11:04:12 +02:00
parent 7086945aa7
commit 2ff097f9d1
134 changed files with 1060 additions and 0 deletions

11
etc/scmag.cfg Normal file
View File

@ -0,0 +1,11 @@
# The magnitude types to be calculated. Station magnitudes are computed from
# their amplitudes, network magnitudes from their station magnitudes.
magnitudes = MLv, mb, mB, Mwp, MLc
# This is the minimum station magnitude required for any magnitude to
# contribute to the summary magnitude at all. If this is set to 4, then no
# magnitude with less than 4 station magnitudes is taken into consideration
# even if this results in no summary magnitude at all. For this reason, the
# default here is 1 but in a purely automatic system it should be higher, at
# least 4 is recommended.
summaryMagnitude.minStationCount = 4