Install SeisComP and scanloc ARM64 packages
This commit is contained in:
@ -25,6 +25,23 @@
|
||||
depth and RMS.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ignoreDepth" type="double" default="650.0">
|
||||
<description>
|
||||
This is the maximum allowed depth. Origins with
|
||||
depth greater then this value get a score equal to
|
||||
"defaultScore".
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="maxRMS" type="double" default="1.5">
|
||||
<description>
|
||||
This is the maximum allowed RMS. Origins with
|
||||
residual greater than this value score of equal to
|
||||
"defaultScore".
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<!-- Optional: channel letters for type detection -->
|
||||
<parameter name="strongMotionCodes" type="list:string" default="L,N">
|
||||
<description>
|
||||
@ -79,9 +96,6 @@
|
||||
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".
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
@ -96,9 +110,6 @@
|
||||
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".
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
|
||||
@ -27,6 +27,23 @@
|
||||
depth and RMS.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ignoreDepth" type="double" default="650.0">
|
||||
<description>
|
||||
This is the maximum allowed depth. Origins with
|
||||
depth greater then this value get a score equal to
|
||||
"defaultScore".
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="maxRMS" type="double" default="1.5">
|
||||
<description>
|
||||
This is the maximum allowed RMS. Origins with
|
||||
residual greater than this value score of equal to
|
||||
"defaultScore".
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<!-- Optional: channel letters for type detection -->
|
||||
<parameter name="strongMotionCodes" type="list:string" default="L,N">
|
||||
<description>
|
||||
@ -76,14 +93,11 @@
|
||||
</parameter>
|
||||
|
||||
<!-- Quality weights -->
|
||||
<parameter name="normalizationDepth" type="double" default="50.0">
|
||||
<parameter name="normalizationDepth" type="double" default="650.0">
|
||||
<description>
|
||||
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".
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
@ -93,14 +107,11 @@
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="normalizationRMS" type="double" default="2.0">
|
||||
<parameter name="normalizationRMS" type="double" default="1.5">
|
||||
<description>
|
||||
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 of equal to
|
||||
"defaultScore".
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user