[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
176
etc/descriptions/global_mn.xml
Normal file
176
etc/descriptions/global_mn.xml
Normal file
@ -0,0 +1,176 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<seiscomp>
|
||||
<plugin name="MN">
|
||||
<extends>global</extends>
|
||||
<description>
|
||||
Nuttli magnitude for Canada and other Cratonic regions
|
||||
</description>
|
||||
<configuration>
|
||||
<group name="amplitudes">
|
||||
<group name="MN">
|
||||
<description>
|
||||
Amplitude control parameters for MN (Nuttli magnitude).
|
||||
</description>
|
||||
<parameter name="velocityModel" type="string" default="iasp91">
|
||||
<description>
|
||||
The travel time table set compiled for LocSAT. The tables
|
||||
are located in "share/locsat/tables/[vmodel].*".
|
||||
</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</group>
|
||||
<group name="magnitudes">
|
||||
<group name="MN">
|
||||
<description>
|
||||
Regionalization of MN (Nuttli magnitude).
|
||||
</description>
|
||||
<parameter name="region" type="path" default="@DATADIR@/magnitudes/MN/MN.bna">
|
||||
<description>
|
||||
The path to the BNA file which defines the valid region
|
||||
for the MN magnitude. Note that the entire path from
|
||||
source to receiver must lie entirely within the polygon(s).
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="offsetMw" type="double">
|
||||
<description>
|
||||
The offset applied to the MN network magnitude to
|
||||
estimate Mw(MN). If not configured then no Mw estimation
|
||||
will be applied.
|
||||
</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</group>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<binding name="MN" module="global">
|
||||
<description>
|
||||
</description>
|
||||
<configuration>
|
||||
<group name="amplitudes">
|
||||
<group name="MN">
|
||||
<description>
|
||||
Parameters for measuring AMN amplitudes.
|
||||
</description>
|
||||
<parameter name="rms" type="boolean" default="false">
|
||||
<description>
|
||||
Whether to use RMS ratio of signal and noise window for
|
||||
SNR computation or the ration of the peak-trough
|
||||
amplitudes of either window.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="filter" type="string">
|
||||
<description>
|
||||
The configurable filter such that the V measurement is
|
||||
made on a filtered trace. By default, filtering is not
|
||||
enabled.
|
||||
|
||||
See https://docs.gempa.de/seiscomp/current/base/filter-grammar.html
|
||||
for how to specify the filter.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="Vmin" type="double" default="3.2" unit="km/s">
|
||||
<description>
|
||||
The minimum phase velocity used to determine the signal
|
||||
window end.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="Vmax" type="double" default="3.6" unit="km/s">
|
||||
<description>
|
||||
The maximum phase velocity used to determine the signal
|
||||
window start.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="snrWindowSeconds" type="double" default="10" unit="s">
|
||||
<description>
|
||||
The length of the SNR window.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="noiseWindowPreSeconds" type="double" default="0" unit="s">
|
||||
<description>
|
||||
The offset of the noise window. A positive value will move
|
||||
the computed noise window to the left on the time axis,
|
||||
a negative value will move it to the right on the time axis.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="signalStartPriorities" type="list:string" default="Lg,Sg,Sn,S,Vmax">
|
||||
<description>
|
||||
The priority list of phase onsets to compute the signal
|
||||
start window. Except for Vmin and Vmax, associated phases
|
||||
(arrivals) must be present in the origin for this
|
||||
particular phase. Picked phases are only considered if
|
||||
the origin is a manual origin or the pick is a
|
||||
manual pick. The first value in the list which can be
|
||||
retrieved or computed, is selected.
|
||||
|
||||
Allowed tokens: Pg, Pn, P, Sg, Sn, S, Lg, Rg, Vmin, Vmax
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="signalEndPriorities" type="list:string" default="Rg,Vmin">
|
||||
<description>
|
||||
The priority list of phase onsets to compute the signal
|
||||
end window. Except for Vmin and Vmax, associated phases
|
||||
(arrivals) must be present in the origin for this
|
||||
particular phase. Picked phases are only considered if
|
||||
the origin is a manual origin or the pick is a
|
||||
manual pick. The first value in the list which can be
|
||||
retrieved or computed, is selected.
|
||||
|
||||
Allowed tokens: Pg, Pn, P, Sg, Sn, S, Lg, Rg, Vmin, Vmax
|
||||
</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</group>
|
||||
<group name="magnitudes">
|
||||
<group name="MN">
|
||||
<description>
|
||||
Parameters for computing MN magnitudes from AMN amplitudes.
|
||||
</description>
|
||||
<parameter name="minSNR" type="double" default="2">
|
||||
<description>
|
||||
The minimum SNR required for a magnitude to pass
|
||||
the QC check. The station magnitude will be computed
|
||||
anyway but if the SNR is below this threshold it will
|
||||
be associated with weight zero and will not contribute
|
||||
to the network magnitude.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="minPeriod" type="double" default="0.01" unit="s">
|
||||
<description>
|
||||
The minimum period required for a magnitude to pass
|
||||
the QC check. The station magnitude will be computed
|
||||
anyway but if the period is below this threshold it will
|
||||
be associated with weight zero and will not contribute
|
||||
to the network magnitude.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="maxPeriod" type="double" default="1.3" unit="s">
|
||||
<description>
|
||||
The maximum period allowed for a magnitude to pass
|
||||
the QC check. The station magnitude will be computed
|
||||
anyway but if the period is above this threshold it will
|
||||
be associated with weight zero and will not contribute
|
||||
to the network magnitude.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="minDist" type="double" default="0.5" unit="deg">
|
||||
<description>
|
||||
The minimum distance required for a magnitude to pass
|
||||
the QC check. The station magnitude will be computed
|
||||
anyway but if the distance is below this threshold it
|
||||
will be associated with weight zero and will not contribute
|
||||
to the network magnitude.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="maxDist" type="double" default="30" unit="deg">
|
||||
<description>
|
||||
The maximum distance allowed for a magnitude to be
|
||||
computed. If the distance exceeds this threshold then
|
||||
the computation will be canceled and no station
|
||||
magnitude will be available at all.
|
||||
</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</group>
|
||||
</configuration>
|
||||
</binding>
|
||||
</seiscomp>
|
Reference in New Issue
Block a user