[installation] Change to nightly
This commit is contained in:
@ -27,12 +27,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||
..
|
||||
.TH "SCEVENT" "1" "Sep 22, 2025" "6.9.0" "SeisComP"
|
||||
.TH "SCEVENT" "1" "Oct 29, 2025" "7.0.0" "SeisComP"
|
||||
.SH NAME
|
||||
scevent \- SeisComP Documentation
|
||||
.sp
|
||||
\fBAssociates an Origin to an Event or forms a new Event if no match is found.
|
||||
Selects the preferred origin, magnitude and focal mechanism.\fP
|
||||
\fBAssociate an Origin to an Event or form a new Event if no match is found.
|
||||
Select the preferred origin, magnitude and focal mechanism.\fP
|
||||
.SH DESCRIPTION
|
||||
.sp
|
||||
As a consequence of a real\-time system the \fISeisComP\fP modules creates several
|
||||
@ -431,6 +431,71 @@ Sets the event type certainty to the passed value.
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.SH REST API
|
||||
.sp
|
||||
\fBscevent\fP provides a HTTP REST API which may be enabled by defining a
|
||||
bind address under \fI\%restAPI\fP\&. The following enpoints are available
|
||||
.SS try\-to\-associate
|
||||
.sp
|
||||
Allows to query for possible event associations of origin candidates. An event
|
||||
ID is returned if a matching event is found. No event is ever created.
|
||||
.TS
|
||||
center;
|
||||
|l|l|.
|
||||
_
|
||||
T{
|
||||
\fBLocation\fP
|
||||
T} T{
|
||||
\fI/api/1/try\-to\-associate\fP
|
||||
T}
|
||||
_
|
||||
T{
|
||||
\fBHTTP Methods\fP
|
||||
T} T{
|
||||
POST
|
||||
T}
|
||||
_
|
||||
T{
|
||||
\fBRequest data\fP
|
||||
T} T{
|
||||
\fI\%SCML\fP containing an \fI\%EventParameters\fP element with one and only one \fI\%Origin\fP
|
||||
T}
|
||||
_
|
||||
T{
|
||||
\fBRequest header\fP
|
||||
T} T{
|
||||
\fIContentType: text/xml\fP (no subtype allowed)
|
||||
T}
|
||||
_
|
||||
T{
|
||||
\fBResponse data\fP
|
||||
T} T{
|
||||
EventID string
|
||||
T}
|
||||
_
|
||||
T{
|
||||
\fBResponse code\fP
|
||||
T} T{
|
||||
\fB200\fP (matching event found), \fB204\fP (no matching event found), \fB400\fP (invalid input)
|
||||
T}
|
||||
_
|
||||
.TE
|
||||
.sp
|
||||
The following example demonstrates how to query the event id for an origin
|
||||
defined in \fBorigin.xml\fP using the command line programm \fBcurl\fP\&.
|
||||
The request header \fIContent\-Type\fP must be specified and must have a value of
|
||||
\fItext/xml\fP\&. No subtype is allowed. It is assumed that \fBscevent\fP is
|
||||
configured with \fIrestAPI = 18182\fP\&.
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
curl \-v \-X POST http://localhost:18182/api/1/try\-to\-associate \-H \(dqContent\-Type: text/xml\(dq \-d @origin.xml
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.SH PLUGINS
|
||||
.INDENT 0.0
|
||||
.IP \(bu 2
|
||||
@ -491,13 +556,14 @@ Defines the pattern to generate an event ID.
|
||||
.B eventIDLookupMargin
|
||||
Default: \fB\-1\fP
|
||||
.sp
|
||||
Type: \fIinteger\fP
|
||||
Type: \fIint\fP
|
||||
.sp
|
||||
Configures the number of event ID slots to look back and
|
||||
forth when an event ID is already taken. The default in
|
||||
previous versions was 5. Now \-1 means that the margin is
|
||||
determined automatically based on \(dqeventAssociation.eventTimeBefore\(dq
|
||||
and \(dqeventAssociation.eventTimeAfter\(dq. According to the
|
||||
determined automatically based on
|
||||
\(dqeventAssociation.eventTimeBefore\(dq and
|
||||
\(dqeventAssociation.eventTimeAfter\(dq. According to the
|
||||
configured \(dqeventIDPattern\(dq a fixed time range per slot
|
||||
can be computed and with that width the number of look
|
||||
ahead slots and look back slots can be computed based on
|
||||
@ -519,8 +585,9 @@ Flinn\-Engdahl region name.
|
||||
.B restAPI
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Defines the bind adress of the REST API endpoint. This API
|
||||
allows to query for possible event associations of origin
|
||||
Defines the bind address of the REST API of form [address:]port.
|
||||
This API currently provides one endpoint, /api/1/try\-to\-associate,
|
||||
which allows to query for possible event associations of origin
|
||||
candidates.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
@ -551,8 +618,9 @@ Default: \fB10\fP
|
||||
.sp
|
||||
Type: \fIint\fP
|
||||
.sp
|
||||
Minimum number of Picks for an Origin that is automatic and cannot be
|
||||
associated with an Event to be allowed to form an new Event.
|
||||
Minimum number of Picks for an Origin that is automatic
|
||||
and cannot be associated with an Event to be allowed to
|
||||
form an new Event.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -587,8 +655,8 @@ Type: \fIdouble\fP
|
||||
.sp
|
||||
Unit: \fIs\fP
|
||||
.sp
|
||||
Time range before the Origin time of an incoming Origin to search for
|
||||
matching events.
|
||||
Time range before the Origin time of an incoming Origin to
|
||||
search for matching events.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -599,8 +667,8 @@ Type: \fIdouble\fP
|
||||
.sp
|
||||
Unit: \fIs\fP
|
||||
.sp
|
||||
Time range after the Origin time of an incoming Origin to search for
|
||||
matching events.
|
||||
Time range after the Origin time of an incoming Origin to
|
||||
search for matching events.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -609,8 +677,8 @@ Default: \fB3\fP
|
||||
.sp
|
||||
Type: \fIint\fP
|
||||
.sp
|
||||
Minimum number of matching picks between two Origins to be associated
|
||||
to the same event.
|
||||
Minimum number of matching picks between two Origins to be
|
||||
associated to the same event.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -634,11 +702,11 @@ Default: \fBtrue\fP
|
||||
Type: \fIboolean\fP
|
||||
.sp
|
||||
This parameter is only used in conjunction with
|
||||
eventAssociation.maximumMatchingArrivalTimeDiff.
|
||||
\(dqeventAssociation.maximumMatchingArrivalTimeDiff\(dq.
|
||||
If a station has multiple associated arrivals for a
|
||||
particular event, this flag defines if the time distance
|
||||
of a new pick to all arrivals must be within
|
||||
eventAssociation.maximumMatchingArrivalTimeDiff
|
||||
\(dqeventAssociation.maximumMatchingArrivalTimeDiff\(dq
|
||||
or if one matching arrival is enough.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
@ -659,9 +727,9 @@ Type: \fIdouble\fP
|
||||
.sp
|
||||
Unit: \fIs\fP
|
||||
.sp
|
||||
Associates an Origin with an existing event if the Origin
|
||||
time differs not more than 60 seconds unless the
|
||||
minimumMatchingArrivals criteria matches.
|
||||
Associates an Origin with an existing event if the Origin
|
||||
time differs not more than 60 seconds unless
|
||||
\(dqeventAssociation.minimumMatchingArrivals\(dq matches.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -672,8 +740,8 @@ Type: \fIdouble\fP
|
||||
.sp
|
||||
Unit: \fIdegrees\fP
|
||||
.sp
|
||||
Allowed location difference between an incoming Origin compared with
|
||||
preferred Origins to get associated.
|
||||
Allowed location difference between an incoming Origin
|
||||
compared with preferred Origins to get associated.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -682,22 +750,29 @@ Default: \fBM\fP
|
||||
.sp
|
||||
Type: \fIlist:string\fP
|
||||
.sp
|
||||
Magnitude type priority list for becoming a preferred magnitude for an
|
||||
event.
|
||||
List of magnitude types considered for computing priorities
|
||||
in order to declare the preferred magnitude of an event.
|
||||
Magnitudes not listed have a priority of 0 and are ranked
|
||||
by station count only.
|
||||
.sp
|
||||
Magnitudes must meet
|
||||
\(dqeventAssociation.minimumMagnitudes\(dq and
|
||||
\(dqeventAssociation.minMwCount\(dq unless
|
||||
\(dqeventAssociation.enableFallbackMagnitude\(dq is true.
|
||||
If listed, Mw\-/Mw()\-type magnitudes are preferred over all
|
||||
others. Next, the magnitude type with the largest station
|
||||
count wins (default) unless
|
||||
\(dqeventAssociation.magPriorityOverStationCount\(dq is
|
||||
true. If the station count is equal, priority is highest
|
||||
for the magnitude earliest in the list.
|
||||
.sp
|
||||
If \(dqeventAssociation.magPriorityOverStationCount\(dq is
|
||||
true, highest priority is first given to magnitude types
|
||||
earliest in the list before testing the station count.
|
||||
.sp
|
||||
Example:
|
||||
.sp
|
||||
M, mBc, Mw(mB), Mwp, ML, MLh, MLv, mb
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B eventAssociation.enableFallbackMagnitude
|
||||
Default: \fBfalse\fP
|
||||
.sp
|
||||
Type: \fIboolean\fP
|
||||
.sp
|
||||
If true, one magnitude will be preferred even if magnitude criteria are
|
||||
not fullfilled.
|
||||
M, mBc, Mw(mB), Mwp, ML, MLv, mb
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -706,8 +781,12 @@ Default: \fB4\fP
|
||||
.sp
|
||||
Type: \fIint\fP
|
||||
.sp
|
||||
Minimum number of station magnitudes referenced to a network magnitude
|
||||
to become a preferred magnitude.
|
||||
Minimum number of station magnitudes required for
|
||||
considering non\-Mw or non\-Mw() magnitudes, as
|
||||
preferred magnitude.
|
||||
.sp
|
||||
Also consider
|
||||
\(dqeventAssociation.enableFallbackMagnitude\(dq.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -716,8 +795,25 @@ Default: \fB8\fP
|
||||
.sp
|
||||
Type: \fIint\fP
|
||||
.sp
|
||||
Minimum number of station magnitudes required for Mw(mB) to be considered as
|
||||
preferred magnitude.
|
||||
Minimum number of station magnitudes required for
|
||||
considering Mw or any derived moment magnitude, Mw(), as
|
||||
preferred magnitude. The moment magnitudes must also meet
|
||||
\(dqeventAssociation.minimumMagnitudes\(dq.
|
||||
.sp
|
||||
Also consider
|
||||
\(dqeventAssociation.enableFallbackMagnitude\(dq.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B eventAssociation.enableFallbackMagnitude
|
||||
Default: \fBfalse\fP
|
||||
.sp
|
||||
Type: \fIboolean\fP
|
||||
.sp
|
||||
If true, one magnitude will be preferred even if magnitude
|
||||
criteria (\(dqeventAssociation.minimumMagnitudes\(dq,
|
||||
\(dqeventAssociation.minMwCount\(dq) are not fulfilled
|
||||
by any magnitude.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -726,8 +822,8 @@ Default: \fB30\fP
|
||||
.sp
|
||||
Type: \fIint\fP
|
||||
.sp
|
||||
Minimum number of station magnitudes which ensures that Mw(mB) will be
|
||||
preferred and not mb.
|
||||
Minimum number of station magnitudes which ensures that
|
||||
Mw(mB) will be preferred and not mb.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -736,8 +832,8 @@ Default: \fB6\fP
|
||||
.sp
|
||||
Type: \fIdouble\fP
|
||||
.sp
|
||||
Average between mb and Mw(mB) which must be exceeded to become Mw(mB)
|
||||
preferred.
|
||||
Average between mb and Mw(mB) which must be exceeded to
|
||||
become Mw(mB) preferred.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -746,105 +842,130 @@ Default: \fBfalse\fP
|
||||
.sp
|
||||
Type: \fIboolean\fP
|
||||
.sp
|
||||
If false then the station count rules out the magnitude priority
|
||||
If false, then the station count rules out the magnitude priority
|
||||
which is only taken into account if two magnitudes have the
|
||||
same station count.
|
||||
.sp
|
||||
If true then the priority rules out the station count
|
||||
If true, then the priority rules out the station count
|
||||
which is only taken into account if two magnitudes have the
|
||||
same priority.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B eventAssociation.priorities
|
||||
Default: \fBAGENCY, STATUS, PHASES_AUTOMATIC, TIME_AUTOMATIC\fP
|
||||
Default: \fBAGENCY,STATUS,PHASES_AUTOMATIC,TIME_AUTOMATIC\fP
|
||||
.sp
|
||||
Type: \fIlist:string\fP
|
||||
.sp
|
||||
The general priority list to decide if an Origin becomes preferred.
|
||||
The priority decreases in the order of the parameters.
|
||||
This list is not used unless this parameter is activated.
|
||||
Values: \fB\(aq\(aq,AGENCY,AUTHOR,MODE,PHASES,PHASES_AUTOMATIC,RMS,RMS_AUTOMATIC,SCORE,STATUS,TIME,TIME_AUTOMATIC\fP
|
||||
.sp
|
||||
Empty priority list: scevent replicates the default hard wired behaviour:
|
||||
AGENCY, STATUS, PHASES_AUTOMATIC, TIME_AUTOMATIC
|
||||
The general priority list to decide if new Origins become
|
||||
preferred.
|
||||
.sp
|
||||
Each item in the list corresponds to a check that is performed.
|
||||
Each check computes a score of the incoming Origin (s1) and the
|
||||
current preferred Origin (s2). If the s1 is lower than s2,
|
||||
the incoming Origin is rejected and does not become preferred.
|
||||
All subsequent checks are ignored.
|
||||
If s1 is equal to s2, the next check in the list is performed.
|
||||
If s1 is larger than s2, the Origin becomes preferred and
|
||||
all subsequent checks are ignored.
|
||||
Tokens are processed in the given order. Each token in the
|
||||
list corresponds to a check that is performed. Each check
|
||||
computes a score of the incoming Origin (s1) and the
|
||||
currently preferred Origin (s2). The origin with the higher
|
||||
score becomes preferred for the event. If s1 equals s2, the
|
||||
next check in the list is performed. Once a check prefers an
|
||||
origin, all subsequent checks are ignored.
|
||||
.sp
|
||||
Available tokens:
|
||||
Available tokens (checks):
|
||||
.sp
|
||||
AGENCY: check based on agency priorities
|
||||
* AGENCY: check based on agency priorities
|
||||
.sp
|
||||
AUTHOR: check based on author priorities
|
||||
* AUTHOR: check based on author priorities
|
||||
.sp
|
||||
MODE: evaluation mode priority: 0 = unset, 1 = automatic, 2 = manual, manual over\-rules automatic
|
||||
* MODE: priority from evaluation mode. Priority values are
|
||||
.sp
|
||||
STATUS: priority combined from evaluation status and evaluation mode:
|
||||
\-100 = status is rejected, \-1 = status is reported,
|
||||
0 = status is preliminary or status is unset and mode is automatic,
|
||||
1 = status is confirmed or status is unset and mode is manual,
|
||||
2 = status is reviewed, 3 = status is final,
|
||||
0 : unset
|
||||
.sp
|
||||
METHOD: check based on the method priorities
|
||||
1 : automatic
|
||||
.sp
|
||||
PHASES: higher phase count = higher priority
|
||||
2 : manual, manual over\-rules automatic
|
||||
.sp
|
||||
PHASES_AUTOMATIC: only checks phase priorities for incoming automatic Origins
|
||||
* STATUS: priority combined from evaluation status and
|
||||
evaluation mode. Priority values are
|
||||
.sp
|
||||
RMS: lower rms = higher priority
|
||||
\-100 : status is rejected
|
||||
.sp
|
||||
RMS_AUTOMATIC: only check RMS on incoming automatic Origins
|
||||
\-1 : status is reported
|
||||
.sp
|
||||
TIME: more recent Origins (creationTime) have higher priorities
|
||||
0 : status is preliminary or status is unset and mode is automatic
|
||||
.sp
|
||||
TIME_AUTOMATIC: only check creationTime priority on incoming automatic Origins
|
||||
1 : status is confirmed or status is unset and mode is manual
|
||||
.sp
|
||||
SCORE: evaluates the score according to a configured ScoreProcessor and
|
||||
prefers the Origin/Focalmechanism with the highest score.
|
||||
2 : status is reviewed
|
||||
.sp
|
||||
3 : status is final
|
||||
.sp
|
||||
* METHOD: priority based on the methods defined in \(dqeventAssociation.methods\(dq
|
||||
.sp
|
||||
* PHASES: higher phase count = higher priority
|
||||
.sp
|
||||
* PHASES_AUTOMATIC: only checks phase priorities for incoming
|
||||
automatic Origins. Higher phase count = higher priority.
|
||||
.sp
|
||||
* RMS: lower RMS = higher priority.
|
||||
.sp
|
||||
* RMS_AUTOMATIC: only check RMS on incoming automatic Origins.
|
||||
Lower RMS = higher priority.
|
||||
.sp
|
||||
* TIME: more recent Origins (creationTime) have higher priorities.
|
||||
.sp
|
||||
* TIME_AUTOMATIC: only check creationTime of incoming
|
||||
automatic Origins. More recent Origins (creationTime) have higher priorities.
|
||||
.sp
|
||||
* SCORE: priority based on the score according to a configured
|
||||
ScoreProcessor and prefers the Origin/Focalmechanism with
|
||||
the highest score.
|
||||
.sp
|
||||
Empty priority list replicates the hard\-wired default
|
||||
behaviour: AGENCY,STATUS,PHASES_AUTOMATIC,TIME_AUTOMATIC
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B eventAssociation.agencies
|
||||
Type: \fIlist:string\fP
|
||||
.sp
|
||||
The agencyID priority list. When the eventtool comes to the point to
|
||||
select a preferred Origin based on AGENCY it orders all Origins by its agency priority and
|
||||
selects then the best one among the highest priority agency. It also defines the
|
||||
agency priority for custom priority checks
|
||||
(eventAssociation.priorities).
|
||||
The priority list of agency IDs. When scevent comes to the
|
||||
point to select a preferred Origin based on AGENCY it orders
|
||||
all Origins by its agency priority selecting the best one
|
||||
among the highest priority agency. It also defines the
|
||||
agency priority for custom priority checks.
|
||||
.sp
|
||||
The parameter is only considered when defined in \(dqpriorities\(dq.
|
||||
The parameter is only considered when AGENCY is used in
|
||||
\(dqeventAssociation.priorities\(dq.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B eventAssociation.authors
|
||||
Type: \fIlist:string\fP
|
||||
.sp
|
||||
The author priority list. When the eventtool comes to the point to
|
||||
select a preferred Origin based on AUTHOR it orders all Origins by its author priority and
|
||||
selects then the best one among the highest priority author. It also defines the
|
||||
author priority for custom priority checks (eventAssociation.priorities).
|
||||
The author priority list. When scevent comes to the
|
||||
point to select a preferred Origin based on AUTHOR it orders
|
||||
all Origins by its author priority and selects then the best
|
||||
one among the highest priority author. It also defines the
|
||||
author priority for custom priority checks.
|
||||
.sp
|
||||
The parameter is only considered when defined in \(dqpriorities\(dq.
|
||||
The parameter is only considered when AUTHOR is used
|
||||
in \(dqeventAssociation.priorities\(dq.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B eventAssociation.methods
|
||||
Type: \fIlist:string\fP
|
||||
.sp
|
||||
The method priority list. When the eventtool comes to the point to
|
||||
select a preferred Origin based on METHOD it orders all Origins by its methodID priority and
|
||||
selects then the best one among the highest priority method. It also defines the
|
||||
method priority for custom priority checks (eventAssociation.priorities).
|
||||
A defined method string must match exactly the string in Origin.methodID.
|
||||
The method priority list. When the scevent comes to the
|
||||
point to select a preferred Origin based on METHOD it orders
|
||||
all Origins by its methodID priority and selects then the
|
||||
best one among the highest priority method. It also defines
|
||||
the method priority for custom priority checks. A defined
|
||||
method string must match exactly the string in
|
||||
Origin.methodID.
|
||||
.sp
|
||||
The parameter is only considered when defined in \(dqpriorities\(dq.
|
||||
The parameter is only considered when METHODS is used
|
||||
in \(dqeventAssociation.priorities\(dq.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -852,9 +973,20 @@ The parameter is only considered when defined in \(dqpriorities\(dq.
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Defines the ScoreProcessor interface to be used along
|
||||
with priority \(dqSCORE\(dq.
|
||||
with priority \(dqSCORE\(dq when defined in
|
||||
\(dqeventAssociation.priorities\(dq.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B eventAssociation.enablePreferredFMSelection
|
||||
Default: \fBtrue\fP
|
||||
.sp
|
||||
The parameter is only considered when defined in \(dqpriorities\(dq.
|
||||
Type: \fIboolean\fP
|
||||
.sp
|
||||
Enables the selection of the preferred focalmechanism. If set
|
||||
to false then only explicit commands will have effect on the
|
||||
preferred focalmechanism selection, namely the EvPrefFocMecID
|
||||
command.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -871,13 +1003,14 @@ has been fixed.
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B eventAssociation.delayTimeSpan
|
||||
Default: \fB0\fP
|
||||
.sp
|
||||
Type: \fIint\fP
|
||||
.sp
|
||||
Unit: \fIs\fP
|
||||
.sp
|
||||
Configures a timespan to delay Event creation. If a new Origin arrives
|
||||
which cannot be associated to an existing Event, delay the Event creation for a certain
|
||||
timespan.
|
||||
The timespan to delay Event creation from new Origins which
|
||||
cannot be associated to an existing Event.
|
||||
.UNINDENT
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
@ -885,18 +1018,19 @@ timespan.
|
||||
.INDENT 3.5
|
||||
\fBeventAssociation.region.*\fP
|
||||
\fIRegion filter for creating events. Use with care! Origins\fP
|
||||
\fIoutside may be ignored even if they would\fP
|
||||
\fIbecome preferred otherwise.\fP
|
||||
\fIoutside may be ignored even if they would become preferred\fP
|
||||
\fIotherwise. Empty value deactivates testing this parameter.\fP
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B eventAssociation.region.rect
|
||||
Type: \fIstring\fP
|
||||
Type: \fIlist:double\fP
|
||||
.sp
|
||||
Region by geographic coordinates.
|
||||
Region by geographic coordinates. Empty value
|
||||
deactivates testing this parameter.
|
||||
.sp
|
||||
Format: \(dqSouth, East, North, West\(dq
|
||||
Format: \(dqSouth,East,North,West\(dq
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -905,7 +1039,8 @@ Type: \fIdouble\fP
|
||||
.sp
|
||||
Unit: \fIkm\fP
|
||||
.sp
|
||||
Minimum depth.
|
||||
Minimum depth. Empty value deactivates testing this
|
||||
parameter.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -914,15 +1049,18 @@ Type: \fIdouble\fP
|
||||
.sp
|
||||
Unit: \fIkm\fP
|
||||
.sp
|
||||
Maximum depth.
|
||||
Maximum depth. Empty value deactivates testing this
|
||||
parameter.
|
||||
.UNINDENT
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
\fBeventAssociation.delayFilter.*\fP
|
||||
\fIThe delayFilter group configures an Origin filter to activate the delay feature for\fP
|
||||
\fIthis Origin. If more than one filter is given they are combined with AND.\fP
|
||||
\fIConfigure an Origin filter to delay Origin for being\fP
|
||||
\fIprocessed. If more than one filter is given they are\fP
|
||||
\fIcombined with AND. The application requires\fP
|
||||
\fIeventAssociation.delayTimeSpan > 0.\fP
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
@ -930,7 +1068,7 @@ Maximum depth.
|
||||
.B eventAssociation.delayFilter.agencyID
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
The agencyID of the Origin to be delayed.
|
||||
The agency ID of the Origin to be delayed.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -944,8 +1082,9 @@ The author of the Origin to be delayed.
|
||||
.B eventAssociation.delayFilter.evaluationMode
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
The evaluation mode of the Origin to be delayed. Can be either \(dqmanual\(dq
|
||||
or \(dqautomatic\(dq.
|
||||
Values: \fBautomatic,manual\fP
|
||||
.sp
|
||||
The evaluation mode of the Origin to be delayed.
|
||||
.UNINDENT
|
||||
.SS EventType extension
|
||||
.sp
|
||||
@ -1200,7 +1339,7 @@ Time span in hours after which objects expire.
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-O, \-\-origin\-id publicID
|
||||
OriginID to be associated. When given no messages are sent.
|
||||
Origin ID to be associated. When given no messages are sent.
|
||||
Only the status of the association is written to stdout.
|
||||
.UNINDENT
|
||||
.SS Verbosity
|
||||
@ -1283,6 +1422,8 @@ This option can be given more than once.
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-start\-stop\-msg arg
|
||||
Default: \fB0\fP
|
||||
.sp
|
||||
Set sending of a start and a stop message.
|
||||
.UNINDENT
|
||||
.SS Database
|
||||
@ -1315,6 +1456,42 @@ Load the inventory from the given database or file, format:
|
||||
.B \-\-db\-disable
|
||||
Do not use the database at all
|
||||
.UNINDENT
|
||||
.SS Input
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-ep
|
||||
Event parameters XML file for offline processing of all
|
||||
contained origins. Use \(aq\-\(aq to read from stdin.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-reprocess
|
||||
Reprocess event parameters ignoring all event and journal
|
||||
objects in input file. Works only in combination with \(aq\-\-ep\(aq.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-update\-event\-id
|
||||
Update IDs of events if they already exist. Works only in
|
||||
combination with \(aq\-\-ep\(aq.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-clear\-cache
|
||||
Send a clear cache message and quit.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-disable\-info\-log
|
||||
Do not populate the scevent\-processing\-info.log file.
|
||||
.UNINDENT
|
||||
.SS Output
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-f, \-\-formatted
|
||||
Use formatted XML output along with \(aq\-\-ep\(aq. Otherwise XML
|
||||
is unformatted.
|
||||
.UNINDENT
|
||||
.SH AUTHOR
|
||||
gempa GmbH, GFZ Potsdam
|
||||
.SH COPYRIGHT
|
||||
|
||||
Reference in New Issue
Block a user