Install SeisComP and scanloc ARM64 packages

This commit is contained in:
Enrico Ellguth
2025-10-28 08:15:24 +00:00
parent 2ff097f9d1
commit 9015cef0a2
437 changed files with 3128 additions and 2958 deletions

View File

@ -2361,6 +2361,28 @@ score processor.
depth and RMS.
.. confval:: score.mf.ignoreDepth
Default: ``650.0``
Type: *double*
This is the maximum allowed depth. Origins with
depth greater then this value get a score equal to
\"defaultScore\".
.. confval:: score.mf.maxRMS
Default: ``1.5``
Type: *double*
This is the maximum allowed RMS. Origins with
residual greater than this value score of equal to
\"defaultScore\".
.. confval:: score.mf.strongMotionCodes
Default: ``L,N``
@ -2436,9 +2458,6 @@ score processor.
Origin depth is normalized to this value for
computing the score contribution. Shallower depths
contribute to larger score.
This is also the maximum allowed depth. Origins with
depth greater then this value get a score equal to
\"defaultScore\".
.. confval:: score.mf.weights.depth
@ -2459,9 +2478,6 @@ score processor.
Origin RMS is normalized to this value for computing
the score contribution. Lower RMS contribute to
larger score.
This is also the maximum allowed RMS. Origins with
residual greater than this value score equal to
\"defaultScore\".
.. confval:: score.mf.weights.residual

View File

@ -2,6 +2,12 @@
All notable changes to scanloc and add-ons will be documented in this file.
## 2025.295
## Fixed
- Bug in S pick association introduced with release 2025.280
## 2025.280
## Added