[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

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>scevtstreams &#8212; SeisComP Release documentation</title>
<title>scevtstreams &#8212; 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>
@ -74,17 +74,21 @@
<section id="scevtstreams">
<span id="id1"></span><h1>scevtstreams<a class="headerlink" href="#scevtstreams" title="Permalink to this heading"></a></h1>
<p><strong>Extract stream information with time windows from picks of an event.</strong></p>
<p><strong>Extract stream information and time windows from picks of an event or
solitary picks.</strong></p>
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this heading"></a></h2>
<p>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
<p>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 <a class="reference internal" href="scart.html#scart"><span class="std std-ref">scart</span></a>, <a class="reference internal" href="fdsnws.html#fdsnws"><span class="std std-ref">fdsnws</span></a> and <span id="id2"><em>capstool</em> [<a class="reference internal" href="../base/references.html#id94" title="capstool. gempa plugin. URL: https://docs.gempa.de/caps/current/apps/capstool.html.">27</a>]</span> for
<span id="id3"><em>CAPS</em> [<a class="reference internal" href="../base/references.html#id91" title="CAPS. gempa module. URL: https://docs.gempa.de/caps/current/index.html.">3</a>]</span> server (Common Acquisition Protocol Server by gempa GmbH) to dump
information for <a class="reference internal" href="scart.html#scart"><span class="std std-ref">scart</span></a>, <a class="reference internal" href="fdsnws.html#fdsnws"><span class="std std-ref">fdsnws</span></a> and <span id="id2"><em>capstool</em> [<a class="reference internal" href="../base/references.html#id119" title="capstool. gempa plugin. URL: https://docs.gempa.de/caps/current/apps/capstool.html.">30</a>]</span> for
<span id="id3"><em>CAPS</em> [<a class="reference internal" href="../base/references.html#id116" title="CAPS. gempa module. URL: https://docs.gempa.de/caps/current/index.html.">3</a>]</span> server (Common Acquisition Protocol Server by gempa GmbH) to dump
waveforms from archives based on event data.</p>
<p>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
<a class="reference internal" href="scxmldump.html#scxmldump"><span class="std std-ref">scxmldump</span></a>.</p>
</section>
<section id="output-format">
<h2>Output Format<a class="headerlink" href="#output-format" title="Permalink to this heading"></a></h2>
@ -106,29 +110,39 @@ waveforms from archives based on event data.</p>
</pre></div>
</div>
</li>
<li><p>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:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scevtstreams<span class="w"> </span>-E<span class="w"> </span>gfz2012abcd<span class="w"> </span>-i<span class="w"> </span>event.xml<span class="w"> </span>-m<span class="w"> </span><span class="m">120</span>,500
<li><p>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:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scevtstreams<span class="w"> </span>-i<span class="w"> </span>event.xml<span class="w"> </span>-E<span class="w"> </span>gfz2012abcd
scevtstreams<span class="w"> </span>-i<span class="w"> </span>event.xml
</pre></div>
</div>
</li>
<li><p>Create a playback of an event with a time window of 5 minutes data and
sort the records by end time:</p>
<li><p>Get the time windows from all picks in a XML file which does not contain
events or origins:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scevtstreams<span class="w"> </span>-i<span class="w"> </span>picks.xml
</pre></div>
</div>
</li>
<li><p>Combine with <a class="reference internal" href="scart.html#scart"><span class="std std-ref">scart</span></a> for creating a <a class="reference internal" href="../base/glossary.html#term-miniSeed"><span class="xref std std-term">miniSEED</span></a> 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 <a class="reference internal" href="../base/glossary.html#term-SDS"><span class="xref std std-term">SDS</span></a> archive and sorted by end time:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scevtstreams<span class="w"> </span>-E<span class="w"> </span>gfz2012abcd<span class="w"> </span>-d<span class="w"> </span>mysql://sysop:sysop@localhost/seiscomp<span class="w"> </span>-m<span class="w"> </span><span class="m">300</span><span class="w"> </span><span class="p">|</span><span class="se">\</span>
scart<span class="w"> </span>-dsvE<span class="w"> </span>--list<span class="w"> </span>-<span class="w"> </span>~/seiscomp/acquisition/archive<span class="w"> </span>&gt;<span class="w"> </span>gfz2012abcd-sorted.mseed
</pre></div>
</div>
</li>
<li><p>Download waveforms from Arclink and import into local archive. Include
<li><p>Download waveforms from FDSN and import into local archive. Include
all stations from the contributing networks:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scevtstreams<span class="w"> </span>-E<span class="w"> </span>gfz2012abcd<span class="w"> </span>-d<span class="w"> </span>mysql://sysop:sysop@localhost/seiscomp<span class="w"> </span>-m<span class="w"> </span><span class="m">300</span><span class="w"> </span>-R<span class="w"> </span>--all-stations<span class="w"> </span><span class="p">|</span><span class="se">\</span>
scart<span class="w"> </span>--list<span class="w"> </span>-<span class="w"> </span>./my-archive
scart<span class="w"> </span>--list<span class="w"> </span>-<span class="w"> </span>-I<span class="w"> </span>fdsnws://geofon.gfz.de<span class="w"> </span>./my-archive
</pre></div>
</div>
</li>
<li><p>Create lists compatible with <a class="reference internal" href="fdsnws.html#fdsnws"><span class="std std-ref">fdsnws</span></a> or <a class="reference external" href="https://docs.gempa.de/caps/current/apps/capstool.html">caps</a>:</p>
<div class="highlight-rst notranslate"><div class="highlight"><pre><span></span>scevtstreams -E gfz2012abcd -i event.xml -m 120,500 --fdsnws
scevtstreams -E gfz2012abcd -i event.xml -m 120,500 --caps
<li><p>Create lists compatible with <a class="reference internal" href="fdsnws.html#fdsnws"><span class="std std-ref">fdsnws</span></a> POST format or <span id="id4"><em>capstool</em> [<a class="reference internal" href="../base/references.html#id119" title="capstool. gempa plugin. URL: https://docs.gempa.de/caps/current/apps/capstool.html.">30</a>]</span>:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>scevtstreams<span class="w"> </span>-E<span class="w"> </span>gfz2012abcd<span class="w"> </span>-i<span class="w"> </span>event.xml<span class="w"> </span>-m<span class="w"> </span><span class="m">120</span>,500<span class="w"> </span>--fdsnws
scevtstreams<span class="w"> </span>-E<span class="w"> </span>gfz2012abcd<span class="w"> </span>-i<span class="w"> </span>event.xml<span class="w"> </span>-m<span class="w"> </span><span class="m">120</span>,500<span class="w"> </span>--caps
</pre></div>
</div>
</li>
@ -317,8 +331,8 @@ can be queried with &quot;--db-driver-list&quot;.</p>
<dl class="std option">
<dt class="sig sig-object std" id="cmdoption-scevtstreams-i">
<span id="cmdoption-scevtstreams-input"></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">--input</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scevtstreams-i" title="Permalink to this definition"></a></dt>
<dd><p>Input XML file name. Reads event from the XML file instead of
database. Use - to read from stdin.</p>
<dd><p>Input XML file name. Reads event and picks from the XML file
instead of database. Use - to read from stdin.</p>
</dd></dl>
<dl class="std option">
@ -341,7 +355,7 @@ binary). Only relevant with -i.</p>
<dt class="sig sig-object std" id="cmdoption-scevtstreams-net-sta">
<span class="sig-name descname"><span class="pre">--net-sta</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scevtstreams-net-sta" title="Permalink to this definition"></a></dt>
<dd><p>Filter read picks by network code or network and station
code. Format: NET or NET.STA</p>
code. Format: NET or NET.STA .</p>
</dd></dl>
<dl class="std option">
@ -494,7 +508,7 @@ by gempa GmbH).</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 &copy; gempa GmbH, GFZ Potsdam.