[installation] Change to nightly
This commit is contained in:
@ -27,7 +27,7 @@ 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 "SCRTTV" "1" "Sep 22, 2025" "6.9.0" "SeisComP"
|
||||
.TH "SCRTTV" "1" "Oct 29, 2025" "7.0.0" "SeisComP"
|
||||
.SH NAME
|
||||
scrttv \- SeisComP Documentation
|
||||
.sp
|
||||
@ -115,7 +115,7 @@ font and general GUI parameters.
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
More parameters are available on the command\-line:
|
||||
More options are available on the command\-line:
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
@ -512,6 +512,85 @@ Alternatively, the button \(dqShow Details\(dq can be used to just send the orig
|
||||
the GUI group and let \fI\%scolv\fP or other GUIs pick it up and show it. This
|
||||
will not store the origin in the database and works the same way as creating
|
||||
\fI\%artificial origins\fP\&.
|
||||
.SH APPLICATIONS
|
||||
.INDENT 0.0
|
||||
.IP 1. 3
|
||||
View waveforms with default settings printing debug information
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
scrttv \-\-debug
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 2. 3
|
||||
View 3C data from default recordstream 3 hours before midnight. All available
|
||||
picks are displayed.
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
scrttv \-\-buffer\-size 10800 \-\-end\-time 2022\-06\-01 \-\-map\-picks
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 3. 3
|
||||
View data from a miniSEED file in offline mode without messaging
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
scrttv file.mseed
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 4. 3
|
||||
View all HH streams from stations CX.PB01 and CX.PB02 without messaging and
|
||||
inventory
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
scrttv \-\-offline \-\-no\-inventory \-\-channels CX.PB01.*.HH? \-\-channels CX.PB02.*.HH?
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 5. 3
|
||||
View the miniSEED data from all file ending with .mseed which are read from
|
||||
stdin
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
cat *.mseed | scrttv \-
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 6. 3
|
||||
View miniSEED data played back from archive at normal speed as in real time
|
||||
using \fI\%scart\fP
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
scart \-dmv \-t 2026\-05\-01~2026\-05\-02 /archive | scrttv \-I \- \-\-offline \-\-no\-inventory
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.SH HOTKEYS
|
||||
.TS
|
||||
center;
|
||||
@ -892,7 +971,7 @@ This parameter exists mainly for backward compatibility.
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B filters
|
||||
Default: \fB\(dqRMHP(2)>>ITAPER(5)>>BW(3,0.5,8.0)\(dq,\(dqRMHP(2)>>ITAPER(5)>>BW_HP(3, 3)\(dq\fP
|
||||
Default: \fB\(dqBW 0.5 \- 8.0 Hz;RMHP(2)>>ITAPER(5)>>BW(3, 0.5, 8.0)\(dq,\(dqHP 3.0 Hz;RMHP(2)>>ITAPER(5)>>BW_HP(3, 3)\(dq\fP
|
||||
.sp
|
||||
Type: \fIlist:string\fP
|
||||
.sp
|
||||
@ -1027,7 +1106,7 @@ e.g. \(dqGE.MORC..BHZ\(dq.
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B streams.rows
|
||||
Type: \fIinteger\fP
|
||||
Type: \fIint\fP
|
||||
.sp
|
||||
Number of rows to show at once in one windows. If more traces
|
||||
than rows are loaded, the are accessible by a scroll bar.
|
||||
@ -1063,8 +1142,9 @@ Default: \fBdistance\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
The sort mode applied initially. Allowed values
|
||||
are: config, distance, station, network, group.
|
||||
Values: \fBconfig,distance,station,network,group\fP
|
||||
.sp
|
||||
The mode applied initially for sorting traces.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -1201,7 +1281,8 @@ Title of the group visible as a tooltip of the traces.
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
\fBstreams.group.$name.pen.*\fP
|
||||
\fIDefine the trace pen of the group.\fP
|
||||
\fIDefine the trace pen of the group. Read the SeisComP\fP
|
||||
\fIGUI documenation for full details.\fP
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
@ -1240,13 +1321,13 @@ Examples:
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B streams.group.$name.pen.style
|
||||
Default: \fBSolidLine\fP
|
||||
Default: \fBsolidline\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
The style of the pen. Supported values are: NoPen,
|
||||
SolidLine, DashLine, DotLine, DashDotLine,
|
||||
DashDotDotLine.
|
||||
Values: \fBnopen,solidline,dashline,dotline,dashdotline,dashdotdotline\fP
|
||||
.sp
|
||||
The line style of the pen.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -1257,7 +1338,7 @@ Type: \fIdouble\fP
|
||||
.sp
|
||||
Unit: \fIpx\fP
|
||||
.sp
|
||||
The width of the pen.
|
||||
The line width of the pen.
|
||||
.UNINDENT
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
@ -1383,6 +1464,8 @@ Type: \fIstring\fP
|
||||
Default: \fBsolidline\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Values: \fBnopen,solidline,dashline,dotline,dashdotline,dashdotdotline\fP
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -1396,7 +1479,8 @@ Type: \fIstring\fP
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
\fBstreams.profile.$name.minimum.brush.*\fP
|
||||
\fIProperties of the area below the minimum.\fP
|
||||
\fIProperties of the area below the minimum. Read\fP
|
||||
\fIthe SeisComP GUI documenation for full details.\fP
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
@ -1405,6 +1489,8 @@ Type: \fIstring\fP
|
||||
Default: \fBnobrush\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Values: \fBsolid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagross\fP
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -1435,7 +1521,8 @@ Value at which to draw a line.
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
\fBstreams.profile.$name.maximum.pen.*\fP
|
||||
\fILine properties.\fP
|
||||
\fILine properties. Read the SeisComP GUI\fP
|
||||
\fIdocumenation for full details.\fP
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
@ -1451,6 +1538,8 @@ Type: \fIstring\fP
|
||||
Default: \fBsolidline\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Values: \fBnopen,solidline,dashline,dotline,dashdotline,dashdotdotline\fP
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -1464,7 +1553,8 @@ Type: \fIstring\fP
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
\fBstreams.profile.$name.maximum.brush.*\fP
|
||||
\fIProperties of the area above the maximum.\fP
|
||||
\fIProperties of the area above the maximum. Read\fP
|
||||
\fIthe SeisComP GUI documenation for full details.\fP
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
@ -1473,6 +1563,8 @@ Type: \fIstring\fP
|
||||
Default: \fBnobrush\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Values: \fBsolid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagross\fP
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -1550,8 +1642,9 @@ Default: \fBfixed\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Which amplitude normalization mode to use: \(dqfixed\(dq,
|
||||
\(dqfrequency\(dq or \(dqtime\(dq.
|
||||
Values: \fBfixed,frequency,time\fP
|
||||
.sp
|
||||
The amplitude normalization mode to use.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -1560,7 +1653,7 @@ Default: \fBfalse\fP
|
||||
.sp
|
||||
Type: \fIboolean\fP
|
||||
.sp
|
||||
Whether to show the frequency axis.
|
||||
Show the frequency axis.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -1779,10 +1872,14 @@ This option can be given more than once.
|
||||
.TP
|
||||
.B \-\-content\-type arg
|
||||
Overrides configuration parameter \fI\%connection.contentType\fP\&.
|
||||
.sp
|
||||
Default: \fBbinary\fP
|
||||
.UNINDENT
|
||||
.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
|
||||
@ -1824,12 +1921,12 @@ List all supported record stream drivers.
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-I, \-\-record\-url arg
|
||||
The recordstream source URL, format:
|
||||
The RecordStream source URL. Format:
|
||||
[\fI\%service://\fP]location[#type].
|
||||
\(dqservice\(dq is the name of the recordstream driver
|
||||
\(dqservice\(dq is the name of the RecordStream driver
|
||||
which can be queried with \(dq\-\-record\-driver\-list\(dq.
|
||||
If \(dqservice\(dq is not given, \(dq\fI\%file://\fP\(dq is
|
||||
used.
|
||||
used and simply the name of a miniSEED file can be given.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
@ -1908,10 +2005,12 @@ Overrides configuration parameter \fI\%3c\fP\&.
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-channels
|
||||
Channel(s) to display. The channel code may contain wildcards
|
||||
at any position but the support of wildcards depends on
|
||||
RecordStream. Repeat the option for multiple
|
||||
channel groups. Examples:
|
||||
Channel(s) to display. The corresponding rows are only shown
|
||||
when data for the considered time window is available.
|
||||
.sp
|
||||
The channel code may contain wildcards at any position but
|
||||
the support of wildcards depends on RecordStream.
|
||||
Repeat the option for multiple channel groups. Examples:
|
||||
.sp
|
||||
default : all streams configured by global bindings.
|
||||
.sp
|
||||
@ -1921,6 +2020,10 @@ GE.*.*.HH? : all HH channels of all stations from GE network.
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-city\-xml arg
|
||||
Type: \fIfile\fP
|
||||
.sp
|
||||
Values: \fB*.xml\fP
|
||||
.sp
|
||||
The path to the cities XML file. This overrides the default
|
||||
paths. Compare with the global parameter \(dqcitiesXML\(dq.
|
||||
.UNINDENT
|
||||
|
||||
Reference in New Issue
Block a user