266 lines
15 KiB
HTML
266 lines
15 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>Configure real-time processing — SeisComP Release 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" />
|
|
<link rel="stylesheet" type="text/css" href="../../_static/seiscomp.css?v=c6da7ce6" />
|
|
<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 src="../../_static/doctools.js?v=888ff710"></script>
|
|
<script src="../../_static/sphinx_highlight.js?v=4825356b"></script>
|
|
<link rel="index" title="Index" href="../../genindex.html" />
|
|
<link rel="search" title="Search" href="../../search.html" />
|
|
<link rel="next" title="Add real-time stations from GEOFON" href="geofon_waveforms.html" />
|
|
<link rel="prev" title="Set up local waveform archiving" href="archiving.html" />
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="nav">
|
|
<div class="container">
|
|
<div class="content"><a class="pull-right" id="sidebar-toggle">TOC</a>
|
|
|
|
<div class="related" role="navigation" aria-label="related navigation">
|
|
<ul>
|
|
<li class="right">
|
|
<a href="../../genindex.html" title="General Index"
|
|
accesskey="I">
|
|
index
|
|
</a>
|
|
</li>
|
|
<li class="right">
|
|
<a href="geofon_waveforms.html" title="Add real-time stations from GEOFON"
|
|
accesskey="N">
|
|
next
|
|
</a>
|
|
</li>
|
|
<li class="right">
|
|
<a href="archiving.html" title="Set up local waveform archiving"
|
|
accesskey="P">
|
|
previous
|
|
</a>
|
|
</li>
|
|
<li class="nav-item nav-item-0">
|
|
<a href="../../index.html">Home</a>
|
|
</li>
|
|
<li class="nav-item nav-item-1">
|
|
<a href="../tutorials.html" accesskey="U">Tutorials</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="fitted content" id="anchors-container">
|
|
<div class="body" role="main">
|
|
|
|
<section id="configure-real-time-processing">
|
|
<span id="tutorials-processing"></span><h1>Configure real-time processing<a class="headerlink" href="#configure-real-time-processing" title="Permalink to this heading">¶</a></h1>
|
|
<p>You will enable processing by your existing local SeisComP system.</p>
|
|
<dl class="field-list simple">
|
|
<dt class="field-odd">Pre-requisites for this tutorial<span class="colon">:</span></dt>
|
|
<dd class="field-odd"><ul class="simple">
|
|
<li><p>Real-time data for the station must be available locally.
|
|
See <a class="reference internal" href="waveforms.html#tutorials-waveforms"><span class="std std-ref">Get real-time data from a remote Seedlink server (single station)</span></a> or <a class="reference internal" href="geofon_waveforms.html#tutorials-geofon-waveforms"><span class="std std-ref">Add real-time stations from GEOFON</span></a>.</p></li>
|
|
<li><p>Inventory must be loaded locally.</p></li>
|
|
</ul>
|
|
</dd>
|
|
<dt class="field-even">Afterwards/Results/Outcomes<span class="colon">:</span></dt>
|
|
<dd class="field-even"><ul class="simple">
|
|
<li><p>The new station is available for visualization and general data processing.</p></li>
|
|
<li><p>The new station is used for automatic real-time phase picking.</p></li>
|
|
</ul>
|
|
</dd>
|
|
<dt class="field-odd">Time range estimate<span class="colon">:</span></dt>
|
|
<dd class="field-odd"><ul class="simple">
|
|
<li><p>10 minutes.</p></li>
|
|
</ul>
|
|
</dd>
|
|
<dt class="field-even">Related tutorial(s)<span class="colon">:</span></dt>
|
|
<dd class="field-even"><ul class="simple">
|
|
<li><p><a class="reference internal" href="addstation.html#tutorials-addstation"><span class="std std-ref">Add a new station</span></a></p></li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<hr class="docutils" />
|
|
<section id="create-bindings">
|
|
<h2>Create bindings<a class="headerlink" href="#create-bindings" title="Permalink to this heading">¶</a></h2>
|
|
<p>In SeisComP terminology, <em>bindings</em> are the connection between modules
|
|
and individual stations.
|
|
See the “Bindings” section of <a class="reference internal" href="../concepts/configuration.html#concepts-configuration"><span class="std std-ref">Configuration</span></a> for full details.</p>
|
|
<p>You can create the necessary bindings for your new station
|
|
using <a class="reference internal" href="../../apps/scconfig.html#scconfig"><span class="std std-ref">scconfig</span></a>.
|
|
Go to the “Bindings” tab on the left side bar of <a class="reference internal" href="../../apps/scconfig.html#scconfig"><span class="std std-ref">scconfig</span></a>.</p>
|
|
<ul>
|
|
<li><p>You will need to add “global” and “scautopick” bindings.</p>
|
|
<ul class="simple">
|
|
<li><p>Create a global profile named “BH” by clicking with the right button on “global”
|
|
in the top right panel. Double click on it and set BH as <em>detectStream</em> and
|
|
empty location code as <em>detecLocID</em> information.
|
|
Adjust these as appropriate for your station.</p></li>
|
|
<li><p>Create a <em>scautopick</em> profile named “default” (no changes necessary).</p></li>
|
|
<li><p>Drag and drop all profiles from the right side to the network icon on the
|
|
left side (you may do that also at the station level).</p></li>
|
|
<li><p>Press <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Ctrl`</kbd>+<kbd class="kbd docutils literal notranslate">:kbd:`S</kbd></kbd> to save the configuration.
|
|
This writes configuration files in <code class="file docutils literal notranslate"><span class="pre">~/seiscomp/etc/key</span></code>.</p></li>
|
|
</ul>
|
|
</li>
|
|
<li><p>Alternatively, you can add the scautopick and global bindings
|
|
by editing the relevant top-level key file.
|
|
(For station CLL of the GR network, this would be <code class="file docutils literal notranslate"><span class="pre">etc/key/station_GR_CLL</span></code>.)
|
|
It would contain:</p>
|
|
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="c1"># Binding references</span>
|
|
<span class="k">global</span>
|
|
<span class="n">scautopick</span><span class="p">:</span><span class="n">default</span>
|
|
</pre></div>
|
|
</div>
|
|
<p>in addition to any other bindings that might be defined for this station.</p>
|
|
</li>
|
|
</ul>
|
|
<p>Then execute:</p>
|
|
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>seiscomp<span class="w"> </span>update-config
|
|
$<span class="w"> </span>seiscomp<span class="w"> </span>restart<span class="w"> </span>scautopick
|
|
</pre></div>
|
|
</div>
|
|
<p>or use <a class="reference internal" href="../../apps/scconfig.html#scconfig"><span class="std std-ref">scconfig</span></a> for these actions.</p>
|
|
<div class="admonition note">
|
|
<p class="admonition-title">Note</p>
|
|
<ul class="simple">
|
|
<li><p>Station inventory must be available at least on channel level and the global
|
|
bindings must match the inventory and the available waveforms.</p></li>
|
|
<li><p>Global bindings are required for data visualization and general data
|
|
processing.</p></li>
|
|
<li><p>Enable <a class="reference internal" href="../../apps/scautopick.html#scautopick"><span class="std std-ref">scautopick</span></a> for running it by default.</p></li>
|
|
<li><p>Generated picks may be used by other modules, such as <a class="reference internal" href="../../apps/scautoloc.html#scautoloc"><span class="std std-ref">scautoloc</span></a>
|
|
which must be set up independently.</p></li>
|
|
<li><p>The default parameters for <a class="reference internal" href="../../apps/scautopick.html#scautopick"><span class="std std-ref">scautopick</span></a> have been optimized for
|
|
monitoring earthquakes at teleseismic distances and the must be adjusted
|
|
for other types.</p></li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
<section id="check-the-station-is-used-for-processing">
|
|
<h2>Check the station is used for processing<a class="headerlink" href="#check-the-station-is-used-for-processing" title="Permalink to this heading">¶</a></h2>
|
|
<p>If you have correctly configured the station for processing, then:</p>
|
|
<ul>
|
|
<li><p>On restarting <strong class="program">scautopick</strong>, the station appears in the
|
|
<code class="file docutils literal notranslate"><span class="pre">scautopick.log</span></code> log
|
|
file in <code class="file docutils literal notranslate"><span class="pre">~/.seiscomp/log</span></code>:</p>
|
|
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="mi">2020</span><span class="o">/</span><span class="mi">03</span><span class="o">/</span><span class="mi">01</span> <span class="mi">18</span><span class="p">:</span><span class="mi">01</span><span class="p">:</span><span class="mi">00</span> <span class="p">[</span><span class="n">info</span><span class="o">/</span><span class="n">Autopick</span><span class="p">]</span> <span class="n">Adding</span> <span class="n">detection</span> <span class="n">channel</span> <span class="n">GR</span><span class="o">.</span><span class="n">CLL</span><span class="o">..</span><span class="n">BHZ</span>
|
|
</pre></div>
|
|
</div>
|
|
<p>After some time, a nearby event will occur and phases recorded on this station
|
|
should be picked. If <a class="reference internal" href="../../apps/scautoloc.html#scautoloc"><span class="std std-ref">scautoloc</span></a> was running at the time and
|
|
<a class="reference internal" href="../../apps/scautoloc.html#confval-autoloc.pickLogEnable"><code class="xref std std-confval docutils literal notranslate"><span class="pre">autoloc.pickLogEnable</span></code></a> was activated, the pick should appear in the
|
|
latest <code class="file docutils literal notranslate"><span class="pre">autoloc-picklog</span></code> file in <code class="file docutils literal notranslate"><span class="pre">~/.seiscomp/log</span></code>:</p>
|
|
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>grep<span class="w"> </span><span class="s2">"CLL"</span><span class="w"> </span>.seiscomp/log/autoloc-picklog.2020-03-01
|
|
<span class="m">2020</span>-03-01<span class="w"> </span><span class="m">18</span>:31:47.1<span class="w"> </span>GR<span class="w"> </span>CLL<span class="w"> </span>BHZ<span class="w"> </span>__<span class="w"> </span><span class="m">40</span>.9<span class="w"> </span><span class="m">177</span>.433<span class="w"> </span><span class="m">1</span>.1<span class="w"> </span>A<span class="w"> </span><span class="m">20200301</span>.183147.13-AIC-GR.CLL..BHZ
|
|
</pre></div>
|
|
</div>
|
|
</li>
|
|
<li><p>The station should now also appear in the GUIs.
|
|
After reopening them,</p>
|
|
<ul class="simple">
|
|
<li><p>The station should now show up in <strong class="program">scmv</strong>
|
|
(as a new triangle at the expected location on the map,
|
|
which is not black if the station is active).</p></li>
|
|
<li><p>In <strong class="program">scrttv</strong> a trace or at least the line for the configured stream
|
|
should be visible.</p></li>
|
|
<li><p>In <strong class="program">scolv</strong>, the new station is either already included
|
|
in automatic locations, or can be added manually.</p></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p>In case of problems, check that <a class="reference internal" href="../../apps/global.html#confval-detecStream"><code class="xref std std-confval docutils literal notranslate"><span class="pre">detecStream</span></code></a> and
|
|
<a class="reference internal" href="../../apps/global.html#confval-detecLocid"><code class="xref std std-confval docutils literal notranslate"><span class="pre">detecLocid</span></code></a> are set correctly.
|
|
They must match both what is in inventory and the waveforms provided
|
|
from the upstream server.</p>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
<div id="anchors-bottom"></div>
|
|
</div>
|
|
|
|
<div class="sidebar" role="navigation" aria-label="main navigation">
|
|
<div id="anchors-top"></div>
|
|
<div id="anchors" class="content">
|
|
<div id="searchbox" style="display: none" role="search">
|
|
<h3 id="searchlabel">Quick search</h3>
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="../../search.html" method="get">
|
|
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
|
<input type="submit" value="Go" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script>document.getElementById('searchbox').style.display = "block"</script>
|
|
<div>
|
|
<h3><a href="../../index.html">Table of Contents</a></h3>
|
|
<ul>
|
|
<li><a class="reference internal" href="#">Configure real-time processing</a><ul>
|
|
<li><a class="reference internal" href="#create-bindings">Create bindings</a></li>
|
|
<li><a class="reference internal" href="#check-the-station-is-used-for-processing">Check the station is used for processing</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
<div>
|
|
<h4>Previous topic</h4>
|
|
<p class="topless"><a href="archiving.html"
|
|
title="previous chapter">Set up local waveform archiving</a></p>
|
|
</div>
|
|
<div>
|
|
<h4>Next topic</h4>
|
|
<p class="topless"><a href="geofon_waveforms.html"
|
|
title="next chapter">Add real-time stations from GEOFON</a></p>
|
|
</div>
|
|
<div role="note" aria-label="source link">
|
|
<h3>This Page</h3>
|
|
<ul class="this-page-menu">
|
|
<li><a href="../../_sources/base/tutorials/processing.rst.txt"
|
|
rel="nofollow">Show Source</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer">
|
|
<div class="container">
|
|
<div class="horizontal layout content">
|
|
<a class="fade-in" href="https://www.gempa.de" target="_blank">
|
|
<img class="brand" src="../../_static/brands/gempa.svg"/>
|
|
</a>
|
|
<div class="stretched align-center fitted content">
|
|
<div>
|
|
Version <b>6.9.0</b> Release
|
|
</div>
|
|
<div class="copyright">
|
|
Copyright © gempa GmbH, GFZ Potsdam.
|
|
</div>
|
|
</div>
|
|
<a class="fade-in" href="https://www.gfz-potsdam.de" target="_blank">
|
|
<img class="brand" src="../../_static/brands/gfz.svg"/>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |