[installation] Change to nightly
This commit is contained in:
@ -27,21 +27,26 @@ 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 "SCEVTSTREAMS" "1" "Sep 22, 2025" "6.9.0" "SeisComP"
|
||||
.TH "SCEVTSTREAMS" "1" "Oct 29, 2025" "7.0.0" "SeisComP"
|
||||
.SH NAME
|
||||
scevtstreams \- SeisComP Documentation
|
||||
.sp
|
||||
\fBExtract stream information with time windows from picks of an event.\fP
|
||||
\fBExtract stream information and time windows from picks of an event or
|
||||
solitary picks.\fP
|
||||
.SH DESCRIPTION
|
||||
.sp
|
||||
scevtstreams reads all picks of an event and determines the time window between
|
||||
the first pick and the last pick. In addition a symmetric or an asymmetric time
|
||||
margin is added to this
|
||||
time window. It writes the streams that are picked including the determined
|
||||
scevtstreams reads all picks of an event or solitary picks determining the time
|
||||
window between the first pick and the last pick.
|
||||
In addition symmetric asymmetric time margins are added to this time window.
|
||||
It writes the streams that are picked including the determined
|
||||
time window for the event to stdout. This tool gives appropriate input
|
||||
information for \fI\%scart\fP, \fI\%fdsnws\fP and \fIcapstool\fP [\fI\%27\fP] for
|
||||
information for \fI\%scart\fP, \fI\%fdsnws\fP and \fIcapstool\fP [\fI\%30\fP] for
|
||||
\fICAPS\fP [\fI\%3\fP] server (Common Acquisition Protocol Server by gempa GmbH) to dump
|
||||
waveforms from archives based on event data.
|
||||
.sp
|
||||
Events with origins and picks can be read from database or XML file. Solitary
|
||||
picks can only be read from XML file. The XML files can be generated using
|
||||
\fI\%scxmldump\fP\&.
|
||||
.SH OUTPUT FORMAT
|
||||
.sp
|
||||
The generated list contains start and end time as well as stream information.
|
||||
@ -84,21 +89,38 @@ scevtstreams \-E gfz2012abcd \-d mysql://sysop:sysop@localhost/seiscomp
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 2. 3
|
||||
Get the asymmetric time windows for an event in an XML file. The time window
|
||||
starts 120 s before the first pick and ends 500 s after the last pick:
|
||||
Get the time windows for one specific event or all events in a XML file.
|
||||
The time windows start 120 s before the first pick and ends 500 s after the
|
||||
last pick:
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
scevtstreams \-E gfz2012abcd \-i event.xml \-m 120,500
|
||||
scevtstreams \-i event.xml \-E gfz2012abcd
|
||||
scevtstreams \-i event.xml
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 3. 3
|
||||
Create a playback of an event with a time window of 5 minutes data and
|
||||
sort the records by end time:
|
||||
Get the time windows from all picks in a XML file which does not contain
|
||||
events or origins:
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
scevtstreams \-i picks.xml
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 4. 3
|
||||
Combine with \fI\%scart\fP for creating a \fI\%miniSEED\fP data file from one
|
||||
event. The time window starts and ends 5 minutes before the first and after
|
||||
the last pick, respectively.
|
||||
The data is read from \fI\%SDS\fP archive and sorted by end time:
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
@ -110,8 +132,8 @@ scart \-dsvE \-\-list \- ~/seiscomp/acquisition/archive > gfz2012abcd\-sorted.ms
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 4. 3
|
||||
Download waveforms from Arclink and import into local archive. Include
|
||||
.IP 5. 3
|
||||
Download waveforms from FDSN and import into local archive. Include
|
||||
all stations from the contributing networks:
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
@ -119,13 +141,13 @@ all stations from the contributing networks:
|
||||
.nf
|
||||
.ft C
|
||||
scevtstreams \-E gfz2012abcd \-d mysql://sysop:sysop@localhost/seiscomp \-m 300 \-R \-\-all\-stations |\e
|
||||
scart \-\-list \- ./my\-archive
|
||||
scart \-\-list \- \-I fdsnws://geofon.gfz.de ./my\-archive
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 5. 3
|
||||
Create lists compatible with \fI\%fdsnws\fP or \fI\%caps\fP:
|
||||
.IP 6. 3
|
||||
Create lists compatible with \fI\%fdsnws\fP POST format or \fIcapstool\fP [\fI\%30\fP]:
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
@ -292,8 +314,8 @@ Do not use the database at all
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-i, \-\-input arg
|
||||
Input XML file name. Reads event from the XML file instead of
|
||||
database. Use \(aq\-\(aq to read from stdin.
|
||||
Input XML file name. Reads event and picks from the XML file
|
||||
instead of database. Use \(aq\-\(aq to read from stdin.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -311,7 +333,7 @@ The ID of the event to consider.
|
||||
.TP
|
||||
.B \-\-net\-sta arg
|
||||
Filter read picks by network code or network and station
|
||||
code. Format: NET or NET.STA
|
||||
code. Format: NET or NET.STA .
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user