[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>scolv — SeisComP Release documentation</title>
|
||||
<title>scolv — 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,21 +12,21 @@
|
||||
<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="scqcv" href="scqcv.html" />
|
||||
<link rel="prev" title="scmv" href="scmv.html" />
|
||||
<link rel="prev" title="scmvx" href="scmvx.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>
|
||||
<!-- span class="title">SeisComP Development</span -->
|
||||
<span class="version">7.0.0</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -49,7 +49,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="right">
|
||||
<a href="scmv.html" title="scmv"
|
||||
<a href="scmvx.html" title="scmvx"
|
||||
accesskey="P">
|
||||
previous
|
||||
</a>
|
||||
@ -2020,10 +2020,12 @@ list of the "Commit with additional options" dialog.</p>
|
||||
<dt class="sig sig-object std" id="confval-olv.defaultMagnitudeAggregation">
|
||||
<span class="sig-name descname"><span class="pre">olv.defaultMagnitudeAggregation</span></span><a class="headerlink" href="#confval-olv.defaultMagnitudeAggregation" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>string</em></p>
|
||||
<p>Sets the default magnitude aggregation method. It can be either "mean",
|
||||
"trimmed mean" or "median". If not set, the default
|
||||
behavior is used which computes the mean if less than 4 stations are available,
|
||||
trimmed mean otherwise.</p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">mean,trimmedMean,median,medianTrimmedMean</span></code></p>
|
||||
<p>Sets the default magnitude aggregation method.
|
||||
If not set, the default behavior is used which computes the
|
||||
mean if less than 4 stations are available, trimmed mean otherwise.
|
||||
Neither of the above values can take an additional parameter.
|
||||
The default parameter values (if supported) will be used.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -2101,6 +2103,15 @@ in the arrivals or not.</p>
|
||||
<p>The default value for adding unassociated stations in the picker.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.loadAdditionalStations">
|
||||
<span class="sig-name descname"><span class="pre">olv.loadAdditionalStations</span></span><a class="headerlink" href="#confval-olv.loadAdditionalStations" 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 all station within the configured distance will
|
||||
be loaded if a new origin is loaded.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.hideStationsWithoutData">
|
||||
<span class="sig-name descname"><span class="pre">olv.hideStationsWithoutData</span></span><a class="headerlink" href="#confval-olv.hideStationsWithoutData" title="Permalink to this definition">¶</a></dt>
|
||||
@ -2144,6 +2155,14 @@ hidden in the picker.</p>
|
||||
when a new event was received.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.originAgencyIDs">
|
||||
<span class="sig-name descname"><span class="pre">olv.originAgencyIDs</span></span><a class="headerlink" href="#confval-olv.originAgencyIDs" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>list:string</em></p>
|
||||
<p>Define a list of agencyIDs which can be used as override
|
||||
for the origin agencyID when committing with options.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.originComments">
|
||||
<span class="sig-name descname"><span class="pre">olv.originComments</span></span><a class="headerlink" href="#confval-olv.originComments" title="Permalink to this definition">¶</a></dt>
|
||||
@ -2236,6 +2255,56 @@ is being loaded. It tries to figure the locator type
|
||||
from Origin.methodID and the profile from Origin.earthModelID.</p>
|
||||
</dd></dl>
|
||||
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><strong>olv.import.*</strong>
|
||||
<em>Set default options for the “Import picks” dialog.</em></p>
|
||||
</div>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.import.mode">
|
||||
<span class="sig-name descname"><span class="pre">olv.import.mode</span></span><a class="headerlink" href="#confval-olv.import.mode" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">latest</span></code></p>
|
||||
<p>Type: <em>string</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">latest,latest-automatic,phases,all</span></code></p>
|
||||
<p>Defines the default mode of import picks. For more information
|
||||
see the "Import picks" dialog.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.import.acceptedPhases">
|
||||
<span class="sig-name descname"><span class="pre">olv.import.acceptedPhases</span></span><a class="headerlink" href="#confval-olv.import.acceptedPhases" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>list:string</em></p>
|
||||
<p>Defines a list of accepted or denied phases when importing picks.
|
||||
This list will be used to populate the corresponding input
|
||||
field in the "Import picks" dialog.</p>
|
||||
<p>A phase which is prepended with a minus, e.g. "-P",
|
||||
will be denied.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.import.options.allAgencies">
|
||||
<span class="sig-name descname"><span class="pre">olv.import.options.allAgencies</span></span><a class="headerlink" href="#confval-olv.import.options.allAgencies" 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>Configures the default for "Import picks from all agencies …".</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.import.options.allPhases">
|
||||
<span class="sig-name descname"><span class="pre">olv.import.options.allPhases</span></span><a class="headerlink" href="#confval-olv.import.options.allPhases" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">true</span></code></p>
|
||||
<p>Type: <em>boolean</em></p>
|
||||
<p>Configures the default for "Import all phases …".</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.import.options.preferTargetPhases">
|
||||
<span class="sig-name descname"><span class="pre">olv.import.options.preferTargetPhases</span></span><a class="headerlink" href="#confval-olv.import.options.preferTargetPhases" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">true</span></code></p>
|
||||
<p>Type: <em>boolean</em></p>
|
||||
<p>Configures the default for "Prefer phases of target …".</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.commit.forceEventAssociation">
|
||||
<span class="sig-name descname"><span class="pre">olv.commit.forceEventAssociation</span></span><a class="headerlink" href="#confval-olv.commit.forceEventAssociation" title="Permalink to this definition">¶</a></dt>
|
||||
@ -2469,6 +2538,96 @@ Use hexadecimal values.</p>
|
||||
<p>Add a summary of the actions to the button’s tooltip.</p>
|
||||
</dd></dl>
|
||||
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><strong>olv.commandMenuAction.*</strong>
|
||||
<em>Configuration of custom commands shown in a menu when pressing</em>
|
||||
<em>the Run button next to the custom script buttons. Actions</em>
|
||||
<em>defined here will appear in order of listing. A dash may be</em>
|
||||
<em>use to insert a separator.</em></p>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><strong>olv.commandMenuAction.$name.*</strong>
|
||||
<em>Definition of a command menu action.</em>
|
||||
$name is a placeholder for the name to be used.</p>
|
||||
</div>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.commandMenuAction.-name.enable">
|
||||
<span class="sig-name descname"><span class="pre">olv.commandMenuAction.$name.enable</span></span><a class="headerlink" href="#confval-olv.commandMenuAction.-name.enable" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">true</span></code></p>
|
||||
<p>Type: <em>boolean</em></p>
|
||||
<p>Controls whether this action will be available.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.commandMenuAction.-name.command">
|
||||
<span class="sig-name descname"><span class="pre">olv.commandMenuAction.$name.command</span></span><a class="headerlink" href="#confval-olv.commandMenuAction.-name.command" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>file</em></p>
|
||||
<p>Command to be executed. Similar to the custom script
|
||||
buttons the command is launched with the current
|
||||
origin ID as first argument and the eventID as
|
||||
second argument if available. Optionally the entire
|
||||
origin may be written to stdin if an exporter is
|
||||
defined.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.commandMenuAction.-name.exporter">
|
||||
<span class="sig-name descname"><span class="pre">olv.commandMenuAction.$name.exporter</span></span><a class="headerlink" href="#confval-olv.commandMenuAction.-name.exporter" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>string</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">scml,json,csv,binary</span></code></p>
|
||||
<p>Name of the SeisComP exporter used to serialize
|
||||
the current origin when writing it to stdin of
|
||||
the specified command. If empty no data will be
|
||||
send to stdin. See ‘sccnv --list-formats’ for a
|
||||
list of available options.</p>
|
||||
<p>Note: Some of the exporters are implemented
|
||||
as plugins which need to be loaded before they
|
||||
can be used.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.commandMenuAction.-name.showProcess">
|
||||
<span class="sig-name descname"><span class="pre">olv.commandMenuAction.$name.showProcess</span></span><a class="headerlink" href="#confval-olv.commandMenuAction.-name.showProcess" 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>Automatically open process manager for progress
|
||||
monitoring. The process manager may also be started
|
||||
manually via the View menu bar entry or via an icon
|
||||
at the right of the status bar.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.commandMenuAction.-name.text">
|
||||
<span class="sig-name descname"><span class="pre">olv.commandMenuAction.$name.text</span></span><a class="headerlink" href="#confval-olv.commandMenuAction.-name.text" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>string</em></p>
|
||||
<p>Name of the action. Use in the launch menu and in
|
||||
the process manager.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.commandMenuAction.-name.icon">
|
||||
<span class="sig-name descname"><span class="pre">olv.commandMenuAction.$name.icon</span></span><a class="headerlink" href="#confval-olv.commandMenuAction.-name.icon" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>file</em></p>
|
||||
<p>Path to an icon to show for this action.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.commandMenuAction.-name.keySequence">
|
||||
<span class="sig-name descname"><span class="pre">olv.commandMenuAction.$name.keySequence</span></span><a class="headerlink" href="#confval-olv.commandMenuAction.-name.keySequence" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>file</em></p>
|
||||
<p>Keyboard shortcut to run this action without
|
||||
the need to open the menu. E.g., ‘Ctrl+Alt+A’</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-olv.commandMenuAction.-name.toolTip">
|
||||
<span class="sig-name descname"><span class="pre">olv.commandMenuAction.$name.toolTip</span></span><a class="headerlink" href="#confval-olv.commandMenuAction.-name.toolTip" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>file</em></p>
|
||||
<p>Tool tip for this action.</p>
|
||||
</dd></dl>
|
||||
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><strong>olv.magnitudeComments.*</strong>
|
||||
@ -2563,7 +2722,7 @@ stations given by "picker.limitStationAcquisitionCount".</p>
|
||||
<span class="sig-name descname"><span class="pre">picker.limitStationAcquisitionCount</span></span><a class="headerlink" href="#confval-picker.limitStationAcquisitionCount" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">10</span></code></p>
|
||||
<p>Type: <em>int</em></p>
|
||||
<p>Limit the data acquisituion to the given number of
|
||||
<p>Limit the data acquisition to the given number of
|
||||
the nearest stations. Requires to activate
|
||||
"picker.limitStationAcquisition".</p>
|
||||
</dd></dl>
|
||||
@ -2673,6 +2832,24 @@ to interval [0:1] where 0 is the left side and 1 is right
|
||||
side of the trace window.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-picker.rotation">
|
||||
<span class="sig-name descname"><span class="pre">picker.rotation</span></span><a class="headerlink" href="#confval-picker.rotation" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">123</span></code></p>
|
||||
<p>Type: <em>string</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">123,ZNE,ZRT,LQT,ZH(L2)</span></code></p>
|
||||
<p>The initially applied rotation component waveform rotation.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-picker.unit">
|
||||
<span class="sig-name descname"><span class="pre">picker.unit</span></span><a class="headerlink" href="#confval-picker.unit" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">Sensor</span></code></p>
|
||||
<p>Type: <em>string</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">Sensor,Acceleration,Velocity,Displacement</span></code></p>
|
||||
<p>The unit the waveform data is converted to initially.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-picker.repickerStart">
|
||||
<span class="sig-name descname"><span class="pre">picker.repickerStart</span></span><a class="headerlink" href="#confval-picker.repickerStart" title="Permalink to this definition">¶</a></dt>
|
||||
@ -2697,6 +2874,18 @@ side of the trace window.</p>
|
||||
"name1;filter-definition1", "name2;filter-definition2"</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-picker.limitFilterToZoomTrace">
|
||||
<span class="sig-name descname"><span class="pre">picker.limitFilterToZoomTrace</span></span><a class="headerlink" href="#confval-picker.limitFilterToZoomTrace" 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 apply the current filter only to the zoom trace or
|
||||
all traces. If enabled then the current filter will only be
|
||||
applied to another trace if it becomes the current trace. This
|
||||
is mainly for performance reasons as filtering hundreds or
|
||||
thousands of channels can take much time.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-picker.velocityChannelCodes">
|
||||
<span class="sig-name descname"><span class="pre">picker.velocityChannelCodes</span></span><a class="headerlink" href="#confval-picker.velocityChannelCodes" title="Permalink to this definition">¶</a></dt>
|
||||
@ -2759,6 +2948,19 @@ the component of the zoom trace will change but the overall
|
||||
component will stay the same. It must be changed explicitely.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-picker.showAmpLevel">
|
||||
<span class="sig-name descname"><span class="pre">picker.showAmpLevel</span></span><a class="headerlink" href="#confval-picker.showAmpLevel" 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 the picker will show in the upper right corner of
|
||||
the zoomtrace an amplitude measure ranging from 0 to 100 and mapping
|
||||
the current amplitude at the cursor to this range where 0 is the bottom
|
||||
of the widget and 100 the top of the widget. Screen readers should
|
||||
fetch this value change and read them. This is especially important
|
||||
to support visually impaired users.</p>
|
||||
</dd></dl>
|
||||
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><strong>picker.auxiliary.*</strong>
|
||||
@ -2774,6 +2976,8 @@ component will stay the same. It must be changed explicitely.</p>
|
||||
<p>A list of wildcard patterns to identify auxiliary
|
||||
channels. A pattern is simply checked against a stream
|
||||
ID, the concatenation of NSLC separated by a period.</p>
|
||||
<p>This is an obsolete and deprecated setting. Please use
|
||||
profiles.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -2786,6 +2990,8 @@ ID, the concatenation of NSLC separated by a period.</p>
|
||||
unassociated auxiliary channel. Loading a
|
||||
channel / station explicitely (F3) will not respect
|
||||
this setting.</p>
|
||||
<p>This is an obsolete and deprecated setting. Please use
|
||||
profiles.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
@ -2798,6 +3004,61 @@ this setting.</p>
|
||||
unassociated auxiliary channel. Loading a
|
||||
channel / station explicitely (F3) will not respect
|
||||
this setting.</p>
|
||||
<p>This is an obsolete and deprecated setting. Please use
|
||||
profiles.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-picker.auxiliary.profiles">
|
||||
<span class="sig-name descname"><span class="pre">picker.auxiliary.profiles</span></span><a class="headerlink" href="#confval-picker.auxiliary.profiles" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>list:string</em></p>
|
||||
<p>A list of auxiliary channel profiles which are enabled.</p>
|
||||
</dd></dl>
|
||||
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><strong>picker.auxiliary.profiles.$name.*</strong>
|
||||
$name is a placeholder for the name to be used and needs to be added to <a class="reference internal" href="#confval-picker.auxiliary.profiles"><code class="xref std std-confval docutils literal notranslate"><span class="pre">picker.auxiliary.profiles</span></code></a> to become active.</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>picker.auxiliary.profiles<span class="w"> </span><span class="o">=</span><span class="w"> </span>a,b
|
||||
picker.auxiliary.profiles.a.value1<span class="w"> </span><span class="o">=</span><span class="w"> </span>...
|
||||
picker.auxiliary.profiles.b.value1<span class="w"> </span><span class="o">=</span><span class="w"> </span>...
|
||||
<span class="c1"># c is not active because it has not been added</span>
|
||||
<span class="c1"># to the list of picker.auxiliary.profiles</span>
|
||||
picker.auxiliary.profiles.c.value1<span class="w"> </span><span class="o">=</span><span class="w"> </span>...
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-picker.auxiliary.profiles.-name.channels">
|
||||
<span class="sig-name descname"><span class="pre">picker.auxiliary.profiles.$name.channels</span></span><a class="headerlink" href="#confval-picker.auxiliary.profiles.-name.channels" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>list:string</em></p>
|
||||
<p>A list of wildcard patterns to identify auxiliary
|
||||
channels. A pattern is simply checked against a stream
|
||||
ID, the concatenation of NSLC separated by a period.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-picker.auxiliary.profiles.-name.minimumDistance">
|
||||
<span class="sig-name descname"><span class="pre">picker.auxiliary.profiles.$name.minimumDistance</span></span><a class="headerlink" href="#confval-picker.auxiliary.profiles.-name.minimumDistance" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0</span></code></p>
|
||||
<p>Type: <em>double</em></p>
|
||||
<p>Unit: <em>deg</em></p>
|
||||
<p>The minimum distance in degrees from origin to load an
|
||||
unassociated auxiliary channel. Loading a
|
||||
channel / station explicitely (F3) will not respect
|
||||
this setting.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-picker.auxiliary.profiles.-name.maximumDistance">
|
||||
<span class="sig-name descname"><span class="pre">picker.auxiliary.profiles.$name.maximumDistance</span></span><a class="headerlink" href="#confval-picker.auxiliary.profiles.-name.maximumDistance" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1000</span></code></p>
|
||||
<p>Type: <em>double</em></p>
|
||||
<p>Unit: <em>deg</em></p>
|
||||
<p>The maximum distance in degrees from origin to load an
|
||||
unassociated auxiliary channel. Loading a
|
||||
channel / station explicitely (F3) will not respect
|
||||
this setting.</p>
|
||||
</dd></dl>
|
||||
|
||||
<div class="admonition note">
|
||||
@ -2943,6 +3204,50 @@ amplitude time window.</p>
|
||||
amplitude time window.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-amplitudePicker.defaultNoiseBegin">
|
||||
<span class="sig-name descname"><span class="pre">amplitudePicker.defaultNoiseBegin</span></span><a class="headerlink" href="#confval-amplitudePicker.defaultNoiseBegin" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">-30</span></code></p>
|
||||
<p>Type: <em>double</em></p>
|
||||
<p>Unit: <em>s</em></p>
|
||||
<p>In case the amplitude time window cannot be computed due
|
||||
to errors, e.g. computing travel times, this default noise
|
||||
window start time will be used instead.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-amplitudePicker.defaultNoiseEnd">
|
||||
<span class="sig-name descname"><span class="pre">amplitudePicker.defaultNoiseEnd</span></span><a class="headerlink" href="#confval-amplitudePicker.defaultNoiseEnd" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0</span></code></p>
|
||||
<p>Type: <em>double</em></p>
|
||||
<p>Unit: <em>s</em></p>
|
||||
<p>In case the amplitude time window cannot be computed due
|
||||
to errors, e.g. computing travel times, this default noise
|
||||
window end time will be used instead.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-amplitudePicker.defaultSignalBegin">
|
||||
<span class="sig-name descname"><span class="pre">amplitudePicker.defaultSignalBegin</span></span><a class="headerlink" href="#confval-amplitudePicker.defaultSignalBegin" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0</span></code></p>
|
||||
<p>Type: <em>double</em></p>
|
||||
<p>Unit: <em>s</em></p>
|
||||
<p>In case the amplitude time window cannot be computed due
|
||||
to errors, e.g. computing travel times, this default signal
|
||||
window start time will be used instead.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-amplitudePicker.defaultSignalEnd">
|
||||
<span class="sig-name descname"><span class="pre">amplitudePicker.defaultSignalEnd</span></span><a class="headerlink" href="#confval-amplitudePicker.defaultSignalEnd" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">30</span></code></p>
|
||||
<p>Type: <em>double</em></p>
|
||||
<p>Unit: <em>s</em></p>
|
||||
<p>In case the amplitude time window cannot be computed due
|
||||
to errors, e.g. computing travel times, this default signal
|
||||
window end time will be used instead.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-amplitudePicker.filters">
|
||||
<span class="sig-name descname"><span class="pre">amplitudePicker.filters</span></span><a class="headerlink" href="#confval-amplitudePicker.filters" title="Permalink to this definition">¶</a></dt>
|
||||
@ -3187,12 +3492,14 @@ This option can be given more than once.</p>
|
||||
<dt class="sig sig-object std" id="cmdoption-scolv-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-scolv-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-scolv-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-scolv-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>
|
||||
@ -3244,12 +3551,12 @@ can be queried with "--db-driver-list".</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scolv-I">
|
||||
<span id="cmdoption-scolv-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-scolv-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">
|
||||
@ -3270,7 +3577,9 @@ used.</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scolv-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-scolv-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>
|
||||
|
||||
@ -3451,8 +3760,8 @@ GUI applications.</p>
|
||||
</div>
|
||||
<div>
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="scmv.html"
|
||||
title="previous chapter">scmv</a></p>
|
||||
<p class="topless"><a href="scmvx.html"
|
||||
title="previous chapter">scmvx</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<h4>Next topic</h4>
|
||||
@ -3478,7 +3787,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