[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@ -80,7 +80,7 @@ Among the configurable parameters are:
* trace properties and trace background colors,
* font and general GUI parameters.
More parameters are available on the command-line:
More options are available on the command-line:
.. code-block:: sh
@ -493,6 +493,52 @@ will not store the origin in the database and works the same way as creating
:ref:`artificial origins <scrttv-artificial-origins>`.
.. _scrttv-applications:
Applications
============
#. View waveforms with default settings printing debug information
.. code-block:: sh
scrttv --debug
#. View 3C data from default recordstream 3 hours before midnight. All available
picks are displayed.
.. code-block:: sh
scrttv --buffer-size 10800 --end-time 2022-06-01 --map-picks
#. View data from a miniSEED file in offline mode without messaging
.. code-block:: sh
scrttv file.mseed
#. View all HH streams from stations CX.PB01 and CX.PB02 without messaging and
inventory
.. code-block:: sh
scrttv --offline --no-inventory --channels CX.PB01.*.HH? --channels CX.PB02.*.HH?
#. View the miniSEED data from all file ending with .mseed which are read from
stdin
.. code-block:: sh
cat *.mseed | scrttv -
#. View miniSEED data played back from archive at normal speed as in real time
using :ref:`scart`
.. code-block:: sh
scart -dmv -t 2026-05-01~2026-05-02 /archive | scrttv -I - --offline --no-inventory
.. _scrttv-hot-keys:
Hotkeys
@ -635,7 +681,7 @@ scrttv inherits :ref:`global options<global-configuration>`.
.. confval:: filters
Default: ``"RMHP(2)>>ITAPER(5)>>BW(3,0.5,8.0)","RMHP(2)>>ITAPER(5)>>BW_HP(3, 3)"``
Default: ``"BW 0.5 - 8.0 Hz;RMHP(2)>>ITAPER(5)>>BW(3, 0.5, 8.0)","HP 3.0 Hz;RMHP(2)>>ITAPER(5)>>BW_HP(3, 3)"``
Type: *list:string*
@ -770,7 +816,7 @@ scrttv inherits :ref:`global options<global-configuration>`.
.. confval:: streams.rows
Type: *integer*
Type: *int*
Number of rows to show at once in one windows. If more traces
than rows are loaded, the are accessible by a scroll bar.
@ -804,8 +850,9 @@ scrttv inherits :ref:`global options<global-configuration>`.
Type: *string*
The sort mode applied initially. Allowed values
are: config, distance, station, network, group.
Values: ``config,distance,station,network,group``
The mode applied initially for sorting traces.
.. confval:: streams.sort.latitude
@ -928,7 +975,8 @@ scrttv inherits :ref:`global options<global-configuration>`.
.. note::
**streams.group.$name.pen.\***
*Define the trace pen of the group.*
*Define the trace pen of the group. Read the SeisComP*
*GUI documenation for full details.*
@ -967,13 +1015,13 @@ scrttv inherits :ref:`global options<global-configuration>`.
.. confval:: streams.group.$name.pen.style
Default: ``SolidLine``
Default: ``solidline``
Type: *string*
The style of the pen. Supported values are: NoPen,
SolidLine, DashLine, DotLine, DashDotLine,
DashDotDotLine.
Values: ``nopen,solidline,dashline,dotline,dashdotline,dashdotdotline``
The line style of the pen.
.. confval:: streams.group.$name.pen.width
@ -984,7 +1032,7 @@ scrttv inherits :ref:`global options<global-configuration>`.
Unit: *px*
The width of the pen.
The line width of the pen.
.. note::
@ -1102,6 +1150,8 @@ scrttv inherits :ref:`global options<global-configuration>`.
Type: *string*
Values: ``nopen,solidline,dashline,dotline,dashdotline,dashdotdotline``
@ -1116,7 +1166,8 @@ scrttv inherits :ref:`global options<global-configuration>`.
.. note::
**streams.profile.$name.minimum.brush.\***
*Properties of the area below the minimum.*
*Properties of the area below the minimum. Read*
*the SeisComP GUI documenation for full details.*
@ -1126,6 +1177,8 @@ scrttv inherits :ref:`global options<global-configuration>`.
Type: *string*
Values: ``solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagross``
@ -1155,7 +1208,8 @@ scrttv inherits :ref:`global options<global-configuration>`.
.. note::
**streams.profile.$name.maximum.pen.\***
*Line properties.*
*Line properties. Read the SeisComP GUI*
*documenation for full details.*
@ -1174,6 +1228,8 @@ scrttv inherits :ref:`global options<global-configuration>`.
Type: *string*
Values: ``nopen,solidline,dashline,dotline,dashdotline,dashdotdotline``
@ -1188,7 +1244,8 @@ scrttv inherits :ref:`global options<global-configuration>`.
.. note::
**streams.profile.$name.maximum.brush.\***
*Properties of the area above the maximum.*
*Properties of the area above the maximum. Read*
*the SeisComP GUI documenation for full details.*
@ -1198,6 +1255,8 @@ scrttv inherits :ref:`global options<global-configuration>`.
Type: *string*
Values: ``solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagross``
@ -1274,8 +1333,9 @@ scrttv inherits :ref:`global options<global-configuration>`.
Type: *string*
Which amplitude normalization mode to use: \"fixed\",
\"frequency\" or \"time\".
Values: ``fixed,frequency,time``
The amplitude normalization mode to use.
.. confval:: spectrogram.axis
@ -1284,7 +1344,7 @@ scrttv inherits :ref:`global options<global-configuration>`.
Type: *boolean*
Whether to show the frequency axis.
Show the frequency axis.
.. confval:: spectrogram.minimumAmplitude
@ -1474,18 +1534,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.
@ -1495,8 +1559,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.
@ -1537,12 +1606,12 @@ Records
.. option:: -I, --record-url arg
The recordstream source URL, format:
The RecordStream source URL. Format:
[service:\/\/]location[#type].
\"service\" is the name of the recordstream driver
\"service\" is the name of the RecordStream driver
which can be queried with \"\-\-record\-driver\-list\".
If \"service\" is not given, \"file:\/\/\" is
used.
used and simply the name of a miniSEED file can be given.
.. option:: --record-file arg
@ -1568,6 +1637,7 @@ Mode
Overrides configuration parameter :confval:`filter`.
.. option:: --offline
Do not connect to a messaging server and do not use the
@ -1589,10 +1659,12 @@ Mode
Overrides configuration parameter :confval:`bufferSize`.
.. option:: --max-delay arg
Overrides configuration parameter :confval:`maxDelay`.
.. option:: --start-at-now
Subscribe to data starting at now rather than now \- bufferSize
@ -1607,16 +1679,20 @@ Mode
Overrides configuration parameter :confval:`mapPicks`.
.. option:: --3c
Overrides configuration parameter :confval:`3c`.
.. option:: --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.
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:
default : all streams configured by global bindings.
@ -1628,6 +1704,10 @@ Cities
.. option:: --city-xml arg
Type: *file*
Values: ``*.xml``
The path to the cities XML file. This overrides the default
paths. Compare with the global parameter \"citiesXML\".