[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>screpick — SeisComP Release documentation</title>
|
||||
<title>screpick — 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,12 +12,12 @@
|
||||
<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" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="scwfparam" href="scwfparam.html" />
|
||||
<link rel="next" title="scsmdump" href="scsmdump.html" />
|
||||
<link rel="prev" title="screloc" href="screloc.html" />
|
||||
</head>
|
||||
<body>
|
||||
@ -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>
|
||||
@ -43,7 +43,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="right">
|
||||
<a href="scwfparam.html" title="scwfparam"
|
||||
<a href="scsmdump.html" title="scsmdump"
|
||||
accesskey="N">
|
||||
next
|
||||
</a>
|
||||
@ -280,12 +280,12 @@ can be queried with "--db-driver-list".</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-screpick-I">
|
||||
<span id="cmdoption-screpick-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-screpick-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">
|
||||
@ -307,7 +307,7 @@ used.</p>
|
||||
<dt class="sig sig-object std" id="cmdoption-screpick-ep">
|
||||
<span class="sig-name descname"><span class="pre">--ep</span></span><span class="sig-prename descclassname"> <span class="pre">file</span></span><a class="headerlink" href="#cmdoption-screpick-ep" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Name of input XML file (SCML) with all picks for offline
|
||||
processing.</p>
|
||||
processing. Use ‘-’ to read from stdin.</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
@ -326,6 +326,16 @@ the common libraries or loaded as plugin.</p>
|
||||
<dd><p>Accept any pick regardless of its phase hint.</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-screpick-f">
|
||||
<span id="cmdoption-screpick-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-screpick-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>
|
||||
@ -359,6 +369,7 @@ the common libraries or loaded as plugin.</p>
|
||||
<li><a class="reference internal" href="#records">Records</a></li>
|
||||
<li><a class="reference internal" href="#input">Input</a></li>
|
||||
<li><a class="reference internal" href="#picker">Picker</a></li>
|
||||
<li><a class="reference internal" href="#output">Output</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -373,8 +384,8 @@ the common libraries or loaded as plugin.</p>
|
||||
</div>
|
||||
<div>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="scwfparam.html"
|
||||
title="next chapter">scwfparam</a></p>
|
||||
<p class="topless"><a href="scsmdump.html"
|
||||
title="next chapter">scsmdump</a></p>
|
||||
</div>
|
||||
<div role="note" aria-label="source link">
|
||||
<h3>This Page</h3>
|
||||
@ -395,7 +406,7 @@ the common libraries or loaded as plugin.</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