[installation] Change to nightly
This commit is contained in:
@ -298,16 +298,18 @@ scmag inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
Type: *list:string*
|
||||
|
||||
The methods for computing the network magnitude
|
||||
from station magnitudes. Exactly one method per
|
||||
magnitude can be configured.
|
||||
To define the averaging method per magnitude type append
|
||||
the type after colon, e.g.:
|
||||
Values: ``*default,*mean,*median,*trimmedMean(*),*trimmedMedian(*),*medianTrimmedMean(*)``
|
||||
|
||||
The methods for computing the network magnitude from station
|
||||
magnitudes. Exactly one method per magnitude can be
|
||||
configured. To define the averaging method per magnitude
|
||||
type append the type after colon. Example:
|
||||
|
||||
\"magnitudes.average \= default, MLv:median\"
|
||||
|
||||
default: Compute the mean if less than 4 contributed
|
||||
station magnitudes exist. Otherwise apply trimmedMean\(25\),
|
||||
trimmed mean with 25%.
|
||||
default: Compute the mean if less than 4 contributed station
|
||||
magnitudes exist. Otherwise apply trimmedMean\(25\), trimmed
|
||||
mean with 25%.
|
||||
|
||||
|
||||
.. confval:: connection.sendInterval
|
||||
@ -402,7 +404,7 @@ scmag inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
.. confval:: summaryMagnitude.coefficients.a
|
||||
|
||||
Default: ``0, Mw(mB):0.4, Mw(Mwp):0.4``
|
||||
Default: ``0,Mw(mB):0.4,Mw(Mwp):0.4``
|
||||
|
||||
Type: *list:string*
|
||||
|
||||
@ -413,7 +415,7 @@ scmag inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
.. confval:: summaryMagnitude.coefficients.b
|
||||
|
||||
Default: ``1, MLv:2, Mw(mB):-1, Mw(Mwp):-1``
|
||||
Default: ``1,MLv:2, Mw(mB):-1,Mw(Mwp):-1``
|
||||
|
||||
Type: *list:string*
|
||||
|
||||
@ -534,18 +536,22 @@ Messaging
|
||||
|
||||
Overrides configuration parameter :confval:`connection.username`.
|
||||
|
||||
|
||||
.. option:: -H, --host arg
|
||||
|
||||
Overrides configuration parameter :confval:`connection.server`.
|
||||
|
||||
|
||||
.. option:: -t, --timeout arg
|
||||
|
||||
Overrides configuration parameter :confval:`connection.timeout`.
|
||||
|
||||
|
||||
.. option:: -g, --primary-group arg
|
||||
|
||||
Overrides configuration parameter :confval:`connection.primaryGroup`.
|
||||
|
||||
|
||||
.. option:: -S, --subscribe-group arg
|
||||
|
||||
A group to subscribe to.
|
||||
@ -555,8 +561,13 @@ Messaging
|
||||
|
||||
Overrides configuration parameter :confval:`connection.contentType`.
|
||||
|
||||
Default: ``binary``
|
||||
|
||||
|
||||
.. option:: --start-stop-msg arg
|
||||
|
||||
Default: ``0``
|
||||
|
||||
Set sending of a start and a stop message.
|
||||
|
||||
|
||||
@ -593,7 +604,10 @@ Input
|
||||
|
||||
.. option:: --ep file
|
||||
|
||||
Defines an event parameters XML file to be read and processed. This
|
||||
Type: *string*
|
||||
|
||||
Defines an event parameters XML file to be read and
|
||||
processed. Use '\-' to read from stdin. This
|
||||
implies offline mode and only processes all origins contained
|
||||
in that file. It computes station magnitudes for all picks associated
|
||||
with an origin where amplitudes are available and the corresponding
|
||||
@ -631,3 +645,12 @@ Reprocess
|
||||
|
||||
Keep the original weights in combination with \-\-static.
|
||||
|
||||
|
||||
Output
|
||||
------
|
||||
|
||||
.. option:: -f, --formatted
|
||||
|
||||
Use formatted XML output along with '\-\-ep'. Otherwise XML
|
||||
is unformatted.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user