[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>scautopick — SeisComP Release documentation</title>
|
||||
<title>scautopick — 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>
|
||||
@ -133,17 +133,17 @@ detection until</p>
|
||||
or <a class="reference internal" href="#confval-detecFilter"><code class="xref std std-confval docutils literal notranslate"><span class="pre">detecFilter</span></code></a> in binding configuration) fall below the
|
||||
<a class="reference internal" href="#confval-thresholds.triggerOff"><code class="xref std std-confval docutils literal notranslate"><span class="pre">thresholds.triggerOff</span></code></a> (module configuration) or <a class="reference internal" href="#confval-trigOff"><code class="xref std std-confval docutils literal notranslate"><span class="pre">trigOff</span></code></a>
|
||||
(binding configuration) and</p></li>
|
||||
<li><p>Amplitudes, <img class="math" src="../_images/math/aacc7f12eb22a023f357a646e0f454316582b412.png" alt="A_{trigger}"/>, measured after filtering reach or
|
||||
exceed a threshold determined by <img class="math" src="../_images/math/c203316b956d1d1200e7495212052b0d3f3d5694.png" alt="T_{minOffset}"/> (<a class="reference internal" href="#confval-thresholds.minAmplOffset"><code class="xref std std-confval docutils literal notranslate"><span class="pre">thresholds.minAmplOffset</span></code></a>),
|
||||
<img class="math" src="../_images/math/db59170f9358afd576a6d3e9d83c93e57d72f3d5.png" alt="T_{dead}"/> (<a class="reference internal" href="#confval-thresholds.deadTime"><code class="xref std std-confval docutils literal notranslate"><span class="pre">thresholds.deadTime</span></code></a>) and the amplitude of the
|
||||
previous pick, <img class="math" src="../_images/math/62931c5a91442d18740e07a2f6025ba3c19a8cc4.png" alt="A_{prev}"/>:</p>
|
||||
<li><p>Amplitudes, <img class="math" src="../_images/math/aacc7f12eb22a023f357a646e0f454316582b412.svg" alt="A_{trigger}"/>, measured after filtering reach or
|
||||
exceed a threshold determined by <img class="math" src="../_images/math/c203316b956d1d1200e7495212052b0d3f3d5694.svg" alt="T_{minOffset}"/> (<a class="reference internal" href="#confval-thresholds.minAmplOffset"><code class="xref std std-confval docutils literal notranslate"><span class="pre">thresholds.minAmplOffset</span></code></a>),
|
||||
<img class="math" src="../_images/math/db59170f9358afd576a6d3e9d83c93e57d72f3d5.svg" alt="T_{dead}"/> (<a class="reference internal" href="#confval-thresholds.deadTime"><code class="xref std std-confval docutils literal notranslate"><span class="pre">thresholds.deadTime</span></code></a>) and the amplitude of the
|
||||
previous pick, <img class="math" src="../_images/math/62931c5a91442d18740e07a2f6025ba3c19a8cc4.svg" alt="A_{prev}"/>:</p>
|
||||
<div class="math">
|
||||
<p><img src="../_images/math/801626e9d679a20daf87d213b35a8e61afa3c7c3.png" alt="A_{trigger} \ge T_{minOffset} + A_{prev} * exp\left(-(dt/T_{dead})^2\right)"/></p>
|
||||
</div><p>if <img class="math" src="../_images/math/23218412e257e23a8ae16da8fdd171f6d9272dc4.png" alt="T_{dead} > 0"/>. Otherwise:</p>
|
||||
<p><img src="../_images/math/801626e9d679a20daf87d213b35a8e61afa3c7c3.svg" alt="A_{trigger} \ge T_{minOffset} + A_{prev} * exp\left(-(dt/T_{dead})^2\right)"/></p>
|
||||
</div><p>if <img class="math" src="../_images/math/23218412e257e23a8ae16da8fdd171f6d9272dc4.svg" alt="T_{dead} > 0"/>. Otherwise:</p>
|
||||
<div class="math">
|
||||
<p><img src="../_images/math/add6f0e77c4f4c6f2b44d93f5bc1eba13c64f3a2.png" alt="A_{trigger} \ge T_{minOffset}"/></p>
|
||||
</div><p>Here, <img class="math" src="../_images/math/a679bbf1184a6019c0b0085a592d1c7fc64335cf.png" alt="dt"/> is the time passed since the last pick.
|
||||
<img class="math" src="../_images/math/c203316b956d1d1200e7495212052b0d3f3d5694.png" alt="T_{minOffset}"/> (<a class="reference internal" href="#confval-thresholds.minAmplOffset"><code class="xref std std-confval docutils literal notranslate"><span class="pre">thresholds.minAmplOffset</span></code></a>) is typically similar to
|
||||
<p><img src="../_images/math/add6f0e77c4f4c6f2b44d93f5bc1eba13c64f3a2.svg" alt="A_{trigger} \ge T_{minOffset}"/></p>
|
||||
</div><p>Here, <img class="math" src="../_images/math/a679bbf1184a6019c0b0085a592d1c7fc64335cf.svg" alt="dt"/> is the time passed since the last pick.
|
||||
<img class="math" src="../_images/math/c203316b956d1d1200e7495212052b0d3f3d5694.svg" alt="T_{minOffset}"/> (<a class="reference internal" href="#confval-thresholds.minAmplOffset"><code class="xref std std-confval docutils literal notranslate"><span class="pre">thresholds.minAmplOffset</span></code></a>) is typically similar to
|
||||
the trigger threshold, <a class="reference internal" href="#confval-thresholds.triggerOn"><code class="xref std std-confval docutils literal notranslate"><span class="pre">thresholds.triggerOn</span></code></a> (module configuration) or
|
||||
<a class="reference internal" href="#confval-trigOn"><code class="xref std std-confval docutils literal notranslate"><span class="pre">trigOn</span></code></a> (binding configuration).</p>
|
||||
</li>
|
||||
@ -384,11 +384,10 @@ values (bindings) override this value.</p>
|
||||
<dt class="sig sig-object std" id="confval-picker">
|
||||
<span class="sig-name descname"><span class="pre">picker</span></span><a class="headerlink" href="#confval-picker" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>string</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">AIC,BK,GFZ</span></code></p>
|
||||
<p>The re-picker to use. By default only simple detections
|
||||
are emitted as picks. To enable re-picking on a time window around
|
||||
the detection, an algorithm (plugin) can be defined with this parameter.</p>
|
||||
<p>Currently available: "AIC", "BK" or
|
||||
"GFZ".</p>
|
||||
<p>More options may be available by plugins. Configure related
|
||||
parameters in global bindings.</p>
|
||||
</dd></dl>
|
||||
@ -418,10 +417,10 @@ their evaluation status.</p>
|
||||
<dt class="sig sig-object std" id="confval-spicker">
|
||||
<span class="sig-name descname"><span class="pre">spicker</span></span><a class="headerlink" href="#confval-spicker" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>string</em></p>
|
||||
<p>The secondary picker to use, e.g., for picking S-phases.
|
||||
Currently available is: "S-L2". More options may
|
||||
be available by plugins. Configure related parameters
|
||||
in global bindings.</p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">S-L2,S-V</span></code></p>
|
||||
<p>The secondary picker to use, e.g., for picking S-phases.</p>
|
||||
<p>More options may be available by plugins. Configure related
|
||||
parameters in global bindings.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -453,15 +452,27 @@ of the pick creation, which actually requires
|
||||
with a non-negative value.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-simplifiedIDs">
|
||||
<span class="sig-name descname"><span class="pre">simplifiedIDs</span></span><a class="headerlink" href="#confval-simplifiedIDs" 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>If enabled then simplified pick and amplitude IDs will be created.
|
||||
Rather than the configured publicID pattern, the following pattern
|
||||
will be used: "%Y%m%d.%H%M%S.%f-@net.sta.loc.cha@".</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-fx">
|
||||
<span class="sig-name descname"><span class="pre">fx</span></span><a class="headerlink" href="#confval-fx" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>string</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">DFX</span></code></p>
|
||||
<p>Configures the feature extraction type to use. Currently
|
||||
available: "DFX". Configure related parameters
|
||||
in global bindings.</p>
|
||||
<p>When configured, the usability of the features for locating
|
||||
events depends on the used locator, e.g. LOCSAT. Read the
|
||||
events depends on the used locator, e.g. LOCSAT will by default
|
||||
consider slowness and backazimuth when measured. Read the
|
||||
locator’s documentation and configuration parameters.</p>
|
||||
</dd></dl>
|
||||
|
||||
@ -546,10 +557,14 @@ similar to the trigger threshold. Read the documentation!</p>
|
||||
<span class="sig-name descname"><span class="pre">thresholds.minDuration</span></span><a class="headerlink" href="#confval-thresholds.minDuration" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">-1</span></code></p>
|
||||
<p>Type: <em>double</em></p>
|
||||
<p>Unit: <em>s</em></p>
|
||||
<p>The minimum duration to reach. The duration is measured as
|
||||
the time between trigger on and trigger off. If this value
|
||||
is configured the detection (pick) will be delayed in order
|
||||
is configured, the detection (pick) will be delayed in order
|
||||
to compute and check the duration.</p>
|
||||
<p>The duration will be reported as comment to the pick when
|
||||
activating "extraPickComments" allowing the tuning
|
||||
of the acceptable duration range.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -557,10 +572,15 @@ to compute and check the duration.</p>
|
||||
<span class="sig-name descname"><span class="pre">thresholds.maxDuration</span></span><a class="headerlink" href="#confval-thresholds.maxDuration" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">-1</span></code></p>
|
||||
<p>Type: <em>double</em></p>
|
||||
<p>Unit: <em>s</em></p>
|
||||
<p>The maximum duration allowed. The duration is measured as
|
||||
the time between trigger on and trigger off. If this value
|
||||
is configured the detection (pick) will be delayed in order
|
||||
to compute and check the duration.</p>
|
||||
is configured, the detection (pick) will be delayed in order
|
||||
to compute and check the duration. Negative values
|
||||
deactivate the check.</p>
|
||||
<p>The duration will be reported as comment to the pick when
|
||||
activating "extraPickComments" allowing the tuning
|
||||
of the acceptable duration range.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -823,12 +843,14 @@ This option can be given more than once.</p>
|
||||
<dt class="sig sig-object std" id="cmdoption-scautopick-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-scautopick-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-scautopick-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-scautopick-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>
|
||||
@ -880,12 +902,12 @@ can be queried with "--db-driver-list".</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scautopick-I">
|
||||
<span id="cmdoption-scautopick-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-scautopick-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">
|
||||
@ -922,14 +944,17 @@ older datasets in offline mode or when running playbacks.</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scautopick-ep">
|
||||
<span class="sig-name descname"><span class="pre">--ep</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-scautopick-ep" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Outputs an XML event parameters file containing all picks and amplitudes.
|
||||
This option implies offline.</p>
|
||||
<dd><p>Outputs an XML event parameters file containing all
|
||||
picks and amplitudes. This option implies ‘--offline’.
|
||||
Consider ‘--playback’ or configure accordingly for
|
||||
processing data from the past.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scautopick-amplitudes">
|
||||
<span class="sig-name descname"><span class="pre">--amplitudes</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scautopick-amplitudes" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Enables or disables computation of amplitudes.</p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1</span></code></p>
|
||||
<p>Enables or disables computation of amplitudes.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
@ -1048,6 +1073,16 @@ and a new amplitude is available. The output format is a simple ASCII format.</p
|
||||
<dd><p>Overrides configuration parameter <a class="reference internal" href="#confval-extraPickComments"><code class="xref std std-confval docutils literal notranslate"><span class="pre">extraPickComments</span></code></a>.</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
<section id="output">
|
||||
<h3>Output<a class="headerlink" href="#output" title="Permalink to this heading">¶</a></h3>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scautopick-f">
|
||||
<span id="cmdoption-scautopick-formatted"></span><span class="sig-name descname"><span class="pre">-f</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">--formatted</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-scautopick-f" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Use formatted XML output along with ‘--ep’. Otherwise XML
|
||||
is unformatted.</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
@ -1096,6 +1131,7 @@ and a new amplitude is available. The output format is a simple ASCII format.</p
|
||||
<li><a class="reference internal" href="#records">Records</a></li>
|
||||
<li><a class="reference internal" href="#mode">Mode</a></li>
|
||||
<li><a class="reference internal" href="#settings">Settings</a></li>
|
||||
<li><a class="reference internal" href="#output">Output</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -1132,7 +1168,7 @@ and a new amplitude is available. The output format is a simple ASCII format.</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