[installation] Change to nightly
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>scrttv — SeisComP Release documentation</title>
|
||||
<title>scrttv — SeisComP Development documentation</title>
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/seiscomp.css" type="text/css" />
|
||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=72bcf2f2" />
|
||||
@ -12,7 +12,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=eafc0fe6" />
|
||||
<script type="text/javascript" src="../_static/seiscomp.js"></script>
|
||||
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
||||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=823bb831"></script>
|
||||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=744d344a"></script>
|
||||
<script src="../_static/doctools.js?v=888ff710"></script>
|
||||
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
@ -25,8 +25,8 @@
|
||||
<div class="container">
|
||||
<div class="brand">
|
||||
<img class="logo" src="../_static/brands/seiscomp/text/white.svg"/>
|
||||
<!-- span class="title">SeisComP Release</span -->
|
||||
<span class="version">6.9.0</span>
|
||||
<!-- span class="title">SeisComP Development</span -->
|
||||
<span class="version">7.0.0</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -140,7 +140,7 @@ default definition (<a class="reference internal" href="#confval-streams.codes">
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>More parameters are available on the command-line:</p>
|
||||
<p>More options are available on the command-line:</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scrttv<span class="w"> </span>-h
|
||||
</pre></div>
|
||||
</div>
|
||||
@ -474,6 +474,45 @@ will not store the origin in the database and works the same way as creating
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
<section id="applications">
|
||||
<span id="scrttv-applications"></span><h2>Applications<a class="headerlink" href="#applications" title="Permalink to this heading">¶</a></h2>
|
||||
<ol class="arabic">
|
||||
<li><p>View waveforms with default settings printing debug information</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scrttv<span class="w"> </span>--debug
|
||||
</pre></div>
|
||||
</div>
|
||||
</li>
|
||||
<li><p>View 3C data from default recordstream 3 hours before midnight. All available
|
||||
picks are displayed.</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scrttv<span class="w"> </span>--buffer-size<span class="w"> </span><span class="m">10800</span><span class="w"> </span>--end-time<span class="w"> </span><span class="m">2022</span>-06-01<span class="w"> </span>--map-picks
|
||||
</pre></div>
|
||||
</div>
|
||||
</li>
|
||||
<li><p>View data from a miniSEED file in offline mode without messaging</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scrttv<span class="w"> </span>file.mseed
|
||||
</pre></div>
|
||||
</div>
|
||||
</li>
|
||||
<li><p>View all HH streams from stations CX.PB01 and CX.PB02 without messaging and
|
||||
inventory</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scrttv<span class="w"> </span>--offline<span class="w"> </span>--no-inventory<span class="w"> </span>--channels<span class="w"> </span>CX.PB01.*.HH?<span class="w"> </span>--channels<span class="w"> </span>CX.PB02.*.HH?
|
||||
</pre></div>
|
||||
</div>
|
||||
</li>
|
||||
<li><p>View the miniSEED data from all file ending with .mseed which are read from
|
||||
stdin</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>cat<span class="w"> </span>*.mseed<span class="w"> </span><span class="p">|</span><span class="w"> </span>scrttv<span class="w"> </span>-
|
||||
</pre></div>
|
||||
</div>
|
||||
</li>
|
||||
<li><p>View miniSEED data played back from archive at normal speed as in real time
|
||||
using <a class="reference internal" href="scart.html#scart"><span class="std std-ref">scart</span></a></p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scart<span class="w"> </span>-dmv<span class="w"> </span>-t<span class="w"> </span><span class="m">2026</span>-05-01~2026-05-02<span class="w"> </span>/archive<span class="w"> </span><span class="p">|</span><span class="w"> </span>scrttv<span class="w"> </span>-I<span class="w"> </span>-<span class="w"> </span>--offline<span class="w"> </span>--no-inventory
|
||||
</pre></div>
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section id="hotkeys">
|
||||
<span id="scrttv-hot-keys"></span><h2>Hotkeys<a class="headerlink" href="#hotkeys" title="Permalink to this heading">¶</a></h2>
|
||||
<table class="docutils align-default">
|
||||
@ -700,7 +739,7 @@ This parameter exists mainly for backward compatibility.</p>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-filters">
|
||||
<span class="sig-name descname"><span class="pre">filters</span></span><a class="headerlink" href="#confval-filters" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">"RMHP(2)>>ITAPER(5)>>BW(3,0.5,8.0)","RMHP(2)>>ITAPER(5)>>BW_HP(3,</span> <span class="pre">3)"</span></code></p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">"BW</span> <span class="pre">0.5</span> <span class="pre">-</span> <span class="pre">8.0</span> <span class="pre">Hz;RMHP(2)>>ITAPER(5)>>BW(3,</span> <span class="pre">0.5,</span> <span class="pre">8.0)","HP</span> <span class="pre">3.0</span> <span class="pre">Hz;RMHP(2)>>ITAPER(5)>>BW_HP(3,</span> <span class="pre">3)"</span></code></p>
|
||||
<p>Type: <em>list:string</em></p>
|
||||
<p>Define a list of filters that is cycles through when pressing
|
||||
‘G’ or ‘D’. Filtering is toggled with ‘F’.
|
||||
@ -816,7 +855,7 @@ e.g. "GE.MORC..BHZ".</p>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-streams.rows">
|
||||
<span class="sig-name descname"><span class="pre">streams.rows</span></span><a class="headerlink" href="#confval-streams.rows" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>integer</em></p>
|
||||
<dd><p>Type: <em>int</em></p>
|
||||
<p>Number of rows to show at once in one windows. If more traces
|
||||
than rows are loaded, the are accessible by a scroll bar.</p>
|
||||
</dd></dl>
|
||||
@ -847,8 +886,8 @@ profile section. Use comma separation for a list of profiles.</p>
|
||||
<span class="sig-name descname"><span class="pre">streams.sort.mode</span></span><a class="headerlink" href="#confval-streams.sort.mode" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">distance</span></code></p>
|
||||
<p>Type: <em>string</em></p>
|
||||
<p>The sort mode applied initially. Allowed values
|
||||
are: config, distance, station, network, group.</p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">config,distance,station,network,group</span></code></p>
|
||||
<p>The mode applied initially for sorting traces.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -954,7 +993,8 @@ and all HH streams of PF.BON.00</p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><strong>streams.group.$name.pen.*</strong>
|
||||
<em>Define the trace pen of the group.</em></p>
|
||||
<em>Define the trace pen of the group. Read the SeisComP</em>
|
||||
<em>GUI documenation for full details.</em></p>
|
||||
</div>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-streams.group.-name.pen.color">
|
||||
@ -988,11 +1028,10 @@ where the value range is scaled to [0,1].</p>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-streams.group.-name.pen.style">
|
||||
<span class="sig-name descname"><span class="pre">streams.group.$name.pen.style</span></span><a class="headerlink" href="#confval-streams.group.-name.pen.style" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">SolidLine</span></code></p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">solidline</span></code></p>
|
||||
<p>Type: <em>string</em></p>
|
||||
<p>The style of the pen. Supported values are: NoPen,
|
||||
SolidLine, DashLine, DotLine, DashDotLine,
|
||||
DashDotDotLine.</p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">nopen,solidline,dashline,dotline,dashdotline,dashdotdotline</span></code></p>
|
||||
<p>The line style of the pen.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -1001,7 +1040,7 @@ DashDotDotLine.</p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1.0</span></code></p>
|
||||
<p>Type: <em>double</em></p>
|
||||
<p>Unit: <em>px</em></p>
|
||||
<p>The width of the pen.</p>
|
||||
<p>The line width of the pen.</p>
|
||||
</dd></dl>
|
||||
|
||||
<div class="admonition note">
|
||||
@ -1103,6 +1142,7 @@ showing trace amplitude value</p>
|
||||
<span class="sig-name descname"><span class="pre">streams.profile.$name.minimum.pen.style</span></span><a class="headerlink" href="#confval-streams.profile.-name.minimum.pen.style" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">solidline</span></code></p>
|
||||
<p>Type: <em>string</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">nopen,solidline,dashline,dotline,dashdotline,dashdotdotline</span></code></p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -1115,13 +1155,15 @@ showing trace amplitude value</p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><strong>streams.profile.$name.minimum.brush.*</strong>
|
||||
<em>Properties of the area below the minimum.</em></p>
|
||||
<em>Properties of the area below the minimum. Read</em>
|
||||
<em>the SeisComP GUI documenation for full details.</em></p>
|
||||
</div>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-streams.profile.-name.minimum.brush.style">
|
||||
<span class="sig-name descname"><span class="pre">streams.profile.$name.minimum.brush.style</span></span><a class="headerlink" href="#confval-streams.profile.-name.minimum.brush.style" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">nobrush</span></code></p>
|
||||
<p>Type: <em>string</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagross</span></code></p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -1147,7 +1189,8 @@ showing trace amplitude value</p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><strong>streams.profile.$name.maximum.pen.*</strong>
|
||||
<em>Line properties.</em></p>
|
||||
<em>Line properties. Read the SeisComP GUI</em>
|
||||
<em>documenation for full details.</em></p>
|
||||
</div>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-streams.profile.-name.maximum.pen.width">
|
||||
@ -1161,6 +1204,7 @@ showing trace amplitude value</p>
|
||||
<span class="sig-name descname"><span class="pre">streams.profile.$name.maximum.pen.style</span></span><a class="headerlink" href="#confval-streams.profile.-name.maximum.pen.style" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">solidline</span></code></p>
|
||||
<p>Type: <em>string</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">nopen,solidline,dashline,dotline,dashdotline,dashdotdotline</span></code></p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -1173,13 +1217,15 @@ showing trace amplitude value</p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><strong>streams.profile.$name.maximum.brush.*</strong>
|
||||
<em>Properties of the area above the maximum.</em></p>
|
||||
<em>Properties of the area above the maximum. Read</em>
|
||||
<em>the SeisComP GUI documenation for full details.</em></p>
|
||||
</div>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-streams.profile.-name.maximum.brush.style">
|
||||
<span class="sig-name descname"><span class="pre">streams.profile.$name.maximum.brush.style</span></span><a class="headerlink" href="#confval-streams.profile.-name.maximum.brush.style" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">nobrush</span></code></p>
|
||||
<p>Type: <em>string</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagross</span></code></p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -1246,8 +1292,8 @@ dropdown list.</p>
|
||||
<span class="sig-name descname"><span class="pre">spectrogram.normalization</span></span><a class="headerlink" href="#confval-spectrogram.normalization" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">fixed</span></code></p>
|
||||
<p>Type: <em>string</em></p>
|
||||
<p>Which amplitude normalization mode to use: "fixed",
|
||||
"frequency" or "time".</p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">fixed,frequency,time</span></code></p>
|
||||
<p>The amplitude normalization mode to use.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -1255,7 +1301,7 @@ dropdown list.</p>
|
||||
<span class="sig-name descname"><span class="pre">spectrogram.axis</span></span><a class="headerlink" href="#confval-spectrogram.axis" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">false</span></code></p>
|
||||
<p>Type: <em>boolean</em></p>
|
||||
<p>Whether to show the frequency axis.</p>
|
||||
<p>Show the frequency axis.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -1493,12 +1539,14 @@ This option can be given more than once.</p>
|
||||
<dt class="sig sig-object std" id="cmdoption-scrttv-content-type">
|
||||
<span class="sig-name descname"><span class="pre">--content-type</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scrttv-content-type" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Overrides configuration parameter <a class="reference internal" href="global.html#confval-connection.contentType"><code class="xref std std-confval docutils literal notranslate"><span class="pre">connection.contentType</span></code></a>.</p>
|
||||
<p>Default: <code class="docutils literal notranslate"><span class="pre">binary</span></code></p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scrttv-start-stop-msg">
|
||||
<span class="sig-name descname"><span class="pre">--start-stop-msg</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scrttv-start-stop-msg" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Set sending of a start and a stop message.</p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0</span></code></p>
|
||||
<p>Set sending of a start and a stop message.</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
@ -1550,12 +1598,12 @@ can be queried with "--db-driver-list".</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scrttv-I">
|
||||
<span id="cmdoption-scrttv-record-url"></span><span class="sig-name descname"><span class="pre">-I</span></span><span class="sig-prename descclassname"></span><span class="sig-prename descclassname"><span class="pre">,</span> </span><span class="sig-name descname"><span class="pre">--record-url</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scrttv-I" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>The recordstream source URL, format:
|
||||
<dd><p>The RecordStream source URL. Format:
|
||||
[<a class="reference external" href="service://">service://</a>]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, "<a class="reference external" href="file://">file://</a>" is
|
||||
used.</p>
|
||||
used and simply the name of a miniSEED file can be given.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
@ -1652,10 +1700,11 @@ extraction.</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scrttv-channels">
|
||||
<span class="sig-name descname"><span class="pre">--channels</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-scrttv-channels" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>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:</p>
|
||||
<dd><p>Channel(s) to display. The corresponding rows are only shown
|
||||
when data for the considered time window is available.</p>
|
||||
<p>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:</p>
|
||||
<p>default : all streams configured by global bindings.</p>
|
||||
<p>GE.*.*.HH? : all HH channels of all stations from GE network.</p>
|
||||
</dd></dl>
|
||||
@ -1666,7 +1715,9 @@ channel groups. Examples:</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scrttv-city-xml">
|
||||
<span class="sig-name descname"><span class="pre">--city-xml</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scrttv-city-xml" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>The path to the cities XML file. This overrides the default
|
||||
<dd><p>Type: <em>file</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">*.xml</span></code></p>
|
||||
<p>The path to the cities XML file. This overrides the default
|
||||
paths. Compare with the global parameter "citiesXML".</p>
|
||||
</dd></dl>
|
||||
|
||||
@ -1740,6 +1791,7 @@ GUI applications.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference internal" href="#applications">Applications</a></li>
|
||||
<li><a class="reference internal" href="#hotkeys">Hotkeys</a></li>
|
||||
<li><a class="reference internal" href="#module-configuration">Module Configuration</a></li>
|
||||
<li><a class="reference internal" href="#command-line-options">Command-Line Options</a><ul>
|
||||
@ -1788,7 +1840,7 @@ GUI applications.</p>
|
||||
</a>
|
||||
<div class="stretched align-center fitted content">
|
||||
<div>
|
||||
Version <b>6.9.0</b> Release
|
||||
Version <b>7.0.0</b> Development
|
||||
</div>
|
||||
<div class="copyright">
|
||||
Copyright © gempa GmbH, GFZ Potsdam.
|
||||
|
||||
Reference in New Issue
Block a user