[installation] Change to nightly
This commit is contained in:
@ -48,8 +48,8 @@ Examples
|
||||
|
||||
scheli --debug
|
||||
|
||||
* Let :program:`scheli` show data from the CX station PB01 for the previous 5 hours
|
||||
overriding configuration by command-line paramaters:
|
||||
* Let :program:`scheli` show data from the CX station PB01 for the previous
|
||||
5 hours overriding configuration by command-line paramaters:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
@ -118,12 +118,14 @@ scheli inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
Type: *list:string*
|
||||
|
||||
List of stream codes to be plotted \(net.sta.loc.cha\).
|
||||
If not in capture mode only the first stream is shown.
|
||||
List of stream codes to be plotted.
|
||||
If not in capture mode, only the first stream is shown.
|
||||
When using a list, the first entry is considered.
|
||||
Use commas for separating streams.
|
||||
|
||||
Example: GR.MOX..BHZ
|
||||
Format: NET.STA.LOC.CHA
|
||||
|
||||
Example: GR.CLL..BHZ,GR.MOX..BHZ
|
||||
|
||||
|
||||
.. confval:: heli.filter
|
||||
@ -226,6 +228,8 @@ scheli inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``minmax,row``
|
||||
|
||||
Define the method to scale traces within rows. Possible
|
||||
values are:
|
||||
|
||||
@ -468,18 +472,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.
|
||||
@ -489,8 +497,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.
|
||||
|
||||
|
||||
@ -532,12 +545,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
|
||||
|
||||
@ -592,10 +605,14 @@ Data
|
||||
|
||||
.. option:: --gain arg
|
||||
|
||||
Unit: *counts/unit*
|
||||
|
||||
Gain applied to the data before plotting
|
||||
|
||||
.. option:: --amp-scaling arg
|
||||
|
||||
Default: ``minmax``
|
||||
|
||||
Lower bound of amplitude range per row. Possible values:
|
||||
|
||||
minmax: Scale all rows to configured minimum and maximum
|
||||
@ -633,6 +650,8 @@ Output
|
||||
|
||||
.. option:: --time-span arg
|
||||
|
||||
Unit: *s*
|
||||
|
||||
Configure the time\-span \(in secs\) per row. Unit: seconds.
|
||||
|
||||
.. option:: --aa arg
|
||||
@ -641,14 +660,20 @@ Output
|
||||
|
||||
.. option:: --xres arg
|
||||
|
||||
Unit: *dpi*
|
||||
|
||||
Output x resolution when generating images. Unit: dpi.
|
||||
|
||||
.. option:: --yres arg
|
||||
|
||||
Unit: *dpi*
|
||||
|
||||
Output y resolution when generating images. Unit: dpi.
|
||||
|
||||
.. option:: --dpi arg
|
||||
|
||||
Unit: *dpi*
|
||||
|
||||
Output dpi when generating postscript. Unit:dpi.
|
||||
|
||||
.. option:: -o arg
|
||||
@ -658,6 +683,8 @@ Output
|
||||
|
||||
.. option:: --interval arg
|
||||
|
||||
Unit: *s*
|
||||
|
||||
Snapshot interval \(less than 0 disables timed snapshots\).
|
||||
Unit: seconds.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user