6706 lines
385 KiB
HTML
6706 lines
385 KiB
HTML
<!DOCTYPE html>
|
||
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
||
<title>Global parameters — 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" />
|
||
<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=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="Acquisition" href="../toc/acquisition.html" />
|
||
<link rel="prev" title="Modules" href="../modules.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 Development</span -->
|
||
<span class="version">7.0.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="../toc/acquisition.html" title="Acquisition"
|
||
accesskey="N">
|
||
next
|
||
</a>
|
||
</li>
|
||
<li class="right">
|
||
<a href="../modules.html" title="Modules"
|
||
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="../modules.html" accesskey="U">Modules</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="container">
|
||
<div class="fitted content" id="anchors-container">
|
||
<div class="body" role="main">
|
||
|
||
<section id="global-parameters">
|
||
<span id="global"></span><h1>Global parameters<a class="headerlink" href="#global-parameters" title="Permalink to this heading">¶</a></h1>
|
||
<p>The SeisComP configuration uses a unified schema to configure modules.
|
||
Modules which use the SeisComP libraries can read this configuration
|
||
directly and share global configuration options like messaging connections,
|
||
database configurations, logging and much more.
|
||
There are still some modules that do not use the libraries and are called
|
||
<strong>standalone</strong> modules such as <a class="reference internal" href="seedlink.html#seedlink"><span class="std std-ref">seedlink</span></a> and
|
||
<a class="reference internal" href="slarchive.html#slarchive"><span class="std std-ref">slarchive</span></a>.
|
||
They need wrappers to generate their native configuration when
|
||
<strong class="command">seiscomp update-config</strong> is run.</p>
|
||
<p>Global parameters can be used by many modules. Thus multiple configuration can
|
||
be avoided. The parameters are read from file in the following order:</p>
|
||
<ol class="arabic simple">
|
||
<li><p><code class="file docutils literal notranslate"><span class="pre">@SYSTEMCONFIGDIR@/global.cfg</span></code></p></li>
|
||
<li><p><code class="file docutils literal notranslate"><span class="pre">@CONFIGDIR@/global.cfg</span></code></p></li>
|
||
</ol>
|
||
<p>Parameters from <code class="file docutils literal notranslate"><span class="pre">@CONFIGDIR@</span></code> override parameters from
|
||
<code class="file docutils literal notranslate"><span class="pre">@SYSTEMCONFIGDIR@</span></code>.</p>
|
||
<p>Most <a class="reference internal" href="../base/glossary.html#term-trunk"><span class="xref std std-term">trunk</span></a> modules read the configuration from the global configuration
|
||
which can be overridden by the module configuration. Read the
|
||
<a class="reference internal" href="../base/concepts/modules.html#concepts-modules"><span class="std std-ref">concept section on modules</span></a> and the
|
||
<a class="reference internal" href="../base/concepts/configuration.html#concepts-configuration"><span class="std std-ref">concept section on the configuration</span></a> for more
|
||
details.</p>
|
||
<p>Though it is easy to create the configuration by directly editing the
|
||
configuration files, it is even more convenient to use a graphical configuration
|
||
tool. SeisComP ships with <a class="reference internal" href="scconfig.html#scconfig"><span class="std std-ref">scconfig</span></a>, a graphical configuration and
|
||
management tool which makes it easy to maintain module configurations and
|
||
station bindings even for large networks. It has built-in functionality to check
|
||
the state of all registered modules and to start and stop them.</p>
|
||
<p>The configuration is divided into three parts: <a class="reference internal" href="#global-stations"><span class="std std-ref">stations</span></a>,
|
||
<a class="reference internal" href="#global-modules"><span class="std std-ref">modules</span></a> and <a class="reference internal" href="#global-bindings"><span class="std std-ref">bindings</span></a>.</p>
|
||
<section id="station-meta-data">
|
||
<span id="global-stations"></span><h2>Station meta data<a class="headerlink" href="#station-meta-data" title="Permalink to this heading">¶</a></h2>
|
||
<p>Station meta-data is a fundamental requirement for a seismic processing system
|
||
and for SeisComP. Read the <a class="reference internal" href="../base/concepts/inventory.html#concepts-inventory"><span class="std std-ref">inventory section</span></a> in
|
||
concepts for more details.</p>
|
||
</section>
|
||
<section id="modules">
|
||
<span id="global-modules"></span><h2>Modules<a class="headerlink" href="#modules" title="Permalink to this heading">¶</a></h2>
|
||
<p>The concepts of <a class="reference internal" href="../base/concepts/modules.html#concepts-modules"><span class="std std-ref">modules</span></a> and
|
||
<a class="reference internal" href="../base/concepts/configuration.html#global-modules-config"><span class="std std-ref">their configuration</span></a> is described in the
|
||
<a class="reference internal" href="../base/concepts.html#concepts"><span class="std std-ref">concepts section</span></a>.</p>
|
||
</section>
|
||
<section id="bindings">
|
||
<span id="global-bindings"></span><h2>Bindings<a class="headerlink" href="#bindings" title="Permalink to this heading">¶</a></h2>
|
||
<p>Bindings provide specific configurations per
|
||
<a class="reference internal" href="../base/concepts/configuration.html#global-modules-config"><span class="std std-ref">module</span></a> and station and even stream. Read the
|
||
<a class="reference internal" href="../base/concepts/configuration.html#global-bindings-config"><span class="std std-ref">bindings section</span></a> in concepts for more details on
|
||
bindings.</p>
|
||
</section>
|
||
<section id="extensions">
|
||
<h2>Extensions<a class="headerlink" href="#extensions" title="Permalink to this heading">¶</a></h2>
|
||
<p>Extensions add new configuration options to <a class="reference internal" href="../base/glossary.html#term-module"><span class="xref std std-term">modules</span></a>. It does
|
||
not matter how those extensions are used. Commonly a module loads a plugin,
|
||
which requires additional configuration parameters - these are provided by an
|
||
extension.</p>
|
||
<p>There are currently extensions for the following modules, corresponding to the
|
||
plugins shown:</p>
|
||
<table class="docutils align-default">
|
||
<thead>
|
||
<tr class="row-odd"><th class="head"><p>Module</p></th>
|
||
<th class="head"><p>Plugin’s</p></th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="row-even"><td><p><a class="reference internal" href="#global"><span class="std std-ref">global</span></a></p></td>
|
||
<td><p><a class="reference internal" href="global_hypo71.html#global-hypo71"><span class="std std-ref">Hypo71</span></a> <a class="reference internal" href="global_md.html#global-md"><span class="std std-ref">Md</span></a> <a class="reference internal" href="global_nonlinloc.html#global-nonlinloc"><span class="std std-ref">NonLinLoc</span></a> <a class="reference internal" href="global_mlh.html#global-mlh"><span class="std std-ref">MLh</span></a> <a class="reference internal" href="global_iloc.html#global-iloc"><span class="std std-ref">iLoc</span></a> <a class="reference internal" href="global_mn.html#global-mn"><span class="std std-ref">MN</span></a> <a class="reference internal" href="global_mlr.html#global-mlr"><span class="std std-ref">MLr</span></a> <a class="reference internal" href="global_gui.html#global-gui"><span class="std std-ref">GUI</span></a> <a class="reference internal" href="global_stdloc.html#global-stdloc"><span class="std std-ref">StdLoc</span></a> <a class="reference internal" href="global_locext.html#global-locext"><span class="std std-ref">LocExt</span></a> <a class="reference internal" href="global_locrouter.html#global-locrouter"><span class="std std-ref">LocRouter</span></a> <a class="reference internal" href="global_recordstream.html#global-recordstream"><span class="std std-ref">RecordStream</span></a> <a class="reference internal" href="global_ms_20.html#global-ms-20"><span class="std std-ref">Ms_20</span></a> <a class="reference internal" href="global_mb.html#global-mb"><span class="std std-ref">mb</span></a> <a class="reference internal" href="global_ml_idc.html#global-ml-idc"><span class="std std-ref">ML_IDC</span></a> <a class="reference internal" href="global_ml.html#global-ml"><span class="std std-ref">ML</span></a> <a class="reference internal" href="global_mlc.html#global-mlc"><span class="std std-ref">MLc</span></a> <a class="reference internal" href="global_mlv.html#global-mlv"><span class="std std-ref">MLv</span></a> <a class="reference internal" href="global_mb_bb.html#global-mb-bb"><span class="std std-ref">mB_BB</span></a> <a class="reference internal" href="global_mb_idc.html#global-mb-idc"><span class="std std-ref">mb_IDC</span></a> <a class="reference internal" href="global_fx-dfx.html#global-fx-dfx"><span class="std std-ref">FX-DFX</span></a> <a class="reference internal" href="global_homogeneous.html#global-homogeneous"><span class="std std-ref">homogeneous</span></a> <a class="reference internal" href="global_locsat.html#global-locsat"><span class="std std-ref">LOCSAT</span></a> <a class="reference internal" href="global_fixedhypocenter.html#global-fixedhypocenter"><span class="std std-ref">FixedHypocenter</span></a></p></td>
|
||
</tr>
|
||
<tr class="row-odd"><td><p><a class="reference internal" href="seedlink.html#seedlink"><span class="std std-ref">seedlink</span></a></p></td>
|
||
<td><p><a class="reference internal" href="seedlink.html#seedlink-mseedfifo"><span class="std std-ref">mseedfifo</span></a> <a class="reference internal" href="seedlink.html#seedlink-q330"><span class="std std-ref">q330</span></a> <a class="reference internal" href="seedlink.html#seedlink-chain"><span class="std std-ref">chain</span></a> <span class="xref std std-ref">gdrt</span> <a class="reference internal" href="seedlink.html#seedlink-caps"><span class="std std-ref">caps</span></a></p></td>
|
||
</tr>
|
||
<tr class="row-even"><td><p><a class="reference internal" href="scevent.html#scevent"><span class="std std-ref">scevent</span></a></p></td>
|
||
<td><p><a class="reference internal" href="scevent_eventtype.html#scevent-eventtype"><span class="std std-ref">EventType</span></a> <a class="reference internal" href="scevent_regioncheck.html#scevent-regioncheck"><span class="std std-ref">RegionCheck</span></a></p></td>
|
||
</tr>
|
||
<tr class="row-odd"><td><p><a class="reference internal" href="scm.html#scm"><span class="std std-ref">scm</span></a></p></td>
|
||
<td><p><a class="reference internal" href="scm_email.html#scm-email"><span class="std std-ref">email</span></a> <a class="reference internal" href="scm_text.html#scm-text"><span class="std std-ref">text</span></a> <a class="reference internal" href="scm_ncurses.html#scm-ncurses"><span class="std std-ref">ncurses</span></a></p></td>
|
||
</tr>
|
||
<tr class="row-even"><td><p><a class="reference internal" href="kernel.html#kernel"><span class="std std-ref">kernel</span></a></p></td>
|
||
<td><p><a class="reference internal" href="kernel.html#kernel-messaging"><span class="std std-ref">messaging</span></a></p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p>See the documentation for each module for further information about its
|
||
extensions.</p>
|
||
</section>
|
||
<section id="plugins">
|
||
<span id="global-configuration"></span><h2>Plugins<a class="headerlink" href="#plugins" title="Permalink to this heading">¶</a></h2>
|
||
<ul>
|
||
<li><p><a class="reference internal" href="global_hypo71.html#global-hypo71"><span class="std std-ref">Hypo71</span></a></p>
|
||
<p>The traditional Hypo71PC locator with SeisComP.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_md.html#global-md"><span class="std std-ref">Md</span></a></p>
|
||
<p>Duration magnitude plugin</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_nonlinloc.html#global-nonlinloc"><span class="std std-ref">NonLinLoc</span></a></p>
|
||
<p>NonLinLoc locator wrapper plugin for SeisComP. NonLinLoc was written by Anthony Lomax (<a class="reference external" href="http://alomax.free.fr/nlloc">http://alomax.free.fr/nlloc</a>).</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_mlh.html#global-mlh"><span class="std std-ref">MLh</span></a></p>
|
||
<p>The MLh plugin (previously MLsed) is designed to compute amplitudes and magnitudes according to the Swiss Seismological Service (SED) standards.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_iloc.html#global-iloc"><span class="std std-ref">iLoc</span></a></p>
|
||
<p>Locator in SeisComP implemented by the plugin lociloc.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_mn.html#global-mn"><span class="std std-ref">MN</span></a></p>
|
||
<p>Nuttli magnitude for Canada and other Cratonic regions</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_mlr.html#global-mlr"><span class="std std-ref">MLr</span></a></p>
|
||
<p>The GNS/Geonet local magnitude</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_gui.html#global-gui"><span class="std std-ref">GUI</span></a></p>
|
||
<p>The GUI configuration plugin extends the configuration of graphical user interfaces to various options to adjust the look and feel.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_stdloc.html#global-stdloc"><span class="std std-ref">StdLoc</span></a></p>
|
||
<p>Generic locator plugin for SeisComP.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_locext.html#global-locext"><span class="std std-ref">LocExt</span></a></p>
|
||
<p>Locator which forwards the processing to external scripts</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_locrouter.html#global-locrouter"><span class="std std-ref">LocRouter</span></a></p>
|
||
<p>Meta locator routing location requests of picks and origins to actual locator implementations.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_recordstream.html#global-recordstream"><span class="std std-ref">RecordStream</span></a></p>
|
||
<p>RecordStream interface for SeisComP.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_ms_20.html#global-ms-20"><span class="std std-ref">Ms_20</span></a></p>
|
||
<p>Surface wave magnitude measured at around 20 s</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_mb.html#global-mb"><span class="std std-ref">mb</span></a></p>
|
||
<p>Body wave magnitude at teleseismic distances</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_ml_idc.html#global-ml-idc"><span class="std std-ref">ML_IDC</span></a></p>
|
||
<p>CTBTO/IDC local magnitude.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_ml.html#global-ml"><span class="std std-ref">ML</span></a></p>
|
||
<p>Standard local (Richter) magnitude</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_mlc.html#global-mlc"><span class="std std-ref">MLc</span></a></p>
|
||
<p>Custom magnitude for local events measured on horizontal components</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_mlv.html#global-mlv"><span class="std std-ref">MLv</span></a></p>
|
||
<p>Local (Richter) magnitude measured on the vertical component</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_mb_bb.html#global-mb-bb"><span class="std std-ref">mB_BB</span></a></p>
|
||
<p>Body wave magnitude at teleseismic distances similar to mb</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_mb_idc.html#global-mb-idc"><span class="std std-ref">mb_IDC</span></a></p>
|
||
<p>Body wave magnitude computed at CTBTO/IDC (mb) is calculated for seismic events from the time-defining primary body waves recorded at seismic stations at an epicentral distance between 20 and 105 degrees from the event.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_fx-dfx.html#global-fx-dfx"><span class="std std-ref">FX-DFX</span></a></p>
|
||
<p>Implementation of the CTBTO/IDC polarization analysis for three-component stations.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_homogeneous.html#global-homogeneous"><span class="std std-ref">homogeneous</span></a></p>
|
||
<p>Travel-times for a homogeneous velocity model</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_locsat.html#global-locsat"><span class="std std-ref">LOCSAT</span></a></p>
|
||
<p>Locator in SeisComP for computing source time and hypocenter coordinates from phase picks.</p>
|
||
</li>
|
||
<li><p><a class="reference internal" href="global_fixedhypocenter.html#global-fixedhypocenter"><span class="std std-ref">FixedHypocenter</span></a></p>
|
||
<p>Locator for re-computing source time with fixed hypocenter</p>
|
||
</li>
|
||
</ul>
|
||
</section>
|
||
<section id="module-configuration">
|
||
<span id="id1"></span><h2>Module Configuration<a class="headerlink" href="#module-configuration" title="Permalink to this heading">¶</a></h2>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-agencyID">
|
||
<span class="sig-name descname"><span class="pre">agencyID</span></span><a class="headerlink" href="#confval-agencyID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">GFZ</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Agency ID used to set creationInfo.agencyID in
|
||
data model objects. Should not contain spaces.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-datacenterID">
|
||
<span class="sig-name descname"><span class="pre">datacenterID</span></span><a class="headerlink" href="#confval-datacenterID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Datacenter ID which is primarily used by Arclink and
|
||
its tools. Should not contain spaces.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-organization">
|
||
<span class="sig-name descname"><span class="pre">organization</span></span><a class="headerlink" href="#confval-organization" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">Unset</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Organization name used mainly by ArcLink and SeedLink.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-author">
|
||
<span class="sig-name descname"><span class="pre">author</span></span><a class="headerlink" href="#confval-author" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">@appname@@@@hostname@</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Author name used to set creationInfo.author in data model
|
||
objects. @appname@ is replaced by the name of the
|
||
respective executable, @hostname@ by the name of the computer
|
||
on which it runs.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-plugins">
|
||
<span class="sig-name descname"><span class="pre">plugins</span></span><a class="headerlink" href="#confval-plugins" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>List of plugins loaded at startup. Separate multiple names by
|
||
comma. Add ${plugins} to consider all previously read values.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-cityXML">
|
||
<span class="sig-name descname"><span class="pre">cityXML</span></span><a class="headerlink" href="#confval-cityXML" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">*.xml</span></code></p>
|
||
<p>Path to the cities XML file. If undefined, the data is read
|
||
from "@CONFIGDIR@/cities.xml" or
|
||
"@DATADIR@/cities.xml".
|
||
SeisComP ships with "@DATADIR@/cities.xml".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-loadCities">
|
||
<span class="sig-name descname"><span class="pre">loadCities</span></span><a class="headerlink" href="#confval-loadCities" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>boolean</em></p>
|
||
<p>Load cities from file configured by the "cityXML"
|
||
parameter. GUI and map applications enable loading of cities
|
||
by default considering the parameter
|
||
"scheme.map.showCities".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-loadRegions">
|
||
<span class="sig-name descname"><span class="pre">loadRegions</span></span><a class="headerlink" href="#confval-loadRegions" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>boolean</em></p>
|
||
<p>Load custom FEP (Flinn-Engdahl polygon) regions from
|
||
"@CONFIGDIR@/fep/" or @DATADIR@/fep/".
|
||
GUI and map applications and scevent enable FEP regions by
|
||
default. Explicitly uncheck the option to disregard by these
|
||
applications.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-publicIDPattern">
|
||
<span class="sig-name descname"><span class="pre">publicIDPattern</span></span><a class="headerlink" href="#confval-publicIDPattern" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">@classname@/@time/%Y%m%d%H%M%S.%f@.@id@</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Define a custom pattern for generation of public object IDs.
|
||
The following variables are resolved:
|
||
@classname@ (class name of object),
|
||
@id@ (public object count),
|
||
@globalid@ (general object count),
|
||
@time@ (current time, use ‘/’ to supply custom format e.g.
|
||
@time/%FT%T.%fZ@</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-configModule">
|
||
<span class="sig-name descname"><span class="pre">configModule</span></span><a class="headerlink" href="#confval-configModule" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">trunk</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Name of the configuration module.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-database">
|
||
<span class="sig-name descname"><span class="pre">database</span></span><a class="headerlink" href="#confval-database" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Define the database connection. If no database is configured
|
||
(which is the default) and a messaging connection is available,
|
||
the application will receive the parameters after the connection
|
||
is established. Override these values only if you know what you
|
||
are doing.</p>
|
||
<p>The format is: <a class="reference external" href="service://user:pwd@host/database">service://user:pwd@host/database</a>.
|
||
"service" is the name of the database driver which
|
||
can be queried with "--db-driver-list".
|
||
IMPORTANT: This parameter replaces former
|
||
"database.type" and "database.parameters"
|
||
which have been removed.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-recordstream">
|
||
<span class="sig-name descname"><span class="pre">recordstream</span></span><a class="headerlink" href="#confval-recordstream" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>SeisComP applications access waveform data through the RecordStream
|
||
interface. Read the SeisComP documentation for a list of
|
||
supported services and their configuration.</p>
|
||
<p>This parameter configures RecordStream source URL.</p>
|
||
<p>Format: [<a class="reference external" href="service://">service://</a>]location[#type]</p>
|
||
<p>"service": The name of the RecordStream implementation.
|
||
If not given, "<a class="reference external" href="file://">file://</a>" is implied.</p>
|
||
<p>IMPORTANT: This parameter replaces former RecordStream
|
||
configurations in "recordstream.service" and
|
||
"recordstream.source" which have been removed.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>logging.*</strong>
|
||
<em>Control the logging of SeisComP applications. The log information</em>
|
||
<em>are written to log files per modules as</em>
|
||
<em>“@CONFIGDIR@/log/[module].log”.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.level">
|
||
<span class="sig-name descname"><span class="pre">logging.level</span></span><a class="headerlink" href="#confval-logging.level" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">2</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">1,2,3,4</span></code></p>
|
||
<p>Set the logging level between 1 and 4 where 1=ERROR,
|
||
2=WARNING, 3=INFO and 4=DEBUG.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.syslog">
|
||
<span class="sig-name descname"><span class="pre">logging.syslog</span></span><a class="headerlink" href="#confval-logging.syslog" 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>Enable logging to syslog if supported by the host system.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.components">
|
||
<span class="sig-name descname"><span class="pre">logging.components</span></span><a class="headerlink" href="#confval-logging.components" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Limit the logging to the specified list of components.
|
||
Example: ‘Application, Server’.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.component">
|
||
<span class="sig-name descname"><span class="pre">logging.component</span></span><a class="headerlink" href="#confval-logging.component" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>boolean</em></p>
|
||
<p>For each log entry print the component right after the
|
||
log level. By default, the component output is enabled
|
||
for file output but disabled for console output.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.context">
|
||
<span class="sig-name descname"><span class="pre">logging.context</span></span><a class="headerlink" href="#confval-logging.context" 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>For each log entry print the source file name and line
|
||
number.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.utc">
|
||
<span class="sig-name descname"><span class="pre">logging.utc</span></span><a class="headerlink" href="#confval-logging.utc" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>boolean</em></p>
|
||
<p>Use UTC instead of local time in logging timestamps.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.file.rotator">
|
||
<span class="sig-name descname"><span class="pre">logging.file.rotator</span></span><a class="headerlink" href="#confval-logging.file.rotator" 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>Enable rotation of log files.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.file.rotator.timeSpan">
|
||
<span class="sig-name descname"><span class="pre">logging.file.rotator.timeSpan</span></span><a class="headerlink" href="#confval-logging.file.rotator.timeSpan" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">86400</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Time span after which a log file is rotated.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.file.rotator.archiveSize">
|
||
<span class="sig-name descname"><span class="pre">logging.file.rotator.archiveSize</span></span><a class="headerlink" href="#confval-logging.file.rotator.archiveSize" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">7</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>The maximum number of historic log files to keep.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.file.rotator.maxFileSize">
|
||
<span class="sig-name descname"><span class="pre">logging.file.rotator.maxFileSize</span></span><a class="headerlink" href="#confval-logging.file.rotator.maxFileSize" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">104857600</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>byte</em></p>
|
||
<p>The maximum size of a log file in byte. The default
|
||
value is 100 megabyte. If a log file exceeds that
|
||
size, then it is rotated. To disable the size limit
|
||
give 0 or a negative value.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.objects.timeSpan">
|
||
<span class="sig-name descname"><span class="pre">logging.objects.timeSpan</span></span><a class="headerlink" href="#confval-logging.objects.timeSpan" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">60</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Time span for counting input/output of objects.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-logging.syslog.facility">
|
||
<span class="sig-name descname"><span class="pre">logging.syslog.facility</span></span><a class="headerlink" href="#confval-logging.syslog.facility" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">local0</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Define the syslog facility to be used according to the
|
||
defined facility names in syslog.h. The default is local0.
|
||
If the given name is invalid or not available,
|
||
initializing logging will fail and the application quits.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-connection.server">
|
||
<span class="sig-name descname"><span class="pre">connection.server</span></span><a class="headerlink" href="#confval-connection.server" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">localhost</span></code></p>
|
||
<p>Type: <em>host-with-port</em></p>
|
||
<p>Define the URL of the messaging server to connect to.
|
||
URL format is [scheme://]host[:port][/queue].
|
||
Default scheme: scmp, default port: 18180,
|
||
default queue: production.
|
||
Examples:</p>
|
||
<p>All default: localhost</p>
|
||
<p>Specific host: scmp://10.0.1.4:18180/production</p>
|
||
<p>Specific host and SSL encryption:
|
||
scmps://10.0.1.4:18180/production</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-connection.username">
|
||
<span class="sig-name descname"><span class="pre">connection.username</span></span><a class="headerlink" href="#confval-connection.username" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Define the username to be used. The length is maybe limited
|
||
by the messaging system used. By default, the module name
|
||
(name of the executable) is used but sometimes it exceeds
|
||
the 10 character limit and access is denied. To prevent
|
||
errors set a different username. An empty username will
|
||
let the system to generate one.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-connection.certificate">
|
||
<span class="sig-name descname"><span class="pre">connection.certificate</span></span><a class="headerlink" href="#confval-connection.certificate" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Define the OpenSSL client certificate to be used. Path to
|
||
OpenSSL certificate in PKCS 12 format or the prefix "data:"
|
||
followed by the Base64 encoded certificate data.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-connection.timeout">
|
||
<span class="sig-name descname"><span class="pre">connection.timeout</span></span><a class="headerlink" href="#confval-connection.timeout" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The connection timeout in seconds. 3 seconds are normally
|
||
more than enough. If a client needs to connect to a
|
||
remote system with a slow connection, a larger timeout
|
||
might be needed.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-connection.primaryGroup">
|
||
<span class="sig-name descname"><span class="pre">connection.primaryGroup</span></span><a class="headerlink" href="#confval-connection.primaryGroup" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Define the primary group of a module. This is the name
|
||
of the group where a module sends its messages to if the
|
||
target group is not explicitly given in the send call.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-connection.contentType">
|
||
<span class="sig-name descname"><span class="pre">connection.contentType</span></span><a class="headerlink" href="#confval-connection.contentType" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">binary</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Define the message encoding for sending. Allowed values
|
||
are "binary", "json" or "xml".
|
||
XML has more overhead in processing but is more robust when
|
||
schema versions between client and server are different.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-connection.subscriptions">
|
||
<span class="sig-name descname"><span class="pre">connection.subscriptions</span></span><a class="headerlink" href="#confval-connection.subscriptions" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Define a list of message groups to subscribe to. The
|
||
default is usually given by the application and does not
|
||
need to be changed.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>database.*</strong>
|
||
<em>Define the database connection. If no database is configured</em>
|
||
<em>(which is the default) and a messaging connection is available,</em>
|
||
<em>the application will receive the parameters after the connection</em>
|
||
<em>is established. Override these values only if you know what you</em>
|
||
<em>are doing.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-database.inventory">
|
||
<span class="sig-name descname"><span class="pre">database.inventory</span></span><a class="headerlink" href="#confval-database.inventory" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">*.xml</span></code></p>
|
||
<p>Load the inventory database from a given XML file if set.
|
||
This overrides the inventory definitions loaded from the
|
||
database backend.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-database.config">
|
||
<span class="sig-name descname"><span class="pre">database.config</span></span><a class="headerlink" href="#confval-database.config" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">*.xml</span></code></p>
|
||
<p>Load the configuration database from a given XML file if set.
|
||
This overrides the configuration definitions loaded from the
|
||
database backend.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>processing.*</strong>
|
||
<em>Filter the objects for processing according to parameter values.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-processing.whitelist.agencies">
|
||
<span class="sig-name descname"><span class="pre">processing.whitelist.agencies</span></span><a class="headerlink" href="#confval-processing.whitelist.agencies" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Define a whitelist of agency IDs corresponding to
|
||
"agencyID" that are allowed for
|
||
processing. Objects from all other agencies will be
|
||
ignored. Separate items by comma.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-processing.blacklist.agencies">
|
||
<span class="sig-name descname"><span class="pre">processing.blacklist.agencies</span></span><a class="headerlink" href="#confval-processing.blacklist.agencies" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Define a blacklist of agency IDs corresponding to
|
||
"agencyID" that are not allowed for
|
||
processing. Separate items by comma.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>inventory.*</strong>
|
||
<em>Filter the considered inventory according to parameter values.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-inventory.whitelist.nettype">
|
||
<span class="sig-name descname"><span class="pre">inventory.whitelist.nettype</span></span><a class="headerlink" href="#confval-inventory.whitelist.nettype" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>List of network types to include when loading the
|
||
inventory. All other types will be ignored. Separate
|
||
items by comma.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-inventory.whitelist.statype">
|
||
<span class="sig-name descname"><span class="pre">inventory.whitelist.statype</span></span><a class="headerlink" href="#confval-inventory.whitelist.statype" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>List of station types to include when loading the
|
||
inventory. All other types will be ignored. Separate
|
||
items by comma.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-inventory.blacklist.nettype">
|
||
<span class="sig-name descname"><span class="pre">inventory.blacklist.nettype</span></span><a class="headerlink" href="#confval-inventory.blacklist.nettype" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>List of network types to exclude when loading the
|
||
inventory. Separate items by comma.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-inventory.blacklist.statype">
|
||
<span class="sig-name descname"><span class="pre">inventory.blacklist.statype</span></span><a class="headerlink" href="#confval-inventory.blacklist.statype" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>List of station types to exclude when loading the
|
||
inventory. Separate items by comma.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scripts.crashHandler">
|
||
<span class="sig-name descname"><span class="pre">scripts.crashHandler</span></span><a class="headerlink" href="#confval-scripts.crashHandler" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>Path to crash handler script.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-core.plugins">
|
||
<span class="sig-name descname"><span class="pre">core.plugins</span></span><a class="headerlink" href="#confval-core.plugins" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">dbmysql</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>Define a list of core modules loaded at startup.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-client.startStopMessage">
|
||
<span class="sig-name descname"><span class="pre">client.startStopMessage</span></span><a class="headerlink" href="#confval-client.startStopMessage" 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>Enable sending of an application start- and stop message to
|
||
the STATUS_GROUP.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-client.autoShutdown">
|
||
<span class="sig-name descname"><span class="pre">client.autoShutdown</span></span><a class="headerlink" href="#confval-client.autoShutdown" 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>Enable automatic application shutdown triggered by a status
|
||
message.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-client.shutdownMasterModule">
|
||
<span class="sig-name descname"><span class="pre">client.shutdownMasterModule</span></span><a class="headerlink" href="#confval-client.shutdownMasterModule" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Trigger shutdown if the module name of the received messages
|
||
match.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-client.shutdownMasterUsername">
|
||
<span class="sig-name descname"><span class="pre">client.shutdownMasterUsername</span></span><a class="headerlink" href="#confval-client.shutdownMasterUsername" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Trigger shutdown if the user name of the received messages
|
||
match.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>commands.*</strong>
|
||
<em>Control the handling of command messages.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-commands.target">
|
||
<span class="sig-name descname"><span class="pre">commands.target</span></span><a class="headerlink" href="#confval-commands.target" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>A regular expression of all clients that should handle
|
||
a command message usually send to the GUI messaging group.
|
||
Currently this flag is only used by GUI applications to
|
||
set an artificial origin and to tell other clients to
|
||
show this origin. To let all connected clients handle the
|
||
command, ".*$" can be used.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>ttt.*</strong>
|
||
<em>Configure interfaces to travel-time tables (travel-time</em>
|
||
<em>interfaces). Built-in interfaces are LOCSAT, libtau and</em>
|
||
<em>homogeneous. For each loaded interface the supported tables must</em>
|
||
<em>be provided.</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>ttt.$name.*</strong>
|
||
$name is a placeholder for the name to be used.</p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-ttt.-name.tables">
|
||
<span class="sig-name descname"><span class="pre">ttt.$name.tables</span></span><a class="headerlink" href="#confval-ttt.-name.tables" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>The list of supported table (model) names per interface.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>amplitudes.*</strong>
|
||
<em>Parameters for amplitude measurements.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.aliases">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.aliases</span></span><a class="headerlink" href="#confval-amplitudes.aliases" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Definition of amplitude aliases for deriving new amplitude
|
||
types from an existing amplitude. Separate
|
||
multiple entries by comma.</p>
|
||
<p>Format:</p>
|
||
<p>NewType:OriginalAmplitudeType</p>
|
||
<p>Examples for deriving an amplitude of new type ABC from MLv:</p>
|
||
<p>ABC:MLv</p>
|
||
<p>Alias amplitudes can be configured like any other amplitude
|
||
and used for any alias magnitude.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.iaspei">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.iaspei</span></span><a class="headerlink" href="#confval-amplitudes.iaspei" 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>Compute ML peak-to-trough and mb amplitudes according to
|
||
IASPEI recommendations.</p>
|
||
<p>For Ms(BB) amplitudes check that the dominant period of the
|
||
signal is within the valid range (3, 60). The period range
|
||
may be set in a Ms(BB) amplitude profile in global bindings.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>amplitudes.$name.*</strong>
|
||
$name is a placeholder for the name to be used.</p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.regionalize">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.regionalize</span></span><a class="headerlink" href="#confval-amplitudes.-name.regionalize" 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>Control if the amplitude calculation should be
|
||
regionalized or not. The regions and their configuration
|
||
are taken from the corresponding magnitude profiles. If
|
||
regionalization is activate, then e.g. modules without
|
||
origin information will not be able to compute an
|
||
amplitude as the origin is required to determine the
|
||
effective settings.</p>
|
||
<p>If amplitudes for this particular type shall be computed
|
||
regardless of any defined regions, set this parameter to
|
||
false.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.considerUnusedArrivals">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.considerUnusedArrivals</span></span><a class="headerlink" href="#confval-amplitudes.-name.considerUnusedArrivals" 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 also stations with unused (disabled)
|
||
arrivals are considered for amplitude and implicitly
|
||
magnitude computations, e.g. by scamp, scmag and scolv.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>amplitudes.ttt.*</strong>
|
||
<em>Travel time table specific parameters to be used for the</em>
|
||
<em>computation of travel times referred to in signal and</em>
|
||
<em>noise time window specifications,</em>
|
||
<em>e.g. “signalBegin”. This can be overridden per</em>
|
||
<em>station in its bindings.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.ttt.interface">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.ttt.interface</span></span><a class="headerlink" href="#confval-amplitudes.ttt.interface" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">LOCSAT</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">libtau,LOCSAT,homogeneous</span></code></p>
|
||
<p>The name of the travel-time interface to use. The list
|
||
can be extended by plugins.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.ttt.model">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.ttt.model</span></span><a class="headerlink" href="#confval-amplitudes.ttt.model" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">iasp91</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>The name of the travel-time interface (velocity) model
|
||
to use.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>amplitudes.WoodAnderson.*</strong>
|
||
<em>Parameters of the Wood-Anderson seismometer response used</em>
|
||
<em>for instrument simulation. The default values are according</em>
|
||
<em>to Uhrhammer and Collins (1990) and were part of the</em>
|
||
<em>IASPEI Magnitude Working Group recommendations of 2011</em>
|
||
<em>September 9.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.WoodAnderson.gain">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.WoodAnderson.gain</span></span><a class="headerlink" href="#confval-amplitudes.WoodAnderson.gain" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">2080</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>The gain of the Wood-Anderson response.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.WoodAnderson.T0">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.WoodAnderson.T0</span></span><a class="headerlink" href="#confval-amplitudes.WoodAnderson.T0" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.8</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The eigenperiod of the Wood-Anderson seismometer.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.WoodAnderson.h">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.WoodAnderson.h</span></span><a class="headerlink" href="#confval-amplitudes.WoodAnderson.h" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.7</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>The damping constant of the Wood-Anderson seismometer.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>magnitudes.*</strong>
|
||
<em>Parameters for computing magnitudes.</em>
|
||
<em>Add magnitude regionalization and mapping to Mw by magnitude-type profiles.</em>
|
||
<em>One profile corresponds to one magnitude type.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.aliases">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.aliases</span></span><a class="headerlink" href="#confval-magnitudes.aliases" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Definition of magnitude aliases for deriving new magnitude
|
||
types from existing magnitude and amplitude types. Separate
|
||
multiple entries by comma.</p>
|
||
<p>Format:</p>
|
||
<p>NewType:OriginalMagnitudeType[:OriginalAmplitudeType]</p>
|
||
<p>OriginalAmplitudeType is optional. The default amplitude
|
||
type applies if OriginalAmplitudeType is undefined.</p>
|
||
<p>Examples for deriving magnitude of new type ABC from MLv:</p>
|
||
<p>ABC:MLv:MLv</p>
|
||
<p>ABC:MLv</p>
|
||
<p>Alias magnitudes can be configured like any other magnitude
|
||
and used together with any original or alias amplitudes.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>magnitudes.$name.*</strong>
|
||
<em>Regionalization of magnitude configurations overriding global</em>
|
||
<em>bindings. For parameters which are not set, the values</em>
|
||
<em>defined in bindings apply.</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-magnitudes.-name.MwMapping">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.MwMapping</span></span><a class="headerlink" href="#confval-magnitudes.-name.MwMapping" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Mw magnitude mapping table for estimating Mw from network
|
||
magnitude M. Mw values are given at some M.</p>
|
||
<p>Format: "M0:Mw0, M1:Mw1, …".</p>
|
||
<p>Between two values of M, Mw values will be linearly
|
||
interpolated but not extrapolated.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.regionFile">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.regionFile</span></span><a class="headerlink" href="#confval-magnitudes.-name.regionFile" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>Path to a geofeature file, e.g. in BNA or GeoJSON format,
|
||
with one or more polygons defining geographic regions.
|
||
Each region allows further magnitude parametrization.
|
||
The order of polygons/regions matters. The list is
|
||
tested from front to back and the first hit wins.
|
||
Magnitude-region profiles refer to the polygons by the
|
||
name of the profile. The special name "world"
|
||
must not be present in the geofeature file.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>magnitudes.$name.region.*</strong>
|
||
<em>Add magnitude region profiles for regions defined by</em>
|
||
<em>polygons in the geofeature file of regionFile. Profile</em>
|
||
<em>names must match one polygon name. Otherwise, the</em>
|
||
<em>profile is not considered. The special name</em>
|
||
<em>“world” corresponds to the region of the</em>
|
||
<em>entire planet as a fallback.</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>magnitudes.$name.region.$name.*</strong>
|
||
$name is a placeholder for the name to be used.</p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.region.-name.enable">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.region.$name.enable</span></span><a class="headerlink" href="#confval-magnitudes.-name.region.-name.enable" 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>Enable the region or not.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.region.-name.minDist">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.region.$name.minDist</span></span><a class="headerlink" href="#confval-magnitudes.-name.region.-name.minDist" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>The minimum distance required to compute a
|
||
magnitude. This settings has no effect with e.g.
|
||
scautopick as there is no information about the
|
||
source of the event to compute the distance.
|
||
The default value depends on magnitude type.</p>
|
||
<p>Although the default unit is ‘deg’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>minDist = 500km</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.region.-name.maxDist">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.region.$name.maxDist</span></span><a class="headerlink" href="#confval-magnitudes.-name.region.-name.maxDist" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>The maximum distance allowed to compute a magnitude.
|
||
This settings has no effect with e.g. scautopick
|
||
as there is no information about the source of
|
||
the event to compute the distance. The default
|
||
value depends on magnitude type.</p>
|
||
<p>Although the default unit is ‘deg’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>maxDist = 500km</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.region.-name.minDepth">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.region.$name.minDepth</span></span><a class="headerlink" href="#confval-magnitudes.-name.region.-name.minDepth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>The minimum depth required to compute a magnitude.
|
||
This settings has no effect with e.g. scautopick
|
||
as there is no information about the source of
|
||
the event to retrieve the depth. The default
|
||
value depends on magnitude type.</p>
|
||
<p>Although the default unit is ‘km’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>minDepth = 500km</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.region.-name.maxDepth">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.region.$name.maxDepth</span></span><a class="headerlink" href="#confval-magnitudes.-name.region.-name.maxDepth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>The maximum depth allowed to compute a magnitude.
|
||
This settings has no effect with e.g. scautopick
|
||
as there is no information about the source of
|
||
the event to retrieve the depth. The default
|
||
value depends on magnitude type.</p>
|
||
<p>Although the default unit is ‘km’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>maxDepth = 500km</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.region.-name.check">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.region.$name.check</span></span><a class="headerlink" href="#confval-magnitudes.-name.region.-name.check" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">source</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Define how the region check is performed to accept
|
||
a source receiver pair for further processing.
|
||
Allowed values are:</p>
|
||
<p>source: Only the source/origin must be within
|
||
the region.</p>
|
||
<p>source-receiver: Both source/origin and
|
||
receiver/station must be within the region.</p>
|
||
<p>raypath: The entire path between source/origin
|
||
and receiver/station must be withing the region.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.region.-name.multiplier">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.region.$name.multiplier</span></span><a class="headerlink" href="#confval-magnitudes.-name.region.-name.multiplier" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Linear part of the default station correction
|
||
for this region.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.region.-name.offset">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.region.$name.offset</span></span><a class="headerlink" href="#confval-magnitudes.-name.region.-name.offset" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Constant part of the default station correction
|
||
for this region.</p>
|
||
</dd></dl>
|
||
|
||
<section id="hypo71-extension">
|
||
<span id="global-hypo71"></span><h3>Hypo71 extension<a class="headerlink" href="#hypo71-extension" title="Permalink to this heading">¶</a></h3>
|
||
<p>The traditional Hypo71PC locator with SeisComP.</p>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>hypo71.*</strong>
|
||
<em>Locator parameters: Hypo71</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.logFile">
|
||
<span class="sig-name descname"><span class="pre">hypo71.logFile</span></span><a class="headerlink" href="#confval-hypo71.logFile" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">@LOGDIR@/HYPO71.LOG</span></code></p>
|
||
<p>Type: <em>file</em></p>
|
||
<p>Temporary file used by Hypo71 to store calculation logs.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.inputFile">
|
||
<span class="sig-name descname"><span class="pre">hypo71.inputFile</span></span><a class="headerlink" href="#confval-hypo71.inputFile" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">@DATADIR@/hypo71/HYPO71.INP</span></code></p>
|
||
<p>Type: <em>file</em></p>
|
||
<p>Temporary file to write Hypo71 input data to.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.outputFile">
|
||
<span class="sig-name descname"><span class="pre">hypo71.outputFile</span></span><a class="headerlink" href="#confval-hypo71.outputFile" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">@DATADIR@/hypo71/HYPO71.PRT</span></code></p>
|
||
<p>Type: <em>file</em></p>
|
||
<p>Temporary output file to read Hypo71 location data from.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.defaultControlFile">
|
||
<span class="sig-name descname"><span class="pre">hypo71.defaultControlFile</span></span><a class="headerlink" href="#confval-hypo71.defaultControlFile" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">@DATADIR@/hypo71/profiles/default.hypo71.conf</span></code></p>
|
||
<p>Type: <em>file</em></p>
|
||
<p>Hypo71 default profile. If no custom profile is specified,
|
||
this profile will be used by the plugin when proceeding to a
|
||
localization.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.hypo71ScriptFile">
|
||
<span class="sig-name descname"><span class="pre">hypo71.hypo71ScriptFile</span></span><a class="headerlink" href="#confval-hypo71.hypo71ScriptFile" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">@DATADIR@/hypo71/run.sh</span></code></p>
|
||
<p>Type: <em>file</em></p>
|
||
<p>Bash script executed when calling the Hypo71 locator plugin
|
||
for locating the earthquake.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.profiles">
|
||
<span class="sig-name descname"><span class="pre">hypo71.profiles</span></span><a class="headerlink" href="#confval-hypo71.profiles" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Hypo71 profile name.
|
||
Multiples names may be set. They must be separated by comma.
|
||
Each profile can have different velocity or parameters.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.publicID">
|
||
<span class="sig-name descname"><span class="pre">hypo71.publicID</span></span><a class="headerlink" href="#confval-hypo71.publicID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Custom patternID to use when generating origin publicID.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.useHypo71PatternID">
|
||
<span class="sig-name descname"><span class="pre">hypo71.useHypo71PatternID</span></span><a class="headerlink" href="#confval-hypo71.useHypo71PatternID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>boolean</em></p>
|
||
<p>Specifies if the given public ID shall be used for
|
||
generating origin publicID.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>hypo71.profile.*</strong>
|
||
<em>Profiles containing the profile-specific velocity model and</em>
|
||
<em>the Hypo71 parameters.</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>hypo71.profile.$name.*</strong>
|
||
$name is a placeholder for the name to be used and needs to be added to <a class="reference internal" href="global_hypo71.html#confval-hypo71.profiles"><code class="xref std std-confval docutils literal notranslate"><span class="pre">hypo71.profiles</span></code></a> to become active.</p>
|
||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>hypo71.profiles<span class="w"> </span><span class="o">=</span><span class="w"> </span>a,b
|
||
hypo71.profile.a.value1<span class="w"> </span><span class="o">=</span><span class="w"> </span>...
|
||
hypo71.profile.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 hypo71.profiles</span>
|
||
hypo71.profile.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-hypo71.profile.-name.earthModelID">
|
||
<span class="sig-name descname"><span class="pre">hypo71.profile.$name.earthModelID</span></span><a class="headerlink" href="#confval-hypo71.profile.-name.earthModelID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Profile’s velocity model name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.profile.-name.methodID">
|
||
<span class="sig-name descname"><span class="pre">hypo71.profile.$name.methodID</span></span><a class="headerlink" href="#confval-hypo71.profile.-name.methodID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">Hypo71</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Profile’s method.
|
||
It is generally the locator’s name (Hypo71).</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.profile.-name.controlFile">
|
||
<span class="sig-name descname"><span class="pre">hypo71.profile.$name.controlFile</span></span><a class="headerlink" href="#confval-hypo71.profile.-name.controlFile" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>File containing the profile parameters.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-hypo71.profile.-name.fixStartDepthOnly">
|
||
<span class="sig-name descname"><span class="pre">hypo71.profile.$name.fixStartDepthOnly</span></span><a class="headerlink" href="#confval-hypo71.profile.-name.fixStartDepthOnly" 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 the depth is requested to be fixed (e.g. by ticking the option
|
||
in scolv) the plugin performs only one location starting at
|
||
specified depth but with free depth evaluation. This option
|
||
defines whether it should really fix the depth (false) or
|
||
use this fixed depth only as starting point (true).</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="nonlinloc-extension">
|
||
<span id="global-nonlinloc"></span><h3>NonLinLoc extension<a class="headerlink" href="#nonlinloc-extension" title="Permalink to this heading">¶</a></h3>
|
||
<p>NonLinLoc locator wrapper plugin for SeisComP.
|
||
NonLinLoc was written by Anthony Lomax (<a class="reference external" href="http://alomax.free.fr/nlloc">http://alomax.free.fr/nlloc</a>).</p>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.publicID">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.publicID</span></span><a class="headerlink" href="#confval-NonLinLoc.publicID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">NLL.@time/%Y%m%d%H%M%S.%f@.@id@</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>PublicID creation pattern for an origin created by NonLinLoc.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.outputPath">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.outputPath</span></span><a class="headerlink" href="#confval-NonLinLoc.outputPath" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">/tmp/sc3.nll</span></code></p>
|
||
<p>Type: <em>directory</em></p>
|
||
<p>Defines the output directory for all native NonLinLoc input and output files.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.saveInput">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.saveInput</span></span><a class="headerlink" href="#confval-NonLinLoc.saveInput" 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>Save input files *.obs in outputPath for later processing.
|
||
Setting to false reduces file i/o and saves disk space.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.saveIntermediateOutput">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.saveIntermediateOutput</span></span><a class="headerlink" href="#confval-NonLinLoc.saveIntermediateOutput" 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>Save output files in outputPath for later processing or
|
||
for viewing by the Seismicity Viewer.
|
||
Setting to false reduces file i/o and saves disk space.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.controlFile">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.controlFile</span></span><a class="headerlink" href="#confval-NonLinLoc.controlFile" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>The default NonLinLoc control file to use. Parameters
|
||
therein are overridden per profile.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.defaultPickError">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.defaultPickError</span></span><a class="headerlink" href="#confval-NonLinLoc.defaultPickError" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.5</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The default pick error in seconds passed to NonLinLoc if a SeisComP pick
|
||
object does not provide pick time uncertainties.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.fixedDepthGridSpacing">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.fixedDepthGridSpacing</span></span><a class="headerlink" href="#confval-NonLinLoc.fixedDepthGridSpacing" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.1</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>Since NLL does not support fixing the depth natively so this
|
||
feature is emulated by settings the Z grid very tight around
|
||
the depth to be fixed. This value sets the Z grid spacing.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.allowMissingStations">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.allowMissingStations</span></span><a class="headerlink" href="#confval-NonLinLoc.allowMissingStations" 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>Picks from stations with missing configuration will be
|
||
ignored. The origin will be relocated without that pick
|
||
if possible.</p>
|
||
<p>If set to false, the plug-in throws
|
||
an excepection without locating.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.profiles">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.profiles</span></span><a class="headerlink" href="#confval-NonLinLoc.profiles" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Defines a list of active profiles to be used by the plugin.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>NonLinLoc.profile.$name.*</strong>
|
||
<em>Defines a regional profile that is used if a prelocation falls</em>
|
||
<em>inside the configured region.</em>
|
||
$name is a placeholder for the name to be used and needs to be added to <a class="reference internal" href="global_nonlinloc.html#confval-NonLinLoc.profiles"><code class="xref std std-confval docutils literal notranslate"><span class="pre">NonLinLoc.profiles</span></code></a> to become active.</p>
|
||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>NonLinLoc.profiles<span class="w"> </span><span class="o">=</span><span class="w"> </span>a,b
|
||
NonLinLoc.profile.a.value1<span class="w"> </span><span class="o">=</span><span class="w"> </span>...
|
||
NonLinLoc.profile.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 NonLinLoc.profiles</span>
|
||
NonLinLoc.profile.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-NonLinLoc.profile.-name.earthModelID">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.profile.$name.earthModelID</span></span><a class="headerlink" href="#confval-NonLinLoc.profile.-name.earthModelID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Earth model ID stored in the created origin.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.profile.-name.methodID">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.profile.$name.methodID</span></span><a class="headerlink" href="#confval-NonLinLoc.profile.-name.methodID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">NonLinLoc</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Method ID stored in the created origin.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.profile.-name.tablePath">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.profile.$name.tablePath</span></span><a class="headerlink" href="#confval-NonLinLoc.profile.-name.tablePath" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>path</em></p>
|
||
<p>Path to travel time tables (grids) including the
|
||
full path and the names of the table files before
|
||
the phase name.</p>
|
||
<p>Example:</p>
|
||
<p>@DATADIR@/nonlinloc/iasp91/iasp91 for P and S tables
|
||
files
|
||
seiscomp/share/nonlinloc/iasp91/iasp91.[PS].*</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.profile.-name.stationNameFormat">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.profile.$name.stationNameFormat</span></span><a class="headerlink" href="#confval-NonLinLoc.profile.-name.stationNameFormat" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">@STA@</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Format of the station name used to select the right travel time table (grid) file
|
||
for a station.
|
||
By default only the station code is used (e.g. tablePath.P.@STA@.time.*), but
|
||
that doesn’t allow to distinguish between multiple network codes or location codes
|
||
that use the same station code.
|
||
To overcome this limitation this parameter could be set in a more general way, for
|
||
example @NET@_@STA@_@LOC@. In this way NonLinLoc will look for
|
||
travel time table (grid) files of the form: tablePath.P.@NET@_@STA@_@LOC@.time.*
|
||
Where @NET@ @STA@ @LOC@ are just placeholder for the actual codes.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.profile.-name.controlFile">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.profile.$name.controlFile</span></span><a class="headerlink" href="#confval-NonLinLoc.profile.-name.controlFile" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>Control file of the current profile overriding
|
||
parameters of the default control file.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.profile.-name.transform">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.profile.$name.transform</span></span><a class="headerlink" href="#confval-NonLinLoc.profile.-name.transform" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">GLOBAL</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Transformation type of the configured region.
|
||
Supported are SIMPLE and GLOBAL.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.profile.-name.region">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.profile.$name.region</span></span><a class="headerlink" href="#confval-NonLinLoc.profile.-name.region" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:double</em></p>
|
||
<p>Defines the 4 corner values of the epicentral region for selecting the profile.
|
||
The original epicentre must be within the region.</p>
|
||
<p>If transform is GLOBAL: min_lat, min_lon, max_lat, max_lon.
|
||
The values define the geographic corner coordinates.
|
||
Unit: degree.</p>
|
||
<p>If transform is SIMPLE: min_x, min_y, max_x, max_y.
|
||
The values define the region relative to the origin
|
||
configured with "origin".
|
||
Unit: km.</p>
|
||
<p>When this parameter is empty, the generated NonLinLoc
|
||
configuration is automatically overwritten with
|
||
TRANS GLOBAL.
|
||
Otherwise TRANS from "controlFile" applies.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.profile.-name.origin">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.profile.$name.origin</span></span><a class="headerlink" href="#confval-NonLinLoc.profile.-name.origin" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:double</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>Only used for transformation SIMPLE. Expects 2 values: latitude, longitude.
|
||
The value define the geographic origin of the area spanned by region.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-NonLinLoc.profile.-name.rotation">
|
||
<span class="sig-name descname"><span class="pre">NonLinLoc.profile.$name.rotation</span></span><a class="headerlink" href="#confval-NonLinLoc.profile.-name.rotation" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>Only used for transformation SIMPLE. Defines the
|
||
rotation around the origin of the defined region.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="iloc-extension">
|
||
<span id="global-iloc"></span><h3>iLoc extension<a class="headerlink" href="#iloc-extension" title="Permalink to this heading">¶</a></h3>
|
||
<p>Locator in SeisComP implemented by the plugin lociloc.</p>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>iLoc.*</strong>
|
||
<em>Locator parameters: iLoc</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.auxDir">
|
||
<span class="sig-name descname"><span class="pre">iLoc.auxDir</span></span><a class="headerlink" href="#confval-iLoc.auxDir" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">@DATADIR@/iloc/iLocAuxDir</span></code></p>
|
||
<p>Type: <em>directory</em></p>
|
||
<p>iLoc directory for auxiliary files and directories. Some
|
||
of them must be provided from the iLoc website. Read the
|
||
documentation for their installation.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.usePickUncertainties">
|
||
<span class="sig-name descname"><span class="pre">iLoc.usePickUncertainties</span></span><a class="headerlink" href="#confval-iLoc.usePickUncertainties" 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 use pick time uncertainties (true) or to use the
|
||
default timing error (false).</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.defaultTimeError">
|
||
<span class="sig-name descname"><span class="pre">iLoc.defaultTimeError</span></span><a class="headerlink" href="#confval-iLoc.defaultTimeError" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">9999999</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The default pick time error forwarded to iLoc if no pick time
|
||
uncertainties are set or if using the pick time uncertainties
|
||
is disabled.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profiles">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profiles</span></span><a class="headerlink" href="#confval-iLoc.profiles" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">iasp91,ak135</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>List of iLoc profile name(s). Separate multiple names by comma.
|
||
Each profile can have different velocity or parameters. The
|
||
must be defined separate by iLoc profiles.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>iLoc.profile.*</strong>
|
||
<em>Profiles containing the specific locator parameters. For</em>
|
||
<em>the global models, iasp91 and ak135, profiles are</em>
|
||
<em>automatically considered with defaults.</em>
|
||
<em>To adjust the profile parameters the corresponding profile</em>
|
||
<em>must be created.</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>iLoc.profile.$name.*</strong>
|
||
$name is a placeholder for the name to be used and needs to be added to <a class="reference internal" href="global_iloc.html#confval-iLoc.profiles"><code class="xref std std-confval docutils literal notranslate"><span class="pre">iLoc.profiles</span></code></a> to become active.</p>
|
||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>iLoc.profiles<span class="w"> </span><span class="o">=</span><span class="w"> </span>a,b
|
||
iLoc.profile.a.value1<span class="w"> </span><span class="o">=</span><span class="w"> </span>...
|
||
iLoc.profile.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 iLoc.profiles</span>
|
||
iLoc.profile.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-iLoc.profile.-name.Verbose">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.Verbose</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.Verbose" 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>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.globalModel">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.globalModel</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.globalModel" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Name of globally applied velocity model
|
||
into which RSTT or the local model is integrated. If
|
||
unset, the name of the profile is considered instead.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.UseRSTT">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.UseRSTT</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.UseRSTT" 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>Use regional seismic travel-time tables.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.UseRSTTPnSn">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.UseRSTTPnSn</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.UseRSTTPnSn" 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>Use regional seismic travel-time tables for Pn and Sn.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.UseRSTTPgLg">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.UseRSTTPgLg</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.UseRSTTPgLg" 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>Use regional seismic travel-time tables for Pg and Lg.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.UseLocalTT">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.UseLocalTT</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.UseLocalTT" 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>Use local velocity model if defined in LocalVmodel.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.LocalVmodel">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.LocalVmodel</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.LocalVmodel" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>Full path to a file containing the local velocity model.
|
||
Requires: UseLocalTT = true. Empty string or unset or
|
||
UseLocalTT = false disables using a local model in
|
||
this profile.</p>
|
||
<p>Example:</p>
|
||
<p>@DATADIR@/iloc/iLocAuxDir/localmodels/model.localmodel.dat.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MaxLocalTTDelta">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MaxLocalTTDelta</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MaxLocalTTDelta" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>float</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>Maximum epicentral distance for applying the local
|
||
velocity model.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.DoGridSearch">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.DoGridSearch</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.DoGridSearch" 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>Perform neighbourhood algorithm.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.NAsearchRadius">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.NAsearchRadius</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.NAsearchRadius" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">5</span></code></p>
|
||
<p>Type: <em>float</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>Neighbourhood Algorithm: Search radius around initial
|
||
epicentre.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.NAsearchDepth">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.NAsearchDepth</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.NAsearchDepth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">300</span></code></p>
|
||
<p>Type: <em>float</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>Neighbourhood Algorithm: Search radius around initial
|
||
depth.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.NAsearchOT">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.NAsearchOT</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.NAsearchOT" 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>float</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Neighbourhood Algorithm: Search radius around initial
|
||
origin time.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.NAlpNorm">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.NAlpNorm</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.NAlpNorm" 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>float</em></p>
|
||
<p>Range: <code class="docutils literal notranslate"><span class="pre">1:2</span></code></p>
|
||
<p>Neighbourhood Algorithm: p-value for norm to compute
|
||
misfit.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.NAiterMax">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.NAiterMax</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.NAiterMax" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">5</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Neighbourhood Algorithm: Maximum number of iterations.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.NAcells">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.NAcells</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.NAcells" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">25</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Neighbourhood Algorithm: Number of cells to be resampled
|
||
at each iteration.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.NAinitialSample">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.NAinitialSample</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.NAinitialSample" 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>int</em></p>
|
||
<p>Neighbourhood Algorithm: Size of initial sample.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.NAnextSample">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.NAnextSample</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.NAnextSample" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">100</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Neighbourhood Algorithm: Size of subsequent samples.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MinDepthPhases">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MinDepthPhases</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MinDepthPhases" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Depth resolution: Minimum number of depth phases.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MaxLocalDistDeg">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MaxLocalDistDeg</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MaxLocalDistDeg" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.2</span></code></p>
|
||
<p>Type: <em>float</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>Depth resolution: Maximum local distance.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MinLocalStations">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MinLocalStations</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MinLocalStations" 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>int</em></p>
|
||
<p>Depth resolution: Minimum number of local defining stations.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MaxSPDistDeg">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MaxSPDistDeg</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MaxSPDistDeg" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">2.0</span></code></p>
|
||
<p>Type: <em>float</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>Depth resolution: Maximum epicentral distance for
|
||
using S-P travel-time differences.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MinSPpairs">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MinSPpairs</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MinSPpairs" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Depth resolution: Minimum number of defining S-P phase pairs.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MinCorePhases">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MinCorePhases</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MinCorePhases" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Depth resolution: Minimum number of defining core reflection phases</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MaxShallowDepthError">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MaxShallowDepthError</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MaxShallowDepthError" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">30.0</span></code></p>
|
||
<p>Type: <em>float</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>Depth resolution: Maximum depth error for crustal free-depth.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MaxDeepDepthError">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MaxDeepDepthError</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MaxDeepDepthError" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">60.0</span></code></p>
|
||
<p>Type: <em>float</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>Depth resolution: Maximum depth error for deep free-depth.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.DoCorrelatedErrors">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.DoCorrelatedErrors</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.DoCorrelatedErrors" 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>Linearized inversion: Account for correlated errors.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.SigmaThreshold">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.SigmaThreshold</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.SigmaThreshold" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">6.0</span></code></p>
|
||
<p>Type: <em>float</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Linearized inversion: Used to exclude big residuals from solution.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.AllowDamping">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.AllowDamping</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.AllowDamping" 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>Linearized inversion: Allow damping of model vector.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MinIterations">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MinIterations</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MinIterations" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">4</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Linearized inversion: Minimum number of iterations.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MaxIterations">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MaxIterations</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MaxIterations" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">20</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Linearized inversion: Maximum number of iterations.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.MinNdefPhases">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.MinNdefPhases</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.MinNdefPhases" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">4</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Linearized inversion: Minimum number of defining phases.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-iLoc.profile.-name.DoNotRenamePhases">
|
||
<span class="sig-name descname"><span class="pre">iLoc.profile.$name.DoNotRenamePhases</span></span><a class="headerlink" href="#confval-iLoc.profile.-name.DoNotRenamePhases" 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>Linearized inversion: Do not rename phases. Deactivating
|
||
allows to rename the phases automatically for this
|
||
profile.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="gui-extension">
|
||
<span id="global-gui"></span><h3>GUI extension<a class="headerlink" href="#gui-extension" title="Permalink to this heading">¶</a></h3>
|
||
<p>The GUI configuration plugin extends the configuration of
|
||
graphical user interfaces to various options to adjust the look
|
||
and feel.</p>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>groups.*</strong>
|
||
<em>Configures the target messaging groups for various object types.</em>
|
||
<em>These parameters should only be touched if you know what you</em>
|
||
<em>are doing.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-groups.pick">
|
||
<span class="sig-name descname"><span class="pre">groups.pick</span></span><a class="headerlink" href="#confval-groups.pick" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">PICK</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Defines the target messaging group for manual picks, e.g.
|
||
made in scolv.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-groups.amplitude">
|
||
<span class="sig-name descname"><span class="pre">groups.amplitude</span></span><a class="headerlink" href="#confval-groups.amplitude" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">AMPLITUDE</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Defines the target messaging group for amplitudes, e.g.
|
||
computed in scolv.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-groups.magnitude">
|
||
<span class="sig-name descname"><span class="pre">groups.magnitude</span></span><a class="headerlink" href="#confval-groups.magnitude" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">MAGNITUDE</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Defines the target messaging group for magnitudes. scolv does
|
||
not use this group but sends magnitudes together with the
|
||
origin to the origin group.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-groups.location">
|
||
<span class="sig-name descname"><span class="pre">groups.location</span></span><a class="headerlink" href="#confval-groups.location" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">LOCATION</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Defines the target messaging group for origins created in
|
||
e.g. scolv.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-groups.focalMechanism">
|
||
<span class="sig-name descname"><span class="pre">groups.focalMechanism</span></span><a class="headerlink" href="#confval-groups.focalMechanism" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">FOCMECH</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Defines the target messaging group for focal mechanisms created in
|
||
e.g. scolv.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-groups.event">
|
||
<span class="sig-name descname"><span class="pre">groups.event</span></span><a class="headerlink" href="#confval-groups.event" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">EVENT</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Defines the target messaging group for events and event
|
||
journal entries.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.location">
|
||
<span class="sig-name descname"><span class="pre">map.location</span></span><a class="headerlink" href="#confval-map.location" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">@DATADIR@/maps/world%s.png</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>The location and the structure of the map tiles to be used.
|
||
This path is composed of zero or more directives and must
|
||
include at least one conversion specification. The
|
||
specification starts with the ‘%’ and is followed by a
|
||
conversion specifier. Valid specifiers are</p>
|
||
<p>s: to be replaced by tile ID</p>
|
||
<p>l: tile level</p>
|
||
<p>c: tile column</p>
|
||
<p>r: tile row.</p>
|
||
<p>Example for using the OpenStreetMap file structure:
|
||
/path/to/maps/%l/%c/%r.png.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.format">
|
||
<span class="sig-name descname"><span class="pre">map.format</span></span><a class="headerlink" href="#confval-map.format" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">rectangular</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">rectangular,mercator</span></code></p>
|
||
<p>Projection of the map tiles configured in "map.location".</p>
|
||
<p>Note: Additional projections may be available by plugins.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.cacheSize">
|
||
<span class="sig-name descname"><span class="pre">map.cacheSize</span></span><a class="headerlink" href="#confval-map.cacheSize" 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>int</em></p>
|
||
<p>Unit: <em>bytes</em></p>
|
||
<p>Cache size of the map tiles. If 0 is specified. a default
|
||
cache size of 32 MBytes is used. The higher the cache size
|
||
the better the performance in higher resolutions. A
|
||
higher cache size causes less image loader calls but
|
||
requires more client memory.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.type">
|
||
<span class="sig-name descname"><span class="pre">map.type</span></span><a class="headerlink" href="#confval-map.type" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>The tile store implementation provided by a plugin for
|
||
considering maps if a non-default tile store is configured
|
||
in ‘map.location’.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.customLayers">
|
||
<span class="sig-name descname"><span class="pre">map.customLayers</span></span><a class="headerlink" href="#confval-map.customLayers" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Allows to add custom layers that are included via plugins.
|
||
This is a list of layer names. A plugin must implement
|
||
the layer interface and register itself with the
|
||
name used in this list. The order of layers is the
|
||
default order. The custom layers are prepended to
|
||
the maps defaults layers such as the grid and the cities.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.layers">
|
||
<span class="sig-name descname"><span class="pre">map.layers</span></span><a class="headerlink" href="#confval-map.layers" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Defines the order of all configured layers. This
|
||
includes the standard layers (grid, cities) as
|
||
well as custom layers. The name of the grid layer
|
||
is "grid" and the name of the cities
|
||
layer is "cities".</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>map.mercator.*</strong>
|
||
<em>Parameters specifically related to maps loaded with</em>
|
||
<em>mercator projection.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.mercator.discrete">
|
||
<span class="sig-name descname"><span class="pre">map.mercator.discrete</span></span><a class="headerlink" href="#confval-map.mercator.discrete" 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>Only support discrete zoom levels. The parameter impacts
|
||
the effect of "map.zoom.sensitivity".</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>map.layers.events.*</strong>
|
||
<em>Configuration options for the events layer that</em>
|
||
<em>shows all events on the map that are loaded in the</em>
|
||
<em>event list.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.layers.events.visible">
|
||
<span class="sig-name descname"><span class="pre">map.layers.events.visible</span></span><a class="headerlink" href="#confval-map.layers.events.visible" 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>Show the events layer on maps. Currently only supported
|
||
by scolv.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>map.layers.fep.*</strong>
|
||
<em>Configuration for the fep layer showing the polygons</em>
|
||
<em>of FEP (Flinn-Engdahl-Polygon) files on maps if they</em>
|
||
<em>exist in @DATADIR@/fep or @CONFIGDIR@/fep.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.layers.fep.visible">
|
||
<span class="sig-name descname"><span class="pre">map.layers.fep.visible</span></span><a class="headerlink" href="#confval-map.layers.fep.visible" 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>Show the fep layer on maps.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.layers.cities.topPopulatedPlaces">
|
||
<span class="sig-name descname"><span class="pre">map.layers.cities.topPopulatedPlaces</span></span><a class="headerlink" href="#confval-map.layers.cities.topPopulatedPlaces" 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>int</em></p>
|
||
<p>Maximum number of cities to be rendered. If
|
||
"scheme.map.cityPopulationWeight" is less
|
||
or equal than 0 then all cities are rendered ordered
|
||
by population count, highest first.
|
||
To show the N most populated places in the visible
|
||
map region, set
|
||
"scheme.map.cityPopulationWeight" to 0
|
||
and set this parameter to N.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-map.zoom.sensitivity">
|
||
<span class="sig-name descname"><span class="pre">map.zoom.sensitivity</span></span><a class="headerlink" href="#confval-map.zoom.sensitivity" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.5</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Zoom sensitivity of the map</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.*</strong>
|
||
<em>This group defines various options controlling the look and feel</em>
|
||
<em>of graphical modules. The options include symbols, units,</em>
|
||
<em>precision, color, pen, brush, font, etc. There are various</em>
|
||
<em>conventions to define colors, fonts and gradients.</em>
|
||
**
|
||
<em>Colors are defined in HTML</em>
|
||
<em>convention, e.g. as rgb values, hexadecimal numbers or color</em>
|
||
<em>keyword names defined by W3C. If rgb or rgba is used, it must</em>
|
||
<em>be quoted because the comma is handled as list separator by</em>
|
||
<em>the configuration.</em>
|
||
<em>Examples: “rgb(0,128,0)”, 00800040, green.</em>
|
||
**
|
||
<em>Gradients are configured as lists of tuples where each tuple</em>
|
||
<em>is colon separated in the form value:color. Value is either</em>
|
||
<em>int or double and color is again a color definition.</em>
|
||
<em>Example: 0:yellow,10:red</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.showMenu">
|
||
<span class="sig-name descname"><span class="pre">scheme.showMenu</span></span><a class="headerlink" href="#confval-scheme.showMenu" 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>Show menu bar.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.showStatusBar">
|
||
<span class="sig-name descname"><span class="pre">scheme.showStatusBar</span></span><a class="headerlink" href="#confval-scheme.showStatusBar" 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>Show status bar.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.tabPosition">
|
||
<span class="sig-name descname"><span class="pre">scheme.tabPosition</span></span><a class="headerlink" href="#confval-scheme.tabPosition" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">off,north,south,east,west</span></code></p>
|
||
<p>The position of tab bar of GUI applications like scolv.
|
||
An unset value lets the application decide where to place
|
||
the tab bar. This option might not be supported by all
|
||
applications. Valid positions are: off, north, south,
|
||
east, west.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.distanceHypocentral">
|
||
<span class="sig-name descname"><span class="pre">scheme.distanceHypocentral</span></span><a class="headerlink" href="#confval-scheme.distanceHypocentral" 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>Show hypocentral instead of epicentral distances.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.stationSize">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.stationSize</span></span><a class="headerlink" href="#confval-scheme.map.stationSize" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">8</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>The station symbol size, e.g., in scmv.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.originSymbolMinSize">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.originSymbolMinSize</span></span><a class="headerlink" href="#confval-scheme.map.originSymbolMinSize" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">9</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>The minimum symbol size of origins. The size is scaled
|
||
with magnitude according to
|
||
"scheme.mag.originSymbolScaleMag".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.originSymbolMinMag">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.originSymbolMinMag</span></span><a class="headerlink" href="#confval-scheme.map.originSymbolMinMag" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1.2</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>The minimum magnitude to be represented by an origin
|
||
symbol. The symbol size of origins with this or lower
|
||
magnitude is configured by
|
||
"scheme.mag.originSymbolMinSize". For origins
|
||
with larger magnitudes the symbol sizes are scaled according
|
||
to "scheme.mag.originSymbolScaleMag".</p>
|
||
<p>Starting from the minimum magnitude legends explaining
|
||
magnitudes will show eight symbols in steps of one
|
||
magnitude.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.originSymbolScaleMag">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.originSymbolScaleMag</span></span><a class="headerlink" href="#confval-scheme.map.originSymbolScaleMag" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">4.9</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>px/magnitude</em></p>
|
||
<p>The factor for scaling the symbol size of origins with
|
||
some magnitude as:
|
||
"scheme.mag.originSymbolScaleMag" * (magnitude - "scheme.mag.originSymbolMinMag").</p>
|
||
<p>The color of origins symbols is controlled by the parameters
|
||
"scheme.colors.originSymbol.*".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.vectorLayerAntiAlias">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.vectorLayerAntiAlias</span></span><a class="headerlink" href="#confval-scheme.map.vectorLayerAntiAlias" 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>Apply antialiasing to map layers.
|
||
This improves the visual quality but decreases performance.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.bilinearFilter">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.bilinearFilter</span></span><a class="headerlink" href="#confval-scheme.map.bilinearFilter" 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>Apply bilinear filtering to maps.
|
||
The bilinear filter improves the visual quality but decreases
|
||
performance slightly. It is only used for static map images.
|
||
Not while dragging.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.showGrid">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.showGrid</span></span><a class="headerlink" href="#confval-scheme.map.showGrid" 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>Display the latitude/longitude grid on maps</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.showCities">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.showCities</span></span><a class="headerlink" href="#confval-scheme.map.showCities" 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>Show cities defined in "citiesXML" on maps</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.cityPopulationWeight">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.cityPopulationWeight</span></span><a class="headerlink" href="#confval-scheme.map.cityPopulationWeight" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">150</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Controls at which zoom level a city will be visible. The
|
||
following formula is used:
|
||
screen_width (km) * weight >= population</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.showLayers">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.showLayers</span></span><a class="headerlink" href="#confval-scheme.map.showLayers" 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>Show custom layers on maps</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.showLegends">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.showLegends</span></span><a class="headerlink" href="#confval-scheme.map.showLegends" 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>Show map legends initially. Some applications provide
|
||
controls to toggle the visibility in addition to this
|
||
option.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.projection">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.projection</span></span><a class="headerlink" href="#confval-scheme.map.projection" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">Rectangular</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">Rectangular,Mercator</span></code></p>
|
||
<p>The projection for showing maps. SeisComP ships with
|
||
Rectangular and Mercator.
|
||
Other projections may be provided through plugins.</p>
|
||
<p>The visible latitude range of maps shown with Mercator
|
||
is limited to -85 - +85 deg.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.toBGR">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.toBGR</span></span><a class="headerlink" href="#confval-scheme.map.toBGR" 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>Converts map colors from RGB color scheme to BGR.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.polygonRoughness">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.polygonRoughness</span></span><a class="headerlink" href="#confval-scheme.map.polygonRoughness" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>Minimum screen distance to plot a polygon or polyline line segment.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.map.maxZoom">
|
||
<span class="sig-name descname"><span class="pre">scheme.map.maxZoom</span></span><a class="headerlink" href="#confval-scheme.map.maxZoom" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">24</span></code></p>
|
||
<p>Type: <em>float</em></p>
|
||
<p>Range: <code class="docutils literal notranslate"><span class="pre">1:24</span></code></p>
|
||
<p>Maximum allowed zoom level.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.*</strong>
|
||
<em>Colors can be configured as rgb, rgba. hexadecimal numbers or color keyword names</em>
|
||
<em>defined by W3C. If a color is unset, SeisComP applications</em>
|
||
<em>attempt to read it from your Desktop theme.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.background">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.background</span></span><a class="headerlink" href="#confval-scheme.colors.background" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>A general application background color. Can be used to give
|
||
each application a different background color. An unset value
|
||
lets Qt decide.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.agencies">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.agencies</span></span><a class="headerlink" href="#confval-scheme.colors.agencies" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string-tuples</em></p>
|
||
<p>Sets desired colors for particular agencyIDs. It depends on the
|
||
applications if they honor this setting or not. The event list
|
||
will render the agencyID string with the defined colors.
|
||
This is a list of tuples (AGENCY:COLOR),
|
||
e.g. "GEOFON:black, USGS:blue".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.spectrogram">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.spectrogram</span></span><a class="headerlink" href="#confval-scheme.colors.spectrogram" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>gradient</em></p>
|
||
<p>The color gradient of the spectrogram amplitudes.
|
||
The node values are not important as they will be
|
||
projected onto the desired amplitude range.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.lines">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.lines</span></span><a class="headerlink" href="#confval-scheme.colors.map.lines" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of lines in the map (e.g. lines
|
||
connecting the origin and a station).</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.outlines">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.outlines</span></span><a class="headerlink" href="#confval-scheme.colors.map.outlines" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of station outlines in the map.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.stationAnnotations">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.stationAnnotations</span></span><a class="headerlink" href="#confval-scheme.colors.map.stationAnnotations" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of station annotations.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.cityLabels">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.cityLabels</span></span><a class="headerlink" href="#confval-scheme.colors.map.cityLabels" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of city labels.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.cityOutlines">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.cityOutlines</span></span><a class="headerlink" href="#confval-scheme.colors.map.cityOutlines" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of city outlines.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.cityCapital">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.cityCapital</span></span><a class="headerlink" href="#confval-scheme.colors.map.cityCapital" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of a capital.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.cityNormal">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.cityNormal</span></span><a class="headerlink" href="#confval-scheme.colors.map.cityNormal" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of a "normal" city.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.map.directivity.*</strong>
|
||
<em>Defines the pen of the directivity information</em>
|
||
<em>(backazimuth and slowness) in the map.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.directivity.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.directivity.color</span></span><a class="headerlink" href="#confval-scheme.colors.map.directivity.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">FFA000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.directivity.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.directivity.style</span></span><a class="headerlink" href="#confval-scheme.colors.map.directivity.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">DotLine</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,</span> <span class="pre">SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are:
|
||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.directivity.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.directivity.width</span></span><a class="headerlink" href="#confval-scheme.colors.map.directivity.width" 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>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.map.grid.*</strong>
|
||
<em>Defines the pen of the latitude/longitude grid of the map.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.grid.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.grid.color</span></span><a class="headerlink" href="#confval-scheme.colors.map.grid.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">FFFFFF</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.grid.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.grid.style</span></span><a class="headerlink" href="#confval-scheme.colors.map.grid.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">DotLine</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are:
|
||
NoPen, SolidLine, DashLine, DotLine, DashDotLine,
|
||
DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.grid.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.grid.width</span></span><a class="headerlink" href="#confval-scheme.colors.map.grid.width" 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>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.map.annotations.*</strong>
|
||
<em>Appearance of map annotations including a text</em>
|
||
<em>color (pen), a border color (pen) and a background</em>
|
||
<em>color (brush).</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.textSize">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.textSize</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.textSize" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">9</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>pt</em></p>
|
||
<p>Font point size of the label text.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.map.annotations.normalText.*</strong>
|
||
<em>Text pen for non highlighted annotations.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.normalText.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.normalText.color</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.normalText.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">c0c0c0</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.normalText.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.normalText.style</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.normalText.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">SolidLine</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are:
|
||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.normalText.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.normalText.width</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.normalText.width" 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>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.map.annotations.normalBorder.*</strong>
|
||
<em>Border pen for non highlighted annotations.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.normalBorder.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.normalBorder.color</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.normalBorder.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">a0a0a4</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.normalBorder.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.normalBorder.style</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.normalBorder.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">SolidLine</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are:
|
||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.normalBorder.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.normalBorder.width</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.normalBorder.width" 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>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.map.annotations.normalBackground.*</strong>
|
||
<em>Background brush for non highlighted annotations.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.normalBackground.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.normalBackground.color</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.normalBackground.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">202020c0</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the brush.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.normalBackground.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.normalBackground.style</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.normalBackground.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">solid</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagcross</span></code></p>
|
||
<p>The style of the brush. Supported values are, e.g.:
|
||
solid, dense1, dense7, horizontal, vertical,
|
||
cross, bdiag, fdiag, diagcross.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.map.annotations.highlightedText.*</strong>
|
||
<em>Text pen for highlighted annotations.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.highlightedText.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.highlightedText.color</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.highlightedText.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">000000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.highlightedText.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.highlightedText.style</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.highlightedText.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">SolidLine</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are:
|
||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.highlightedText.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.highlightedText.width</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.highlightedText.width" 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>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.map.annotations.highlightedBorder.*</strong>
|
||
<em>Border pen for highlighted annotations.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.highlightedBorder.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.highlightedBorder.color</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.highlightedBorder.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">a0a0a4</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.highlightedBorder.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.highlightedBorder.style</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.highlightedBorder.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">SolidLine</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are:
|
||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.highlightedBorder.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.highlightedBorder.width</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.highlightedBorder.width" 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>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.map.annotations.highlightedBackground.*</strong>
|
||
<em>Background brush for highlighted annotations.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.highlightedBackground.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.highlightedBackground.color</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.highlightedBackground.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">ffffffa0</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the brush.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.map.annotations.highlightedBackground.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.map.annotations.highlightedBackground.style</span></span><a class="headerlink" href="#confval-scheme.colors.map.annotations.highlightedBackground.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">solid</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagcross</span></code></p>
|
||
<p>The style of the brush. Supported values are, e.g.:
|
||
solid, dense1, dense7, horizontal, vertical,
|
||
cross, bdiag, fdiag, diagcross.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.foreground">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.foreground</span></span><a class="headerlink" href="#confval-scheme.colors.records.foreground" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">808080</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The general color of records/traces.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.alternateForeground">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.alternateForeground</span></span><a class="headerlink" href="#confval-scheme.colors.records.alternateForeground" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">808080</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>A general trace color of the alternate trace, e.g., scheli.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.background">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.background</span></span><a class="headerlink" href="#confval-scheme.colors.records.background" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The general background color of records/traces.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.alternateBackground">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.alternateBackground</span></span><a class="headerlink" href="#confval-scheme.colors.records.alternateBackground" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>A general background color of the alternate trace.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.spectrogram">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.spectrogram</span></span><a class="headerlink" href="#confval-scheme.colors.records.spectrogram" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">000000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The trace color used on top of a spectrogram.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.gaps">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.gaps</span></span><a class="headerlink" href="#confval-scheme.colors.records.gaps" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">FFFF0040</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of data gaps in trace views.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.overlaps">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.overlaps</span></span><a class="headerlink" href="#confval-scheme.colors.records.overlaps" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">FF00FF40</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of data overlaps in trace views.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.alignment">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.alignment</span></span><a class="headerlink" href="#confval-scheme.colors.records.alignment" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">FF0000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the alignment marker in trace views.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.borders.*</strong>
|
||
<em>Properties of record borders</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.borders.standard.*</strong>
|
||
<em>Standard properties</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.borders.standard.pen.*</strong>
|
||
<em>Defines the pen of the border line.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.standard.pen.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.standard.pen.color</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.standard.pen.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.standard.pen.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.standard.pen.style</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.standard.pen.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are:
|
||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.standard.pen.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.standard.pen.width</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.standard.pen.width" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.borders.standard.brush.*</strong>
|
||
<em>Defines the brush of the enclosed area.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.standard.brush.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.standard.brush.color</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.standard.brush.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.standard.brush.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.standard.brush.style</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.standard.brush.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagcross</span></code></p>
|
||
<p>The style of the brush. Supported values are, e.g.:
|
||
solid, dense1, dense7, horizontal, vertical,
|
||
cross, bdiag, fdiag, diagcross.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.borders.signatureValid.*</strong>
|
||
<em>Properties for records with valid signatures</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.borders.signatureValid.pen.*</strong>
|
||
<em>Defines the pen of the border line.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.signatureValid.pen.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.signatureValid.pen.color</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.signatureValid.pen.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.signatureValid.pen.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.signatureValid.pen.style</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.signatureValid.pen.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are:
|
||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.signatureValid.pen.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.signatureValid.pen.width</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.signatureValid.pen.width" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.borders.signatureValid.brush.*</strong>
|
||
<em>Defines the brush of the enlcosed area.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.signatureValid.brush.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.signatureValid.brush.color</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.signatureValid.brush.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.signatureValid.brush.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.signatureValid.brush.style</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.signatureValid.brush.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagcross</span></code></p>
|
||
<p>The style of the pen. Supported values are, e.g.:
|
||
solid, dense1, dense7, horizontal, vertical,
|
||
cross, bdiag, fdiag, diagcross.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.borders.signatureInvalid.*</strong>
|
||
<em>Properties for records with invalid signatures</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.borders.signatureInvalid.pen.*</strong>
|
||
<em>Defines the pen of the border line.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.signatureInvalid.pen.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.signatureInvalid.pen.color</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.signatureInvalid.pen.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.signatureInvalid.pen.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.signatureInvalid.pen.style</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.signatureInvalid.pen.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are:
|
||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.signatureInvalid.pen.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.signatureInvalid.pen.width</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.signatureInvalid.pen.width" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.borders.signatureInvalid.brush.*</strong>
|
||
<em>Defines the brush of the enlcosed area.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.signatureInvalid.brush.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.signatureInvalid.brush.color</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.signatureInvalid.brush.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.borders.signatureInvalid.brush.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.borders.signatureInvalid.brush.style</span></span><a class="headerlink" href="#confval-scheme.colors.records.borders.signatureInvalid.brush.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagcross</span></code></p>
|
||
<p>The style of the pen. Supported values are, e.g.:
|
||
solid, dense1, dense7, horizontal, vertical,
|
||
cross, bdiag, fdiag, diagcross.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.offset.*</strong>
|
||
<em>Defines the pen of the record offset line.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.offset.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.offset.color</span></span><a class="headerlink" href="#confval-scheme.colors.records.offset.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">C0C0FF</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.offset.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.offset.style</span></span><a class="headerlink" href="#confval-scheme.colors.records.offset.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">SolidLine</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.offset.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.offset.width</span></span><a class="headerlink" href="#confval-scheme.colors.records.offset.width" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.0</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.gridPen.*</strong>
|
||
<em>Defines the pen of the record grid.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.gridPen.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.gridPen.color</span></span><a class="headerlink" href="#confval-scheme.colors.records.gridPen.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">00000020</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.gridPen.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.gridPen.style</span></span><a class="headerlink" href="#confval-scheme.colors.records.gridPen.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">DashLine</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.gridPen.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.gridPen.width</span></span><a class="headerlink" href="#confval-scheme.colors.records.gridPen.width" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1.0</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.subGridPen.*</strong>
|
||
<em>Defines the pen of the secondary record grid.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.subGridPen.color">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.subGridPen.color</span></span><a class="headerlink" href="#confval-scheme.colors.records.subGridPen.color" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">00000000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.subGridPen.style">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.subGridPen.style</span></span><a class="headerlink" href="#confval-scheme.colors.records.subGridPen.style" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">DotLine</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine</span></code></p>
|
||
<p>The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.subGridPen.width">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.subGridPen.width</span></span><a class="headerlink" href="#confval-scheme.colors.records.subGridPen.width" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1.0</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>The width of the pen.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.records.states.*</strong>
|
||
<em>Defines the background color of records depending on their state.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.states.unrequested">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.states.unrequested</span></span><a class="headerlink" href="#confval-scheme.colors.records.states.unrequested" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">00000080</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>Additional data which was not requested.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.states.requested">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.states.requested</span></span><a class="headerlink" href="#confval-scheme.colors.records.states.requested" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">ffff0080</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>Requested data Background color of requested data.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.states.inProgress">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.states.inProgress</span></span><a class="headerlink" href="#confval-scheme.colors.records.states.inProgress" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">00ff0010</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>Data currently loading.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.records.states.notAvailable">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.records.states.notAvailable</span></span><a class="headerlink" href="#confval-scheme.colors.records.states.notAvailable" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">ff000080</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>Data which was requested but is not available.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.picks.manual">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.picks.manual</span></span><a class="headerlink" href="#confval-scheme.colors.picks.manual" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">00FF00</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of manual picks.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.picks.automatic">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.picks.automatic</span></span><a class="headerlink" href="#confval-scheme.colors.picks.automatic" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">FF0000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of automatic picks.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.picks.undefined">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.picks.undefined</span></span><a class="headerlink" href="#confval-scheme.colors.picks.undefined" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">A0A0A4</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of picks with undefined state.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.picks.disabled">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.picks.disabled</span></span><a class="headerlink" href="#confval-scheme.colors.picks.disabled" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">A0A0A4</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of disabled picks.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.arrivals.manual">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.arrivals.manual</span></span><a class="headerlink" href="#confval-scheme.colors.arrivals.manual" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">00A000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of manual arrivals (arrivals that bind manual picks,
|
||
e.g. residual plot of scolv, manual picker, …)</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.arrivals.automatic">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.arrivals.automatic</span></span><a class="headerlink" href="#confval-scheme.colors.arrivals.automatic" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">A00000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of automatic arrivals,</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.arrivals.theoretical">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.arrivals.theoretical</span></span><a class="headerlink" href="#confval-scheme.colors.arrivals.theoretical" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0000A0</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of theoretical arrivals.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.arrivals.undefined">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.arrivals.undefined</span></span><a class="headerlink" href="#confval-scheme.colors.arrivals.undefined" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">A00000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of arrivals binding picks with undefined state.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.arrivals.disabled">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.arrivals.disabled</span></span><a class="headerlink" href="#confval-scheme.colors.arrivals.disabled" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">A0A0A4</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of disabled arrivals.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.arrivals.residuals">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.arrivals.residuals</span></span><a class="headerlink" href="#confval-scheme.colors.arrivals.residuals" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>gradient</em></p>
|
||
<p>The gradient of arrivals residuals. A gradient is defined as
|
||
a list of tuples separated by colon where the first item is
|
||
the value and the second is the color. Colors can be given in
|
||
rgb notation or hexadecimal. When rgb is used, double quotes are needed to
|
||
protect the comma inside the rgb definition, e.g.
|
||
-8:"rgb(0,0,100)", -4:"rgb(0,0,255)", -3:"rgb(100,100,255)", …</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.magnitudes.set">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.magnitudes.set</span></span><a class="headerlink" href="#confval-scheme.colors.magnitudes.set" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">00A000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of active magnitudes.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.magnitudes.unset">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.magnitudes.unset</span></span><a class="headerlink" href="#confval-scheme.colors.magnitudes.unset" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">000000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of inactive magnitudes.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.magnitudes.disabled">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.magnitudes.disabled</span></span><a class="headerlink" href="#confval-scheme.colors.magnitudes.disabled" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">A0A0A4</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of disabled magnitudes.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.magnitudes.residuals">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.magnitudes.residuals</span></span><a class="headerlink" href="#confval-scheme.colors.magnitudes.residuals" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>gradient</em></p>
|
||
<p>The gradient of magnitude residuals.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.stations.text">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.stations.text</span></span><a class="headerlink" href="#confval-scheme.colors.stations.text" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">ffffff</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the station name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.stations.associated">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.stations.associated</span></span><a class="headerlink" href="#confval-scheme.colors.stations.associated" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">82AD58</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of associated stations, e.g., in scmv.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.stations.triggering">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.stations.triggering</span></span><a class="headerlink" href="#confval-scheme.colors.stations.triggering" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of triggered stations.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.stations.triggered0">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.stations.triggered0</span></span><a class="headerlink" href="#confval-scheme.colors.stations.triggered0" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.stations.triggered1">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.stations.triggered1</span></span><a class="headerlink" href="#confval-scheme.colors.stations.triggered1" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.stations.triggered2">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.stations.triggered2</span></span><a class="headerlink" href="#confval-scheme.colors.stations.triggered2" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.stations.disabled">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.stations.disabled</span></span><a class="headerlink" href="#confval-scheme.colors.stations.disabled" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of disabled stations.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.stations.idle">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.stations.idle</span></span><a class="headerlink" href="#confval-scheme.colors.stations.idle" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The color of idle stations.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.qc.*</strong>
|
||
<em>The color of QC.delay thresholds in scmv.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.delay0">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.delay0</span></span><a class="headerlink" href="#confval-scheme.colors.qc.delay0" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">00ffff</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.delay1">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.delay1</span></span><a class="headerlink" href="#confval-scheme.colors.qc.delay1" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">00ff00</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.delay2">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.delay2</span></span><a class="headerlink" href="#confval-scheme.colors.qc.delay2" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">fffd00</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.delay3">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.delay3</span></span><a class="headerlink" href="#confval-scheme.colors.qc.delay3" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">ff6633</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.delay4">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.delay4</span></span><a class="headerlink" href="#confval-scheme.colors.qc.delay4" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">ff0000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.delay5">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.delay5</span></span><a class="headerlink" href="#confval-scheme.colors.qc.delay5" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">cccccc</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.delay6">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.delay6</span></span><a class="headerlink" href="#confval-scheme.colors.qc.delay6" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">999999</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.delay7">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.delay7</span></span><a class="headerlink" href="#confval-scheme.colors.qc.delay7" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">666666</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.qcWarning">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.qcWarning</span></span><a class="headerlink" href="#confval-scheme.colors.qc.qcWarning" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">ffff00</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.qcError">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.qcError</span></span><a class="headerlink" href="#confval-scheme.colors.qc.qcError" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">ff0000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.qcOk">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.qcOk</span></span><a class="headerlink" href="#confval-scheme.colors.qc.qcOk" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">00ff00</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.qc.qcNotSet">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.qc.qcNotSet</span></span><a class="headerlink" href="#confval-scheme.colors.qc.qcNotSet" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">000000</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.gm.*</strong>
|
||
<em>The color of ground motion amplitudes in scmv.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gm0">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gm0</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gm0" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gm1">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gm1</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gm1" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gm2">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gm2</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gm2" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gm3">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gm3</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gm3" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gm4">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gm4</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gm4" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gm5">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gm5</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gm5" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gm6">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gm6</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gm6" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gm7">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gm7</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gm7" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gm8">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gm8</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gm8" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gm9">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gm9</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gm9" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.gm.gmNotSet">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.gm.gmNotSet</span></span><a class="headerlink" href="#confval-scheme.colors.gm.gmNotSet" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.recordView.selectedTraceZoom">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.recordView.selectedTraceZoom</span></span><a class="headerlink" href="#confval-scheme.colors.recordView.selectedTraceZoom" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">C0C0FFC0</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>The color of the selected zoom area, e.g., in scolv picker.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.legend.background">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.legend.background</span></span><a class="headerlink" href="#confval-scheme.colors.legend.background" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The map legend background color.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.legend.border">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.legend.border</span></span><a class="headerlink" href="#confval-scheme.colors.legend.border" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The map legend border color.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.legend.text">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.legend.text</span></span><a class="headerlink" href="#confval-scheme.colors.legend.text" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The map legend text color.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.legend.headerText">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.legend.headerText</span></span><a class="headerlink" href="#confval-scheme.colors.legend.headerText" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p>The map legend header color.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.originSymbol.*</strong>
|
||
<em>Parameters controlling the color of origin symbols. The</em>
|
||
<em>size is controlled by the parameters</em>
|
||
<em>“scheme.mag.originSymbol</em>”.*</p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.originSymbol.classic">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.originSymbol.classic</span></span><a class="headerlink" href="#confval-scheme.colors.originSymbol.classic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.originSymbol.depth.gradient">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.originSymbol.depth.gradient</span></span><a class="headerlink" href="#confval-scheme.colors.originSymbol.depth.gradient" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0:FF0000,50:ffA500,100:FFFF00,250:00FF00,600:0000FF</span></code></p>
|
||
<p>Type: <em>gradient</em></p>
|
||
<p>The depth gradient.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.originSymbol.depth.discrete">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.originSymbol.depth.discrete</span></span><a class="headerlink" href="#confval-scheme.colors.originSymbol.depth.discrete" 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>Setting this parameter to true will not interpolate between
|
||
the depth steps and the color for a depth <= input is used.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.originStatus.*</strong>
|
||
<em>The origin status colors, e.g., in event lists.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.originStatus.automatic">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.originStatus.automatic</span></span><a class="headerlink" href="#confval-scheme.colors.originStatus.automatic" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.originStatus.manual">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.originStatus.manual</span></span><a class="headerlink" href="#confval-scheme.colors.originStatus.manual" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>color</em></p>
|
||
<p><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.colors.splash.*</strong>
|
||
<em>Defines colors used in the splash screen shown at application startup.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.splash.message">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.splash.message</span></span><a class="headerlink" href="#confval-scheme.colors.splash.message" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">808080</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>Text color of the message string.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.colors.splash.version">
|
||
<span class="sig-name descname"><span class="pre">scheme.colors.splash.version</span></span><a class="headerlink" href="#confval-scheme.colors.splash.version" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">02589e</span></code></p>
|
||
<p>Type: <em>color</em></p>
|
||
<p>Text color of the version string.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.marker.lineWidth">
|
||
<span class="sig-name descname"><span class="pre">scheme.marker.lineWidth</span></span><a class="headerlink" href="#confval-scheme.marker.lineWidth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>The line width of the marker, e.g., picks of scolv picker).</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.records.lineWidth">
|
||
<span class="sig-name descname"><span class="pre">scheme.records.lineWidth</span></span><a class="headerlink" href="#confval-scheme.records.lineWidth" 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>int</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>The line width of the records/traces.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.records.antiAliasing">
|
||
<span class="sig-name descname"><span class="pre">scheme.records.antiAliasing</span></span><a class="headerlink" href="#confval-scheme.records.antiAliasing" 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 antialiasing of records/traces. Antialiasing
|
||
needs more two times to storage space as non antialiasing
|
||
but it improves visual quality.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.records.optimize">
|
||
<span class="sig-name descname"><span class="pre">scheme.records.optimize</span></span><a class="headerlink" href="#confval-scheme.records.optimize" 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 optimization of trace polylines. If activated,
|
||
lines on the same pixel line or same pixel row collapse
|
||
into single lines.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.records.showEngineeringValues">
|
||
<span class="sig-name descname"><span class="pre">scheme.records.showEngineeringValues</span></span><a class="headerlink" href="#confval-scheme.records.showEngineeringValues" 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>Shows numerical values in the vertical axis and the min/mean
|
||
values between 0 and 1000 with a unit prefix such as
|
||
m (milli) or M (mega).</p>
|
||
<p>Supported prefixes are:
|
||
Q (queta = 10**30), R (ronna = 10**27), Y (yotta = 10**24),
|
||
Z (zetta = 10**21), E (exa = 10**18), P (peta = 10**15),
|
||
T (tera = 10**12), G (giga = 10**9), M (mega = 10**6),
|
||
k (kilo = 10**3),
|
||
m (milli = 10**-3), µ (micro = 10**-6), n (nano = 10**-9),
|
||
p (pico = 10**-12), f (femto = 10**-15), a (atto = 10**-18),
|
||
z (zepto = 10**-21), y (yocto = 10**-24), r (ronto = 10**-27),
|
||
q (quekto = 10**-30).</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.records.borders.drawMode">
|
||
<span class="sig-name descname"><span class="pre">scheme.records.borders.drawMode</span></span><a class="headerlink" href="#confval-scheme.records.borders.drawMode" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">box</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">topline,box,bottomline</span></code></p>
|
||
<p>Mode for drawing record borders as box or line on top or
|
||
bottom.</p>
|
||
<p>Supported values: "topline","box","bottomline"</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.base.*</strong>
|
||
<em>The general base font of an application. This overrides</em>
|
||
<em>the default Qt application font.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.base.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.base.family</span></span><a class="headerlink" href="#confval-scheme.fonts.base.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.base.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.base.size</span></span><a class="headerlink" href="#confval-scheme.fonts.base.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.base.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.base.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.base.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.base.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.base.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.base.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.base.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.base.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.base.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.base.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.base.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.base.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.small.*</strong>
|
||
<em>The smallest available font. If undefined, the point</em>
|
||
<em>size is 2 points smaller than the base font.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.small.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.small.family</span></span><a class="headerlink" href="#confval-scheme.fonts.small.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.small.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.small.size</span></span><a class="headerlink" href="#confval-scheme.fonts.small.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.small.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.small.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.small.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.small.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.small.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.small.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.small.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.small.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.small.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.small.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.small.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.small.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.normal.*</strong>
|
||
<em>The default text font. If undefined, the point size is 2</em>
|
||
<em>points larger than the base font.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.normal.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.normal.family</span></span><a class="headerlink" href="#confval-scheme.fonts.normal.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.normal.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.normal.size</span></span><a class="headerlink" href="#confval-scheme.fonts.normal.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.normal.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.normal.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.normal.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.normal.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.normal.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.normal.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.normal.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.normal.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.normal.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.normal.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.normal.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.normal.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.large.*</strong>
|
||
<em>The largest text font. If undefined, the point size is 6</em>
|
||
<em>points larger than the base font.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.large.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.large.family</span></span><a class="headerlink" href="#confval-scheme.fonts.large.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.large.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.large.size</span></span><a class="headerlink" href="#confval-scheme.fonts.large.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.large.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.large.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.large.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.large.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.large.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.large.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.large.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.large.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.large.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.large.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.large.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.large.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.highlight.*</strong>
|
||
<em>Font used to highlight text. If undefined, it equals the</em>
|
||
<em>normal font except for a bold font face.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.highlight.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.highlight.family</span></span><a class="headerlink" href="#confval-scheme.fonts.highlight.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.highlight.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.highlight.size</span></span><a class="headerlink" href="#confval-scheme.fonts.highlight.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.highlight.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.highlight.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.highlight.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.highlight.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.highlight.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.highlight.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.highlight.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.highlight.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.highlight.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.highlight.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.highlight.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.highlight.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.heading1.*</strong>
|
||
<em>The largest heading font. If undefined, it uses a bold</em>
|
||
<em>font face and a font size twice as large as the normal font.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading1.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading1.family</span></span><a class="headerlink" href="#confval-scheme.fonts.heading1.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading1.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading1.size</span></span><a class="headerlink" href="#confval-scheme.fonts.heading1.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading1.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading1.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.heading1.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading1.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading1.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.heading1.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading1.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading1.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.heading1.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading1.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading1.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.heading1.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.heading2.*</strong>
|
||
<em>The second largest heading font. If undefined, it uses a</em>
|
||
<em>bold font face and a font size twice as large as the base font.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading2.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading2.family</span></span><a class="headerlink" href="#confval-scheme.fonts.heading2.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading2.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading2.size</span></span><a class="headerlink" href="#confval-scheme.fonts.heading2.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading2.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading2.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.heading2.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading2.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading2.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.heading2.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading2.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading2.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.heading2.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading2.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading2.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.heading2.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.heading3.*</strong>
|
||
<em>The smallest heading font. If undefined, it uses a bold</em>
|
||
<em>font face and a font size 4 points larger than the base font.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading3.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading3.family</span></span><a class="headerlink" href="#confval-scheme.fonts.heading3.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading3.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading3.size</span></span><a class="headerlink" href="#confval-scheme.fonts.heading3.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading3.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading3.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.heading3.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading3.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading3.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.heading3.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading3.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading3.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.heading3.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.heading3.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.heading3.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.heading3.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.cityLabels.*</strong>
|
||
<em>Font used for city labels. If undefined, it equals the</em>
|
||
<em>base font.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.cityLabels.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.cityLabels.family</span></span><a class="headerlink" href="#confval-scheme.fonts.cityLabels.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.cityLabels.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.cityLabels.size</span></span><a class="headerlink" href="#confval-scheme.fonts.cityLabels.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.cityLabels.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.cityLabels.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.cityLabels.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.cityLabels.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.cityLabels.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.cityLabels.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.cityLabels.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.cityLabels.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.cityLabels.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.cityLabels.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.cityLabels.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.cityLabels.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.splashVersion.*</strong>
|
||
<em>Font used for version string in the splash dialog shown</em>
|
||
<em>at application startup. If undefined, it equals the base</em>
|
||
<em>font with a bold font face and a font size of 12.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashVersion.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashVersion.family</span></span><a class="headerlink" href="#confval-scheme.fonts.splashVersion.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashVersion.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashVersion.size</span></span><a class="headerlink" href="#confval-scheme.fonts.splashVersion.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashVersion.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashVersion.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.splashVersion.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashVersion.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashVersion.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.splashVersion.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashVersion.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashVersion.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.splashVersion.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashVersion.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashVersion.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.splashVersion.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.fonts.splashMessage.*</strong>
|
||
<em>Font used for the message text in the splash dialog</em>
|
||
<em>shown at application startup. If undefined, it equals</em>
|
||
<em>the base font with a font size of 12.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashMessage.family">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashMessage.family</span></span><a class="headerlink" href="#confval-scheme.fonts.splashMessage.family" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Sets the family name of the font. The name is case
|
||
insensitive and may include a foundry name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashMessage.size">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashMessage.size</span></span><a class="headerlink" href="#confval-scheme.fonts.splashMessage.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Defines the point size of the font.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashMessage.bold">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashMessage.bold</span></span><a class="headerlink" href="#confval-scheme.fonts.splashMessage.bold" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashMessage.italic">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashMessage.italic</span></span><a class="headerlink" href="#confval-scheme.fonts.splashMessage.italic" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashMessage.underline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashMessage.underline</span></span><a class="headerlink" href="#confval-scheme.fonts.splashMessage.underline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.fonts.splashMessage.overline">
|
||
<span class="sig-name descname"><span class="pre">scheme.fonts.splashMessage.overline</span></span><a class="headerlink" href="#confval-scheme.fonts.splashMessage.overline" 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><em>No description available</em></p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.precision.*</strong>
|
||
<em>Display values with the precisions configured as the number</em>
|
||
<em>of decimal places.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.precision.depth">
|
||
<span class="sig-name descname"><span class="pre">scheme.precision.depth</span></span><a class="headerlink" href="#confval-scheme.precision.depth" 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>int</em></p>
|
||
<p>The precision of depth values.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.precision.distance">
|
||
<span class="sig-name descname"><span class="pre">scheme.precision.distance</span></span><a class="headerlink" href="#confval-scheme.precision.distance" 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>int</em></p>
|
||
<p>The precision of distance values. This
|
||
parameter only applies if scheme.unit.distanceInKM = true.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.precision.location">
|
||
<span class="sig-name descname"><span class="pre">scheme.precision.location</span></span><a class="headerlink" href="#confval-scheme.precision.location" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">2</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>The precision of latitude/longintude values.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.precision.magnitude">
|
||
<span class="sig-name descname"><span class="pre">scheme.precision.magnitude</span></span><a class="headerlink" href="#confval-scheme.precision.magnitude" 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>int</em></p>
|
||
<p>The precision of magnitude values.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.precision.originTime">
|
||
<span class="sig-name descname"><span class="pre">scheme.precision.originTime</span></span><a class="headerlink" href="#confval-scheme.precision.originTime" 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>int</em></p>
|
||
<p>The precision of origin times and creation times of
|
||
origins and focal mechanisms.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.precision.pickTime">
|
||
<span class="sig-name descname"><span class="pre">scheme.precision.pickTime</span></span><a class="headerlink" href="#confval-scheme.precision.pickTime" 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>int</em></p>
|
||
<p>The precision of pick times.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.precision.traceValues">
|
||
<span class="sig-name descname"><span class="pre">scheme.precision.traceValues</span></span><a class="headerlink" href="#confval-scheme.precision.traceValues" 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>int</em></p>
|
||
<p>Precision of displayed offset/amplitude in all trace
|
||
widgets.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.precision.rms">
|
||
<span class="sig-name descname"><span class="pre">scheme.precision.rms</span></span><a class="headerlink" href="#confval-scheme.precision.rms" 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>int</em></p>
|
||
<p>Precision of RMS values.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.precision.uncertainties">
|
||
<span class="sig-name descname"><span class="pre">scheme.precision.uncertainties</span></span><a class="headerlink" href="#confval-scheme.precision.uncertainties" 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>int</em></p>
|
||
<p>Precision of uncertainty values, e.g., for latitude and
|
||
longitude.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.unit.distanceInKM">
|
||
<span class="sig-name descname"><span class="pre">scheme.unit.distanceInKM</span></span><a class="headerlink" href="#confval-scheme.unit.distanceInKM" 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>Display distances in km?</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.dateTime.useLocalTime">
|
||
<span class="sig-name descname"><span class="pre">scheme.dateTime.useLocalTime</span></span><a class="headerlink" href="#confval-scheme.dateTime.useLocalTime" 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>Display times in localtime. If disabled all times are
|
||
shown in UTC which is also the time zone of all values
|
||
stored in the database.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.splash.*</strong>
|
||
<em>Defines the appearance of the splash screen shown at application startup.</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.splash.message.*</strong>
|
||
<em>Position of the message text.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.splash.message.align">
|
||
<span class="sig-name descname"><span class="pre">scheme.splash.message.align</span></span><a class="headerlink" href="#confval-scheme.splash.message.align" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">44</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Qt::Alignment bit mask. Default: AlignHCenter | AlignBottom</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.splash.message.pos.*</strong>
|
||
<em>Position in screen coordinates.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.splash.message.pos.x">
|
||
<span class="sig-name descname"><span class="pre">scheme.splash.message.pos.x</span></span><a class="headerlink" href="#confval-scheme.splash.message.pos.x" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">200</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>Horizontal position.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.splash.message.pos.y">
|
||
<span class="sig-name descname"><span class="pre">scheme.splash.message.pos.y</span></span><a class="headerlink" href="#confval-scheme.splash.message.pos.y" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">260</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>Vertical position.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.splash.version.*</strong>
|
||
<em>Position of the version string</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.splash.version.align">
|
||
<span class="sig-name descname"><span class="pre">scheme.splash.version.align</span></span><a class="headerlink" href="#confval-scheme.splash.version.align" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">34</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Qt::Alignment bit mask. Default: AlignRight | AlignBottom</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>scheme.splash.version.pos.*</strong>
|
||
<em>Position in screen coordinates.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.splash.version.pos.x">
|
||
<span class="sig-name descname"><span class="pre">scheme.splash.version.pos.x</span></span><a class="headerlink" href="#confval-scheme.splash.version.pos.x" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">362</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>Horizontal position.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-scheme.splash.version.pos.y">
|
||
<span class="sig-name descname"><span class="pre">scheme.splash.version.pos.y</span></span><a class="headerlink" href="#confval-scheme.splash.version.pos.y" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">190</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Unit: <em>px</em></p>
|
||
<p>Vertical position.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>events.timeAgo.*</strong>
|
||
<em>Defines maximum age of events to load. The value of all</em>
|
||
<em>parameters are aggregated.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-events.timeAgo.days">
|
||
<span class="sig-name descname"><span class="pre">events.timeAgo.days</span></span><a class="headerlink" href="#confval-events.timeAgo.days" 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>int</em></p>
|
||
<p>Unit: <em>d</em></p>
|
||
<p>Age in days.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-events.timeAgo.hours">
|
||
<span class="sig-name descname"><span class="pre">events.timeAgo.hours</span></span><a class="headerlink" href="#confval-events.timeAgo.hours" 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>int</em></p>
|
||
<p>Unit: <em>h</em></p>
|
||
<p>Age in hours.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-events.timeAgo.minutes">
|
||
<span class="sig-name descname"><span class="pre">events.timeAgo.minutes</span></span><a class="headerlink" href="#confval-events.timeAgo.minutes" 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>int</em></p>
|
||
<p>Unit: <em>m</em></p>
|
||
<p>Age in minutes.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-events.timeAgo.seconds">
|
||
<span class="sig-name descname"><span class="pre">events.timeAgo.seconds</span></span><a class="headerlink" href="#confval-events.timeAgo.seconds" 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>int</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Age in seconds.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>mode.*</strong>
|
||
<em>Configuration of special applications modes.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-mode.interactive">
|
||
<span class="sig-name descname"><span class="pre">mode.interactive</span></span><a class="headerlink" href="#confval-mode.interactive" 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>Defines if application interaction is allowed.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-mode.fullscreen">
|
||
<span class="sig-name descname"><span class="pre">mode.fullscreen</span></span><a class="headerlink" href="#confval-mode.fullscreen" 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>Defines if the application should be launched in fullscreen
|
||
mode hiding title bar, main menu and status bar.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.filters">
|
||
<span class="sig-name descname"><span class="pre">picker.filters</span></span><a class="headerlink" href="#confval-picker.filters" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">"BP</span> <span class="pre">0.1</span> <span class="pre">-</span> <span class="pre">1</span> <span class="pre">Hz</span>  <span class="pre">3rd</span> <span class="pre">order;RMHP(10)>>ITAPER(30)>>BW(3,0.1,1)",</span>      <span class="pre">"BP</span> <span class="pre">0.1</span> <span class="pre">-</span> <span class="pre">2</span> <span class="pre">Hz</span>  <span class="pre">3rd</span> <span class="pre">order;RMHP(10)>>ITAPER(30)>>BW(3,0.1,2)",</span>      <span class="pre">"BP</span> <span class="pre">1</span> <span class="pre">-</span> <span class="pre">3</span> <span class="pre">Hz</span>  <span class="pre">3rd</span> <span class="pre">order;RMHP(10)>>ITAPER(30)>>BW(3,1.0,3)",</span>      <span class="pre">"BP</span> <span class="pre">0.4</span> <span class="pre">-</span> <span class="pre">1</span> <span class="pre">Hz</span>  <span class="pre">3rd</span> <span class="pre">order;RMHP(10)>>ITAPER(30)>>BW(3,0.4,1)",</span>      <span class="pre">"@BP</span> <span class="pre">0.7</span> <span class="pre">-</span> <span class="pre">2</span> <span class="pre">Hz</span>  <span class="pre">3rd</span> <span class="pre">order;RMHP(10)>>ITAPER(30)>>BW(3,0.7,2)",</span>      <span class="pre">"BP</span> <span class="pre">2</span> <span class="pre">-</span> <span class="pre">4</span> <span class="pre">Hz</span>  <span class="pre">3rd</span> <span class="pre">order;RMHP(5)>>ITAPER(10)>>BW(3,2.0,4)",</span>      <span class="pre">"BP</span> <span class="pre">3</span> <span class="pre">-</span> <span class="pre">6</span> <span class="pre">Hz</span>  <span class="pre">3rd</span> <span class="pre">order;RMHP(5)>>ITAPER(10)>>BW(3,3.0,6)",</span>      <span class="pre">"BP</span> <span class="pre">4</span> <span class="pre">-</span> <span class="pre">8</span> <span class="pre">Hz</span>  <span class="pre">3rd</span> <span class="pre">order;RMHP(5)>>ITAPER(10)>>BW(3,4.0,8)",</span>      <span class="pre">"BP</span> <span class="pre">1</span> <span class="pre">-</span> <span class="pre">5</span> <span class="pre">Hz</span>  <span class="pre">3rd</span> <span class="pre">order;RMHP(5)>>ITAPER(10)>>BW(3,1.0,5)",</span>      <span class="pre">"HP</span> <span class="pre">3</span> <span class="pre">Hz</span>  <span class="pre">3rd</span> <span class="pre">order;RMHP(1)>>ITAPER(2)>>BW_HP(3,3)",</span>      <span class="pre">"BP</span> <span class="pre">0.7</span> <span class="pre">-</span> <span class="pre">2</span> <span class="pre">Hz</span> <span class="pre">+</span> <span class="pre">STA/LTA(1,50);RMHP(10)->ITAPER(30)->BW(3,0.7,2)->STALTA(1,50)"</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>Configures the default filters selectable in manual picker.
|
||
The entry with a leading "@" is selected as default filter.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.*</strong>
|
||
<em>Control the Events tab, e.g. in scolv, showing the list of loaded events.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.visibleColumns">
|
||
<span class="sig-name descname"><span class="pre">eventlist.visibleColumns</span></span><a class="headerlink" href="#confval-eventlist.visibleColumns" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">M,MType,Phases,RMS,Lat,Lon,Depth,Stat,Agency,Region,ID</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">TimeAgo,Certainty,Type,M,MType,RMS,AzGap,Phases,Lat,Lon,Depth,DType,Stat,FM,Origins,Agency,Author,Region,ID</span></code></p>
|
||
<p>Configure the columns of the event list that are visible
|
||
initially. The first column containing the origin time is
|
||
always visible and cannot be hidden.</p>
|
||
<p>Custom columns can be added by eventlist.customColumn.* or
|
||
eventlist.scripts.* parameters.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.customColumn.*</strong>
|
||
<em>Custom column showing origin or event comments.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.customColumn.name">
|
||
<span class="sig-name descname"><span class="pre">eventlist.customColumn.name</span></span><a class="headerlink" href="#confval-eventlist.customColumn.name" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Name of the custom column to be shown in the column
|
||
header.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.customColumn.originCommentID">
|
||
<span class="sig-name descname"><span class="pre">eventlist.customColumn.originCommentID</span></span><a class="headerlink" href="#confval-eventlist.customColumn.originCommentID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>ID of the origin comment to look up.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.customColumn.eventCommentID">
|
||
<span class="sig-name descname"><span class="pre">eventlist.customColumn.eventCommentID</span></span><a class="headerlink" href="#confval-eventlist.customColumn.eventCommentID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>ID of the event comment to look up.</p>
|
||
<p>originCommentID, if configured, takes priority.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.customColumn.pos">
|
||
<span class="sig-name descname"><span class="pre">eventlist.customColumn.pos</span></span><a class="headerlink" href="#confval-eventlist.customColumn.pos" 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>int</em></p>
|
||
<p>Position of the column. If the configured position is
|
||
less than 0 or if it exceeds the total number of columns,
|
||
then the column is appended to the right.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.customColumn.default">
|
||
<span class="sig-name descname"><span class="pre">eventlist.customColumn.default</span></span><a class="headerlink" href="#confval-eventlist.customColumn.default" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Default value to display if the specified origin or
|
||
event comment id was not found.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.customColumn.colors">
|
||
<span class="sig-name descname"><span class="pre">eventlist.customColumn.colors</span></span><a class="headerlink" href="#confval-eventlist.customColumn.colors" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Mapping of comment values to colors used as text color.
|
||
E.g. "foo:#000,bar:red".</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.scripts.*</strong>
|
||
<em>Custom columns showing parameters extracted by scripts e.g.</em>
|
||
<em>from origins or events.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.scripts.export">
|
||
<span class="sig-name descname"><span class="pre">eventlist.scripts.export</span></span><a class="headerlink" href="#confval-eventlist.scripts.export" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>Defines the export script to be called with the selected
|
||
event IDs in stdin when the corresponding action is triggered
|
||
from the context menu of the list of events.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.scripts.columns">
|
||
<span class="sig-name descname"><span class="pre">eventlist.scripts.columns</span></span><a class="headerlink" href="#confval-eventlist.scripts.columns" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Name of custom column profiles to be registered. Comma
|
||
separated list.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.scripts.column.*</strong>
|
||
<em>Definition of custom column profiles for creating custom</em>
|
||
<em>event list columns whose values are filled by external scripts.</em>
|
||
<em>The scolv documentation provides an example script.</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.scripts.column.$name.*</strong>
|
||
$name is a placeholder for the name to be used and needs to be added to <code class="xref std std-confval docutils literal notranslate"><span class="pre">eventlist.scripts.profiles</span></code> to become active.</p>
|
||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>eventlist.scripts.profiles<span class="w"> </span><span class="o">=</span><span class="w"> </span>a,b
|
||
eventlist.scripts.column.a.value1<span class="w"> </span><span class="o">=</span><span class="w"> </span>...
|
||
eventlist.scripts.column.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 eventlist.scripts.profiles</span>
|
||
eventlist.scripts.column.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-eventlist.scripts.column.-name.script">
|
||
<span class="sig-name descname"><span class="pre">eventlist.scripts.column.$name.script</span></span><a class="headerlink" href="#confval-eventlist.scripts.column.-name.script" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>External script to invoke for each event list entry. The object represented by the
|
||
list entry is serialized to XML and passed to the script on stdin. If the return
|
||
code of the script is 0 (‘success’) then the script result is read from stdout and
|
||
displayed in the corresponding event list cell.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.scripts.column.-name.pos">
|
||
<span class="sig-name descname"><span class="pre">eventlist.scripts.column.$name.pos</span></span><a class="headerlink" href="#confval-eventlist.scripts.column.-name.pos" 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>int</em></p>
|
||
<p>Position of the column. If the configured position is less than 0 or if it
|
||
exceeds the total number of columns, then the column is appended to the right.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.scripts.column.-name.label">
|
||
<span class="sig-name descname"><span class="pre">eventlist.scripts.column.$name.label</span></span><a class="headerlink" href="#confval-eventlist.scripts.column.-name.label" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Column name shown in header of event list table.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.scripts.column.-name.types">
|
||
<span class="sig-name descname"><span class="pre">eventlist.scripts.column.$name.types</span></span><a class="headerlink" href="#confval-eventlist.scripts.column.-name.types" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Object types passed to the script.
|
||
Supported values are ‘Event’ and ‘Origin’.
|
||
Mandatory parameter.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.filter.agencies.*</strong>
|
||
<em>Filter the loaded event list by agency ID.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.agencies.label">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.agencies.label</span></span><a class="headerlink" href="#confval-eventlist.filter.agencies.label" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">"Show</span> <span class="pre">only</span> <span class="pre">own</span> <span class="pre">events"</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Defines the text of the option "Show only own events".
|
||
Use double quotes ‘"’ around the string if it contains spaces.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.agencies.whitelist">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.agencies.whitelist</span></span><a class="headerlink" href="#confval-eventlist.filter.agencies.whitelist" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Sets a list of preferred agencies. Events from preferred
|
||
agencies are defined as "own" events.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.agencies.type">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.agencies.type</span></span><a class="headerlink" href="#confval-eventlist.filter.agencies.type" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">events</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Sets the type of the filter. If type is "events" the agency
|
||
of the preferred origin of the event is checked.
|
||
If type is "origins" the agency of all origins of
|
||
an event is checked and if at least one origins agency is part
|
||
of the whitelist it will pass the filter. Or in other words,
|
||
the event is hidden if no origin is from a preferred agency.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.agencies.enabled">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.agencies.enabled</span></span><a class="headerlink" href="#confval-eventlist.filter.agencies.enabled" 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>Sets the default state of the "Show only own events"
|
||
option.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.filter.regions.*</strong>
|
||
<em>Filter the loaded event list by region within or outside a</em>
|
||
<em>bounding box. Register the profile name in the regions parameter.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.regions.profiles">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.regions.profiles</span></span><a class="headerlink" href="#confval-eventlist.filter.regions.profiles" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Add the defined region profiles separated by comma.
|
||
The order determines the ocurrence in the filter menu.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.regions.enabled">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.regions.enabled</span></span><a class="headerlink" href="#confval-eventlist.filter.regions.enabled" 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>Hide events by the defined region by default.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.filter.regions.region.$name.*</strong>
|
||
<em>Define a rectangular region to filter the loaded event list.</em>
|
||
$name is a placeholder for the name to be used and needs to be added to <a class="reference internal" href="global_gui.html#confval-eventlist.filter.regions.profiles"><code class="xref std std-confval docutils literal notranslate"><span class="pre">eventlist.filter.regions.profiles</span></code></a> to become active.</p>
|
||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>eventlist.filter.regions.profiles<span class="w"> </span><span class="o">=</span><span class="w"> </span>a,b
|
||
eventlist.filter.regions.region.a.value1<span class="w"> </span><span class="o">=</span><span class="w"> </span>...
|
||
eventlist.filter.regions.region.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 eventlist.filter.regions.profiles</span>
|
||
eventlist.filter.regions.region.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-eventlist.filter.regions.region.-name.name">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.regions.region.$name.name</span></span><a class="headerlink" href="#confval-eventlist.filter.regions.region.-name.name" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Defines the name of the region that shows up in the
|
||
listbox.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.regions.region.-name.rect">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.regions.region.$name.rect</span></span><a class="headerlink" href="#confval-eventlist.filter.regions.region.-name.rect" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:double</em></p>
|
||
<p>Defines a rectangular region with a list of 4 values:
|
||
latmin, lonmin, latmax, lonmax.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.regions.region.-name.poly">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.regions.region.$name.poly</span></span><a class="headerlink" href="#confval-eventlist.filter.regions.region.-name.poly" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Defines the name of the polygon for the region check.
|
||
If defined then the rect region has no effect.
|
||
The configured polygon name is being search for
|
||
in the global FEP regions and the spatial
|
||
vector layer. The first polygon found with
|
||
the given name will be taken.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.filter.types.*</strong>
|
||
<em>Filter the loaded event list by event types.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.types.label">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.types.label</span></span><a class="headerlink" href="#confval-eventlist.filter.types.label" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">"Hide</span> <span class="pre">other/fake</span> <span class="pre">events"</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Defines the text of the option "Hide other/fake events".
|
||
Use double quotes ‘"’ around the string if it contains spaces.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.types.blacklist">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.types.blacklist</span></span><a class="headerlink" href="#confval-eventlist.filter.types.blacklist" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">"not</span> <span class="pre">existing","other"</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>List of event type to be hidden if the "Hide other/fake events"
|
||
option is ticked.
|
||
Use double quotes ‘"’ around the string if it contains spaces.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.types.enabled">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.types.enabled</span></span><a class="headerlink" href="#confval-eventlist.filter.types.enabled" 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>Sets the default state of the "Hide other/fake events"
|
||
option.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.filter.database.*</strong>
|
||
<em>Pre-set options to filter a database request to load events</em>
|
||
<em>into the event list.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.database.minlat">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.database.minlat</span></span><a class="headerlink" href="#confval-eventlist.filter.database.minlat" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>Minimum latitude</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.database.maxlat">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.database.maxlat</span></span><a class="headerlink" href="#confval-eventlist.filter.database.maxlat" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>Maximum latitude</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.database.minlon">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.database.minlon</span></span><a class="headerlink" href="#confval-eventlist.filter.database.minlon" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>Minimum longitude</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.database.maxlon">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.database.maxlon</span></span><a class="headerlink" href="#confval-eventlist.filter.database.maxlon" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>Maximum longitude</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.database.mindepth">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.database.mindepth</span></span><a class="headerlink" href="#confval-eventlist.filter.database.mindepth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>Minimum depth</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.database.maxdepth">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.database.maxdepth</span></span><a class="headerlink" href="#confval-eventlist.filter.database.maxdepth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>Maximum depth</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.database.minphasecount">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.database.minphasecount</span></span><a class="headerlink" href="#confval-eventlist.filter.database.minphasecount" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Minimum number of phases</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.database.maxphasecount">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.database.maxphasecount</span></span><a class="headerlink" href="#confval-eventlist.filter.database.maxphasecount" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Maximum number of phases</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.database.minmag">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.database.minmag</span></span><a class="headerlink" href="#confval-eventlist.filter.database.minmag" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Minimum magnitude</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.filter.database.maxmag">
|
||
<span class="sig-name descname"><span class="pre">eventlist.filter.database.maxmag</span></span><a class="headerlink" href="#confval-eventlist.filter.database.maxmag" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Maximum magnitude</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventlist.timeAgo.*</strong>
|
||
<em>Parameters controlling the appearance of the TimeAgo column.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.timeAgo.interval">
|
||
<span class="sig-name descname"><span class="pre">eventlist.timeAgo.interval</span></span><a class="headerlink" href="#confval-eventlist.timeAgo.interval" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1.0</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Update interval in seconds.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.timeAgo.background.gradient">
|
||
<span class="sig-name descname"><span class="pre">eventlist.timeAgo.background.gradient</span></span><a class="headerlink" href="#confval-eventlist.timeAgo.background.gradient" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>gradient</em></p>
|
||
<p>Unit: <em>s:color</em></p>
|
||
<p>Mapping of time values in seconds to colors used as
|
||
cell backgroud color. E.g., a mapping from green
|
||
over yellow (5min), red (10min) to
|
||
transparent (30min) can be expressed as
|
||
"0:40FF40FF,300:FFFF40FF,600:FF4040FF,1800:FF4040FF,1801:00000000".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventlist.timeAgo.background.discrete">
|
||
<span class="sig-name descname"><span class="pre">eventlist.timeAgo.background.discrete</span></span><a class="headerlink" href="#confval-eventlist.timeAgo.background.discrete" 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>If time ago value falls between two color positions,
|
||
the resulting color will be interpolated linearly
|
||
between both colors by default. When the discrete
|
||
flag is set, the interpolation will be disabled.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventedit.*</strong>
|
||
<em>Control the Event tab, e.g. in scolv, showing origins and</em>
|
||
<em>focal mechanisms of a selected event.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventedit.triggerFM">
|
||
<span class="sig-name descname"><span class="pre">eventedit.triggerFM</span></span><a class="headerlink" href="#confval-eventedit.triggerFM" 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>Adds button which request the computation of a FocalMechanism solution by sending a JournalEntry message. This feature depends on a FM module, such as scautomt, to be running in background and doing the actual processing.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventedit.origin.visibleColumns">
|
||
<span class="sig-name descname"><span class="pre">eventedit.origin.visibleColumns</span></span><a class="headerlink" href="#confval-eventedit.origin.visibleColumns" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">Phases,Lat,Lon,Depth,DType,RMS,AzGap,Stat,Method,Agency,Author,Region,ID</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">Phases,Lat,Lon,Depth,DType,RMS,AzGap,Stat,Method,Agency,Author,Region,ID</span></code></p>
|
||
<p>Configure the columns of the event edit origin table
|
||
that are visible initially. Origin creation time and
|
||
origin time are always visible.
|
||
Possible values are:</p>
|
||
<p>Phases, Lat, Lon, Depth, DType, RMS, AzGap, Stat, Method, Agency, Author, Region, ID</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventedit.origin.customColumn.*</strong>
|
||
<em>Custom column showing origin comments.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventedit.origin.customColumn.name">
|
||
<span class="sig-name descname"><span class="pre">eventedit.origin.customColumn.name</span></span><a class="headerlink" href="#confval-eventedit.origin.customColumn.name" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Name of the custom column to be shown in the column
|
||
header.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventedit.origin.customColumn.originCommentID">
|
||
<span class="sig-name descname"><span class="pre">eventedit.origin.customColumn.originCommentID</span></span><a class="headerlink" href="#confval-eventedit.origin.customColumn.originCommentID" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>ID of the origin comment to look up.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventedit.origin.customColumn.pos">
|
||
<span class="sig-name descname"><span class="pre">eventedit.origin.customColumn.pos</span></span><a class="headerlink" href="#confval-eventedit.origin.customColumn.pos" 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>int</em></p>
|
||
<p>Position of the column. If the configured position
|
||
is less than 0 or if it exceeds the total number of
|
||
columns, then the column is appended to the right.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventedit.origin.customColumn.default">
|
||
<span class="sig-name descname"><span class="pre">eventedit.origin.customColumn.default</span></span><a class="headerlink" href="#confval-eventedit.origin.customColumn.default" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Default value to display if the specified origin or
|
||
event comment id was not found.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventedit.origin.customColumn.colors">
|
||
<span class="sig-name descname"><span class="pre">eventedit.origin.customColumn.colors</span></span><a class="headerlink" href="#confval-eventedit.origin.customColumn.colors" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Mapping of comment values to colors used as text
|
||
color. E.g. "foo:#000,bar:red".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventedit.fm.visibleColumns">
|
||
<span class="sig-name descname"><span class="pre">eventedit.fm.visibleColumns</span></span><a class="headerlink" href="#confval-eventedit.fm.visibleColumns" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">Depth,M,Count,Misfit,STDR,AzGap,Stat,DC,CLVD,ISO,S1,D1,R1,S2,D2,R2,Agency,Author</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">Depth,M,Count,Misfit,STDR,AzGap,Stat,DC,CLVD,ISO,S1,D1,R1,S2,D2,R2,Agency,Author</span></code></p>
|
||
<p>Configure the columns of the event edit focal mechanism
|
||
tab that are visible initially.</p>
|
||
<p>Possible values are: Depth, M, Count, Misfit, STDR,
|
||
AzGap, Stat, DC, CLVD, ISO, S1,
|
||
D1, R1, S2, D2, R2, Agency, Author</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>eventsummary.*</strong>
|
||
<em>Parameters controlling the event summary view used e.g. in scolv.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventsummary.alertTimer.commentId">
|
||
<span class="sig-name descname"><span class="pre">eventsummary.alertTimer.commentId</span></span><a class="headerlink" href="#confval-eventsummary.alertTimer.commentId" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Set an alert for every event comment that ID matches
|
||
the specified regular expression, e.g. "<a href="#id2"><span class="problematic" id="id3">alert_</span></a>.*".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventsummary.alertTimer.commentBlacklist">
|
||
<span class="sig-name descname"><span class="pre">eventsummary.alertTimer.commentBlacklist</span></span><a class="headerlink" href="#confval-eventsummary.alertTimer.commentBlacklist" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>List of comments to ignore, e.g. "nil".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventsummary.alertTimer.alertGradient">
|
||
<span class="sig-name descname"><span class="pre">eventsummary.alertTimer.alertGradient</span></span><a class="headerlink" href="#confval-eventsummary.alertTimer.alertGradient" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Unit: <em>s:color</em></p>
|
||
<p>Discrete mapping of time values in seconds to colors used as
|
||
text color in case of an active alert. E.g. "0:00FF00,900:FF0000".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-eventsummary.alertTimer.textSize">
|
||
<span class="sig-name descname"><span class="pre">eventsummary.alertTimer.textSize</span></span><a class="headerlink" href="#confval-eventsummary.alertTimer.textSize" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>int</em></p>
|
||
<p>Unit: <em>pt</em></p>
|
||
<p>The text size of the time ago label in case of an active
|
||
alert.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="stdloc-extension">
|
||
<span id="global-stdloc"></span><h3>StdLoc extension<a class="headerlink" href="#stdloc-extension" title="Permalink to this heading">¶</a></h3>
|
||
<p>Generic locator plugin for SeisComP.</p>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>StdLoc.*</strong>
|
||
<em>Locator parameters: StdLoc. This locator requires the plugin</em>
|
||
<em>“stdloc” to be loaded.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profiles">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profiles</span></span><a class="headerlink" href="#confval-StdLoc.profiles" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Defines a list of profiles to make available to the plugin.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>StdLoc.profile.$name.*</strong>
|
||
$name is a placeholder for the name to be used and needs to be added to <a class="reference internal" href="global_stdloc.html#confval-StdLoc.profiles"><code class="xref std std-confval docutils literal notranslate"><span class="pre">StdLoc.profiles</span></code></a> to become active.</p>
|
||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>StdLoc.profiles<span class="w"> </span><span class="o">=</span><span class="w"> </span>a,b
|
||
StdLoc.profile.a.value1<span class="w"> </span><span class="o">=</span><span class="w"> </span>...
|
||
StdLoc.profile.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 StdLoc.profiles</span>
|
||
StdLoc.profile.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-StdLoc.profile.-name.method">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.method</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.method" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">LeastSquares</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">LeastSquares,GridSearch,OctTree,GridSearch+LeastSquares,OctTree+LeastSquares</span></code></p>
|
||
<p>The location method to use: LeastSquares, GridSearch,
|
||
OctTree, GridSearch+LeastSquares or OctTree+LeastSquares.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.tableType">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.tableType</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.tableType" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">LOCSAT</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Travel time table format type. Also consider
|
||
"tableModel"!</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.tableModel">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.tableModel</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.tableModel" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">iasp91</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>The model to be used. The format depends on
|
||
"tableType".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.PSTableOnly">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.PSTableOnly</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.PSTableOnly" 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>If enabled the arrival travel time information are fetched
|
||
using ‘P’ and ‘S’ tables only and the user selected
|
||
specific phase type is not considered (e.g. Pg, Sg,
|
||
PmP, SmS, P1, S1, etc).</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.usePickUncertainties">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.usePickUncertainties</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.usePickUncertainties" 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>Use pick time uncertainties rather than a fixed
|
||
time error of XXX s. If true, an arrival weight is
|
||
associated according to the uncertainty of the pick
|
||
and "pickUncertaintyClasses".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.pickUncertaintyClasses">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.pickUncertaintyClasses</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.pickUncertaintyClasses" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.000,0.025,0.050,0.100,0.200,0.400</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Comma-separated list of time limits of uncertainty
|
||
classes from which, along with pick time uncertainties,
|
||
arrival weights are computed. The first value
|
||
defines the lower limit of class 0.</p>
|
||
<p>The interval into which a pick time uncertainty falls
|
||
defines the index of the uncertainty class starting
|
||
with 0.</p>
|
||
<p>The corresponding arrival weight is computed as:
|
||
weight = 1 / 2^(index).</p>
|
||
<p>Example: A pick with a time uncertainty of 0.15 s is
|
||
within the 4th interval ranging from 0.1 to 0.2 s.
|
||
The class index is then 3.</p>
|
||
<p>If pick uncertainty is absent, the highest class index
|
||
applies.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.confLevel">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.confLevel</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.confLevel" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.9</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Range: <code class="docutils literal notranslate"><span class="pre">0.5:1.0</span></code></p>
|
||
<p>Confidence level, between 0.5 and 1.0, used in
|
||
computing the hypocenter confidence ellipsoid.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.enableConfidenceEllipsoid">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.enableConfidenceEllipsoid</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.enableConfidenceEllipsoid" 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>Compute the hypocenter confidence ellipsoid. Disable
|
||
this optional parameter to save some computation time.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>StdLoc.profile.$name.GridSearch.*</strong>
|
||
<em>Parameters controlling the GridSearch and OctTree methods.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.GridSearch.center">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.GridSearch.center</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.GridSearch.center" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">auto,auto,20</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>Unit: <em>deg,deg,km</em></p>
|
||
<p>Grid center defined as: latitude,longitude,depth. The
|
||
special value "auto" can be used and the corresponding latitude, longitude
|
||
and/or depth will be automatically computed as the average of the arrival
|
||
station locations.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.GridSearch.size">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.GridSearch.size</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.GridSearch.size" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">40,40,30</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>Grid size in km defined as: X,Y,Z
|
||
direction extents around the "GridSearch.center",
|
||
where X is the longitudinal extent, Y the
|
||
latitudinal extent and Z the vertical extent.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.GridSearch.numPoints">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.GridSearch.numPoints</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.GridSearch.numPoints" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>Number of grid points in X, Y, Z
|
||
direction. The first and last points are on the
|
||
grid boundary unless the number of points is 1
|
||
and the point will be in the grid center.</p>
|
||
<p>Format: numX,numY,numZ.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.GridSearch.misfitType">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.GridSearch.misfitType</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.GridSearch.misfitType" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">L1</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">L1,L2</span></code></p>
|
||
<p>The type of misfit to use, from which
|
||
the likelihood function is derived: L1 or L2 norm.
|
||
L1 is less sensitive to outliers and so more
|
||
suitable with automatic picks, L2 is the preferred
|
||
choice for manual picks.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.GridSearch.travelTimeError">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.GridSearch.travelTimeError</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.GridSearch.travelTimeError" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.25</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Typical error in seconds for travel times to
|
||
stations. The value affects the uncertainty
|
||
of the location. In OctTree it also influences
|
||
the probability density computation: too
|
||
conservative values increase the number of
|
||
iterations required by OctTree to converge
|
||
to a high resolution solution.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>StdLoc.profile.$name.OctTree.*</strong>
|
||
<em>Parameters controlling the OctTree method. OctTree</em>
|
||
<em>uses the parameters defined in GridSearch, but</em>
|
||
<em>applies the OctTree search algorithm on the grid.</em>
|
||
<em>The starting cells of the OctTree search are created by</em>
|
||
<em>dividing the initial grid in equally sized cells.</em>
|
||
<em>The grid points becomes the cell vertices.</em>
|
||
<em>Resulting number of cells in each direction:</em>
|
||
<em>“GridSearch.numPoints” - 1.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.OctTree.maxIterations">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.OctTree.maxIterations</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.OctTree.maxIterations" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">50000</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Maximum number of iterations after which the
|
||
search stops. Zero or negatives values disable
|
||
the stopping.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.OctTree.minCellSize">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.OctTree.minCellSize</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.OctTree.minCellSize" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.1</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>Minimum cell size to be generate by the OctTree
|
||
search to stop. A zero or negative value disable
|
||
this stopping mechanism.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>StdLoc.profile.$name.LeastSquares.*</strong>
|
||
<em>Parameters controlling the LeastSquares method.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.LeastSquares.depthInit">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.LeastSquares.depthInit</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.LeastSquares.depthInit" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">20</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>The initial depth estimate when no initial
|
||
hypocenter is provided. Used only with
|
||
‘LeastSquares’.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.LeastSquares.iterations">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.LeastSquares.iterations</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.LeastSquares.iterations" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">20</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Number of iterations. Each iteration will
|
||
use the location and time from the previous
|
||
Least Squares solution.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.LeastSquares.dampingFactor">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.LeastSquares.dampingFactor</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.LeastSquares.dampingFactor" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.0</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Damping factor to be used when solving the
|
||
system of equations.</p>
|
||
<p>0: no damping.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-StdLoc.profile.-name.LeastSquares.solverType">
|
||
<span class="sig-name descname"><span class="pre">StdLoc.profile.$name.LeastSquares.solverType</span></span><a class="headerlink" href="#confval-StdLoc.profile.-name.LeastSquares.solverType" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">LSMR</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">LSMR,LSQR</span></code></p>
|
||
<p>Algorithm to use: either LSMR or LSQR.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="locext-extension">
|
||
<span id="global-locext"></span><h3>LocExt extension<a class="headerlink" href="#locext-extension" title="Permalink to this heading">¶</a></h3>
|
||
<p>Locator which forwards the processing to external scripts</p>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>ExternalLocator.*</strong>
|
||
<em>Locator parameters: External. This locator requires the plugin</em>
|
||
<em>“locext” to be loaded.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-ExternalLocator.profiles">
|
||
<span class="sig-name descname"><span class="pre">ExternalLocator.profiles</span></span><a class="headerlink" href="#confval-ExternalLocator.profiles" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>list:string</em></p>
|
||
<p>A list of profiles defined as tuples of name
|
||
and path to a script separated by colon.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="locrouter-extension">
|
||
<span id="global-locrouter"></span><h3>LocRouter extension<a class="headerlink" href="#locrouter-extension" title="Permalink to this heading">¶</a></h3>
|
||
<p>Meta locator routing location requests of picks and origins to actual
|
||
locator implementations.</p>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>RouterLocator.*</strong>
|
||
<em>Locator parameters: Router. This locator requires the plugin</em>
|
||
<em>“locrouter” to be loaded.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-RouterLocator.regions">
|
||
<span class="sig-name descname"><span class="pre">RouterLocator.regions</span></span><a class="headerlink" href="#confval-RouterLocator.regions" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>file</em></p>
|
||
<p>A GeoJSON or BNA file defining locator profiles by region.
|
||
Supported polygon attributes:</p>
|
||
<p>name: Name of polygon</p>
|
||
<p>locator: Name of the locator interface</p>
|
||
<p>profile: Name of the locator specific profile</p>
|
||
<p>minDepth: Minimum depth in km</p>
|
||
<p>maxDepth: Minimum depth in km</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>RouterLocator.initial.*</strong>
|
||
<em>Configuration of initial locator used to create an</em>
|
||
<em>initial solution based on a pick set. If a solution is</em>
|
||
<em>found, relocate of the actual locator configured in the</em>
|
||
<em>region file is invoked.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-RouterLocator.initial.locator">
|
||
<span class="sig-name descname"><span class="pre">RouterLocator.initial.locator</span></span><a class="headerlink" href="#confval-RouterLocator.initial.locator" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Name of the initial locator interface, e.g., LOCSAT.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-RouterLocator.initial.profile">
|
||
<span class="sig-name descname"><span class="pre">RouterLocator.initial.profile</span></span><a class="headerlink" href="#confval-RouterLocator.initial.profile" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Profile name of the initial locator, e.g., iasp91.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="locsat-extension">
|
||
<span id="global-locsat"></span><h3>LOCSAT extension<a class="headerlink" href="#locsat-extension" title="Permalink to this heading">¶</a></h3>
|
||
<p>Locator in SeisComP for computing source time and hypocenter
|
||
coordinates from phase picks.</p>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>LOCSAT.*</strong>
|
||
<em>Locator parameters: LOCSAT</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-LOCSAT.profiles">
|
||
<span class="sig-name descname"><span class="pre">LOCSAT.profiles</span></span><a class="headerlink" href="#confval-LOCSAT.profiles" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">iasp91,</span> <span class="pre">tab</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>Defines a list of available LOCSAT travel-time tables.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-LOCSAT.depthInit">
|
||
<span class="sig-name descname"><span class="pre">LOCSAT.depthInit</span></span><a class="headerlink" href="#confval-LOCSAT.depthInit" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">20.0</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>The initial depth estimate for LOCSAT.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-LOCSAT.usePickUncertainties">
|
||
<span class="sig-name descname"><span class="pre">LOCSAT.usePickUncertainties</span></span><a class="headerlink" href="#confval-LOCSAT.usePickUncertainties" 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 use pick time untertainties for arrival deltim rather
|
||
than a fixed time error. If true then the uncertainties are
|
||
retrieved from each individual pick object. If they are not
|
||
defined then the default pick time uncertainty will be used
|
||
as fallback.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-LOCSAT.defaultTimeError">
|
||
<span class="sig-name descname"><span class="pre">LOCSAT.defaultTimeError</span></span><a class="headerlink" href="#confval-LOCSAT.defaultTimeError" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1.0</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The default pick time uncertainty assigned to LOCSAT’s arrival deltim
|
||
attribute if pick uncertainties are not going to be used or
|
||
if they are absent. A time uncertainty of 0 s may result in
|
||
errors of the SVD decomposition in LOCSAT.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-LOCSAT.usePickBackazimuth">
|
||
<span class="sig-name descname"><span class="pre">LOCSAT.usePickBackazimuth</span></span><a class="headerlink" href="#confval-LOCSAT.usePickBackazimuth" 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>Whether to forward pick backazimuth to LOCSAT or not. In an
|
||
automatic mode backazimuth measurements might be inaccurrate
|
||
and disabling their usage in LOCSAT can be controlled with
|
||
this parameter.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-LOCSAT.usePickSlowness">
|
||
<span class="sig-name descname"><span class="pre">LOCSAT.usePickSlowness</span></span><a class="headerlink" href="#confval-LOCSAT.usePickSlowness" 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>Whether to forward pick horizontal slowness to LOCSAT or not.
|
||
In an automatic mode slowness measurements might be
|
||
inaccurrate and disabling their usage in LOCSAT can be
|
||
controlled with this parameter.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-LOCSAT.degreesOfFreedom">
|
||
<span class="sig-name descname"><span class="pre">LOCSAT.degreesOfFreedom</span></span><a class="headerlink" href="#confval-LOCSAT.degreesOfFreedom" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">9999</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Number of degrees of freedom.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-LOCSAT.confLevel">
|
||
<span class="sig-name descname"><span class="pre">LOCSAT.confLevel</span></span><a class="headerlink" href="#confval-LOCSAT.confLevel" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.9</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Confidence level between 0.5 and 1.0.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-LOCSAT.enableConfidenceEllipsoid">
|
||
<span class="sig-name descname"><span class="pre">LOCSAT.enableConfidenceEllipsoid</span></span><a class="headerlink" href="#confval-LOCSAT.enableConfidenceEllipsoid" 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>Compute the confidence ellipsoid from covariance matrix in 3D.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="fixedhypocenter-extension">
|
||
<span id="global-fixedhypocenter"></span><h3>FixedHypocenter extension<a class="headerlink" href="#fixedhypocenter-extension" title="Permalink to this heading">¶</a></h3>
|
||
<p>Locator for re-computing source time with fixed hypocenter</p>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>FixedHypocenter.*</strong>
|
||
<em>Locator parameters: FixedHypocenter</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-FixedHypocenter.profiles">
|
||
<span class="sig-name descname"><span class="pre">FixedHypocenter.profiles</span></span><a class="headerlink" href="#confval-FixedHypocenter.profiles" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">LOCSAT/iasp91,LOCSAT/tab</span></code></p>
|
||
<p>Type: <em>list:string</em></p>
|
||
<p>Defines a list of available travel time tables. Each item
|
||
is a tuple separated by a slash with format "[interface]/[model]".
|
||
Built-in interfaces are "LOCSAT" and "libtau".
|
||
Other interfaces might be added via plugins. Please check their
|
||
documentation for the required interface name.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-FixedHypocenter.lat">
|
||
<span class="sig-name descname"><span class="pre">FixedHypocenter.lat</span></span><a class="headerlink" href="#confval-FixedHypocenter.lat" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>The fixed latitude to use. If not set then this
|
||
value is read from the input origin.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-FixedHypocenter.lon">
|
||
<span class="sig-name descname"><span class="pre">FixedHypocenter.lon</span></span><a class="headerlink" href="#confval-FixedHypocenter.lon" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>The fixed longitude to use. If not set then this
|
||
value is read from the input origin.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-FixedHypocenter.depth">
|
||
<span class="sig-name descname"><span class="pre">FixedHypocenter.depth</span></span><a class="headerlink" href="#confval-FixedHypocenter.depth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>The fixed depth to use. If not set then this
|
||
value is read from the input origin.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-FixedHypocenter.time">
|
||
<span class="sig-name descname"><span class="pre">FixedHypocenter.time</span></span><a class="headerlink" href="#confval-FixedHypocenter.time" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>The fixed time to use. If not set then this
|
||
value is read from the input origin.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-FixedHypocenter.usePickUncertainties">
|
||
<span class="sig-name descname"><span class="pre">FixedHypocenter.usePickUncertainties</span></span><a class="headerlink" href="#confval-FixedHypocenter.usePickUncertainties" 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 use pick time uncertainties rather than a fixed
|
||
time error. If true, then the uncertainties are retrieved from
|
||
each individual pick object. If they are not defined, then the
|
||
default pick time uncertainty as defined by defaultTimeError
|
||
will be used instead.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-FixedHypocenter.defaultTimeError">
|
||
<span class="sig-name descname"><span class="pre">FixedHypocenter.defaultTimeError</span></span><a class="headerlink" href="#confval-FixedHypocenter.defaultTimeError" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1.0</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The default pick time uncertainty if pick uncertainties are
|
||
not going to be used or if they are absent.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-FixedHypocenter.degreesOfFreedom">
|
||
<span class="sig-name descname"><span class="pre">FixedHypocenter.degreesOfFreedom</span></span><a class="headerlink" href="#confval-FixedHypocenter.degreesOfFreedom" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">8</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Number of degrees of freedom used for error estimate.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-FixedHypocenter.confLevel">
|
||
<span class="sig-name descname"><span class="pre">FixedHypocenter.confLevel</span></span><a class="headerlink" href="#confval-FixedHypocenter.confLevel" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.9</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Confidence level between 0.5 and 1.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
</section>
|
||
<section id="bindings-parameters">
|
||
<h2>Bindings Parameters<a class="headerlink" href="#bindings-parameters" title="Permalink to this heading">¶</a></h2>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-detecLocid">
|
||
<span class="sig-name descname"><span class="pre">detecLocid</span></span><a class="headerlink" href="#confval-detecLocid" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>The sensor location code of the preferred stream used e.g.
|
||
by scautopick and scrttv.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-detecStream">
|
||
<span class="sig-name descname"><span class="pre">detecStream</span></span><a class="headerlink" href="#confval-detecStream" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>The channel code of the preferred stream used by
|
||
e.g. scautopick and scrttv. If no component code is given,
|
||
the vertical component will be fetched from inventory
|
||
considering the channel orientation (azimuth, dip).
|
||
If that approach fails, ‘Z’ will be appended and used as
|
||
fallback. Do not use regular expressions!</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>amplitudes.*</strong>
|
||
<em>Define general parameters for amplitudes of a certain type.</em>
|
||
<em>Create amplitude type profiles to define the time windows,</em>
|
||
<em>minimum signal-to-noise ratio, amplitude thresholds and</em>
|
||
<em>restitution for measuring amplitudes of a certain type.</em>
|
||
**
|
||
<em>Standard amplitude types supported in SeisComP: Md,Mjma,ML,MLc,MLh,MLr,MLv,MN,mb,mB,Mwp,Ms_20,Ms(BB).</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.saturationThreshold">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.saturationThreshold</span></span><a class="headerlink" href="#confval-amplitudes.saturationThreshold" 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>string</em></p>
|
||
<p>Unit: <em>counts; %</em></p>
|
||
<p>Define the saturation threshold for the optional saturation
|
||
check.
|
||
By default, the saturation check is disabled but giving a
|
||
value above 0 will enable it. Waveforms with raw amplitudes
|
||
above the threshold will then be considered saturated and
|
||
not used for amplitude calculations.</p>
|
||
<p>This value can either be an absolute value of counts such
|
||
as "100000" counts or a relative value
|
||
(optionally in percent) with respect to the number of
|
||
effective bits, e.g., "0.8@23" or "80%@23".
|
||
The first and the second version represent 0.8 * 2**23 and
|
||
80/100 * 2**23, respectively, which is the same.</p>
|
||
<p>The boolean value "false" explicitly disables
|
||
the check.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.enable">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.enable</span></span><a class="headerlink" href="#confval-amplitudes.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>Define if amplitude calculation is enabled. If disabled,
|
||
this station will be skipped for amplitudes and magnitudes.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.enableResponses">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.enableResponses</span></span><a class="headerlink" href="#confval-amplitudes.enableResponses" 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>Activate deconvolution for this station. If no responses are
|
||
configured, an error is raised and the data is not processed.
|
||
This flag will be overridden by the type specific flag
|
||
(see GlobalAmplitudeProfile).</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>amplitudes.$name.*</strong>
|
||
<em>An amplitude profile configures global parameters for a</em>
|
||
<em>particular amplitude type. The available amplitude types</em>
|
||
<em>are not fixed and can be extended by plugins. The name of</em>
|
||
<em>the type must match the one defined in the corresponding</em>
|
||
<em>AmplitudeProcessor.</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-amplitudes.-name.saturationThreshold">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.saturationThreshold</span></span><a class="headerlink" href="#confval-amplitudes.-name.saturationThreshold" 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>string</em></p>
|
||
<p>Unit: <em>counts; %</em></p>
|
||
<p>Define the saturation threshold for the optional saturation
|
||
check.
|
||
By default, the saturation check is disabled but giving a
|
||
value above 0 will enable it. Waveforms with raw amplitudes
|
||
above the threshold will then be considered saturated and
|
||
not used for amplitude calculations.</p>
|
||
<p>This value can either be an absolute value of counts such
|
||
as "100000" counts or a relative value
|
||
(optionally in percent) with respect to the number of
|
||
effective bits, e.g., "0.8@23" or "80%@23".
|
||
The first and the second version represent 0.8 * 2**23 and
|
||
80/100 * 2**23, respectively, which is the same.</p>
|
||
<p>The boolean value "false" explicitly disables
|
||
the check.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.enable">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.enable</span></span><a class="headerlink" href="#confval-amplitudes.-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>Define if amplitude calculation of certain type is enabled.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.enableResponses">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.enableResponses</span></span><a class="headerlink" href="#confval-amplitudes.-name.enableResponses" 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>Activate deconvolution for this amplitude type. If not
|
||
set, the global flag "amplitudes.enableResponses"
|
||
will be used instead.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.minSNR">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.minSNR</span></span><a class="headerlink" href="#confval-amplitudes.-name.minSNR" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Define the minimum SNR to be reached to compute the
|
||
amplitudes. This value is amplitude type specific and
|
||
has no global default value.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.minPeriod">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.minPeriod</span></span><a class="headerlink" href="#confval-amplitudes.-name.minPeriod" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Define the minimum period of the measured amplitude. If
|
||
the period is below this value, the amplitude will not be emitted.
|
||
This value is specific to amplitude type and has no global
|
||
default value. A value lower or equal than 0 will disable
|
||
this check.</p>
|
||
<p>Caution: If a value is set but the amplitude does not
|
||
provide the period, no amplitude is sent.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.maxPeriod">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.maxPeriod</span></span><a class="headerlink" href="#confval-amplitudes.-name.maxPeriod" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Define the maximum period of the measured amplitude. If
|
||
the period is above this value, the amplitude will not be emitted.
|
||
This value is specific to amplitude type and has no global
|
||
default value. A value lower or equal than 0 will disable
|
||
this check.</p>
|
||
<p>Caution: If a value is set but the amplitude does not
|
||
provide the period, no amplitude is sent.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.noiseBegin">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.noiseBegin</span></span><a class="headerlink" href="#confval-amplitudes.-name.noiseBegin" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">-35</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Unit: <em>time grammar</em></p>
|
||
<p>Override the default time (relative to the trigger
|
||
time) of the begin of the noise window used to compute
|
||
the noise offset and noise amplitude. Each amplitude
|
||
processor sets its own noise time window and this option
|
||
should only be changed if you know what you are doing.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.noiseEnd">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.noiseEnd</span></span><a class="headerlink" href="#confval-amplitudes.-name.noiseEnd" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">-5</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Unit: <em>time grammar</em></p>
|
||
<p>Override the default time (relative to the trigger
|
||
time) of the end of the noise window used to compute
|
||
the noise offset and noise amplitude. Each amplitude
|
||
processor sets its own noise time window and this option
|
||
should only be changed if you know what you are doing.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.signalBegin">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.signalBegin</span></span><a class="headerlink" href="#confval-amplitudes.-name.signalBegin" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">-5</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Unit: <em>time grammar</em></p>
|
||
<p>Override the default time (relative to the trigger
|
||
time) of the begin of the signal window used to compute
|
||
the final amplitude. Each amplitude processor sets its
|
||
own signal time window and this option should only be
|
||
changed if you know what you are doing.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.signalEnd">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.signalEnd</span></span><a class="headerlink" href="#confval-amplitudes.-name.signalEnd" 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>string</em></p>
|
||
<p>Unit: <em>time grammar</em></p>
|
||
<p>Override the default time (relative to the trigger
|
||
time) of the end of the signal window used to compute
|
||
the final amplitude. Each amplitude processor sets its
|
||
own signal time window and this option should only be
|
||
changed if you know what you are doing.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.minDist">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.minDist</span></span><a class="headerlink" href="#confval-amplitudes.-name.minDist" 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>string</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>The minimum distance required to compute an amplitude.
|
||
This settings has no effect with e.g. scautopick as there
|
||
is no information about the source of the event to compute
|
||
the distance. The default value depends on
|
||
amplitude type.</p>
|
||
<p>Although the default unit is ‘deg’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>minDist = 500km</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.maxDist">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.maxDist</span></span><a class="headerlink" href="#confval-amplitudes.-name.maxDist" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">180</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>The maximum distance allowed to compute an amplitude.
|
||
This settings has no effect with e.g. scautopick as there
|
||
is no information about the source of the event to compute
|
||
the distance. The default value depends on
|
||
amplitude type.</p>
|
||
<p>Although the default unit is ‘deg’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>maxDist = 500km</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.minDepth">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.minDepth</span></span><a class="headerlink" href="#confval-amplitudes.-name.minDepth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">-1000000</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>The minimum depth required to compute an amplitude.
|
||
This settings has no effect with e.g. scautopick as there
|
||
is no information about the source of the event to
|
||
retrieve the depth. The default value depends on
|
||
amplitude type.</p>
|
||
<p>Although the default unit is ‘km’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>minDepth = 500km</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.maxDepth">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.maxDepth</span></span><a class="headerlink" href="#confval-amplitudes.-name.maxDepth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1000000</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>The maximum depth allowed to compute an amplitude.
|
||
This settings has no effect with e.g. scautopick as there
|
||
is no information about the source of the event to
|
||
retrieve the depth. The default value depends on
|
||
amplitude type.</p>
|
||
<p>Although the default unit is ‘km’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>maxDepth = 500km</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>amplitudes.$name.resp.*</strong>
|
||
<em>Several parameters if usage of full responses is enabled.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.resp.taper">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.resp.taper</span></span><a class="headerlink" href="#confval-amplitudes.-name.resp.taper" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">5</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Define the length of the taper at either side of the
|
||
waveform. The length will be added to the data
|
||
request: start - taper and end + taper.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.resp.minFreq">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.resp.minFreq</span></span><a class="headerlink" href="#confval-amplitudes.-name.resp.minFreq" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.00833333</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>Hz</em></p>
|
||
<p>After data are converted in to the frequency domain
|
||
that minimum frequency defines the end of the left-side
|
||
cosine taper for the frequency spectrum. The taper
|
||
applies from 0 Hz to {minFreq} Hz.
|
||
A value of 0 or lower disables that taper.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.-name.resp.maxFreq">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.$name.resp.maxFreq</span></span><a class="headerlink" href="#confval-amplitudes.-name.resp.maxFreq" 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>Hz</em></p>
|
||
<p>After data are converted in to the frequency domain
|
||
that maximum frequency defines the start of the right-side
|
||
cosine taper for the frequency spectrum. The taper
|
||
applies from {maxFreq} Hz to {fNyquist} Hz.
|
||
A value of 0 or lower disables that taper.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>amplitudes.resp.*</strong>
|
||
<em>Several parameters if usage of full responses is enabled.</em>
|
||
<em>The parameters of this group will be overridden by type</em>
|
||
<em>specific settings if given (see GlobalAmplitudeProfile).</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.resp.taper">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.resp.taper</span></span><a class="headerlink" href="#confval-amplitudes.resp.taper" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">5</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Define the length of the taper at either side of the
|
||
waveform. The length will be added to the data
|
||
request: start - taper and end + taper.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.resp.minFreq">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.resp.minFreq</span></span><a class="headerlink" href="#confval-amplitudes.resp.minFreq" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.00833333</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>Hz</em></p>
|
||
<p>The minimum frequency of the considered spectrum.</p>
|
||
<p>After data is converted into the frequency domain that
|
||
minimum frequency defines the end of the left-side cosine
|
||
taper applied to the spectrum. The taper applies from
|
||
0 Hz to {minFreq} Hz. A value of 0 or lower disables
|
||
that taper.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-amplitudes.resp.maxFreq">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.resp.maxFreq</span></span><a class="headerlink" href="#confval-amplitudes.resp.maxFreq" 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>Hz</em></p>
|
||
<p>The maximum frequency of the considered spectrum.</p>
|
||
<p>After data are converted in to the frequency domain that
|
||
maximum frequency defines the start of the right-side
|
||
cosine taper applied to the spectrum. The taper applies from
|
||
{maxFreq} Hz to {fNyquist} Hz.
|
||
A value of 0 or lower disables that taper.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>amplitudes.ttt.*</strong>
|
||
<em>Travel time table specific parameters to be used for the</em>
|
||
<em>computation of travel times referred to in signal and</em>
|
||
<em>noise time window specifications,</em>
|
||
<em>e.g. “signalBegin”.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-0">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.ttt.interface</span></span><a class="headerlink" href="#confval-0" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">LOCSAT</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Values: <code class="docutils literal notranslate"><span class="pre">libtau,LOCSAT,homogeneous</span></code></p>
|
||
<p>The name of the travel-time interface to use. The list
|
||
can be extended by plugins.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-1">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.ttt.model</span></span><a class="headerlink" href="#confval-1" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">iasp91</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>The name of the travel-time interface (velocity) model
|
||
to use.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>amplitudes.WoodAnderson.*</strong>
|
||
<em>Parameters of the Wood-Anderson seismometer response used</em>
|
||
<em>for instrument simulation. The default values are according</em>
|
||
<em>to Uhrhammer and Collins (1990) and were part of the</em>
|
||
<em>IASPEI Magnitude Working Group recommendations of 2011</em>
|
||
<em>September 9.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-2">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.WoodAnderson.gain</span></span><a class="headerlink" href="#confval-2" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">2080</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>The gain of the Wood-Anderson response.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-3">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.WoodAnderson.T0</span></span><a class="headerlink" href="#confval-3" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.8</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The eigenperiod of the Wood-Anderson seismometer.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-4">
|
||
<span class="sig-name descname"><span class="pre">amplitudes.WoodAnderson.h</span></span><a class="headerlink" href="#confval-4" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.7</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>The damping constant of the Wood-Anderson seismometer.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>magnitudes.*</strong>
|
||
<em>Define the calibration parameters and constraints for computing</em>
|
||
<em>magnitudes from measured amplitudes including static corrections.</em>
|
||
<em>The parameters are independent of amplitude-type profiles.</em>
|
||
**
|
||
<em>Standard magnitude types supported in SeisComP: Md,Mjma,ML,MLc,MLh,MLr,MLv,MN,mb,mB,Mwp,Ms_20,Ms(BB).</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>magnitudes.$name.*</strong>
|
||
<em>A magnitude profile configures global parameters for a</em>
|
||
<em>particular magnitude type. The available magnitude types</em>
|
||
<em>are not fixed and can be extended by plugins. The name of</em>
|
||
<em>the type must match the one defined in the corresponding</em>
|
||
<em>MagnitudeProcessor.</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-magnitudes.-name.multiplier">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.multiplier</span></span><a class="headerlink" href="#confval-magnitudes.-name.multiplier" 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>list:string</em></p>
|
||
<p>Part of the magnitude station correction. The final
|
||
magnitude value is multiplier*M+offset. This value
|
||
can be regionalized with name-value pairs.
|
||
The name is the name of the region. Without
|
||
a name the value is the default without regionalization.
|
||
Example: "1.0, regionA: 0.9, regionB: 1.1".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.offset">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.offset</span></span><a class="headerlink" href="#confval-magnitudes.-name.offset" 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>list:string</em></p>
|
||
<p>Part of the magnitude station correction. The final
|
||
magnitude value is multiplier*M+offset. This value
|
||
can be regionalized with name-value pairs.
|
||
The name is the name of the region. Without
|
||
a name the value is the default without regionalization.
|
||
Example: "0.0, regionA: -0.1, regionB: 0.2".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.minDist">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.minDist</span></span><a class="headerlink" href="#confval-magnitudes.-name.minDist" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>The minimum distance in degree required to compute a
|
||
magnitude. This settings has no effect with e.g.
|
||
scautopick as there is no information about the
|
||
source of the event to compute the distance.
|
||
The default value depends on magnitude type.</p>
|
||
<p>Although the default unit is ‘deg’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>minDist = 500km</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.maxDist">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.maxDist</span></span><a class="headerlink" href="#confval-magnitudes.-name.maxDist" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Unit: <em>deg</em></p>
|
||
<p>The maximum distance in degree allowed to compute a magnitude.
|
||
This settings has no effect with e.g. scautopick
|
||
as there is no information about the source of
|
||
the event to compute the distance. The default
|
||
value depends on magnitude type.</p>
|
||
<p>Although the default unit is ‘deg’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.minDepth">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.minDepth</span></span><a class="headerlink" href="#confval-magnitudes.-name.minDepth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>The minimum depth required to compute a magnitude.
|
||
This settings has no effect with e.g. scautopick
|
||
as there is no information about the source of
|
||
the event to retrieve the depth. The default
|
||
value depends on magnitude type.</p>
|
||
<p>Although the default unit is ‘km’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>minDepth = 500km</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.maxDepth">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.maxDepth</span></span><a class="headerlink" href="#confval-magnitudes.-name.maxDepth" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Unit: <em>km</em></p>
|
||
<p>The maximum depth allowed to compute a magnitude.
|
||
This settings has no effect with e.g. scautopick
|
||
as there is no information about the source of
|
||
the event to retrieve the depth. The default
|
||
value depends on magnitude type.</p>
|
||
<p>Although the default unit is ‘km’, values can be
|
||
given in any SI distance unit such km, m or cm
|
||
by simply appending the unit to the value.</p>
|
||
<p>Example:</p>
|
||
<p>maxDepth = 500km</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.minSNR">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.minSNR</span></span><a class="headerlink" href="#confval-magnitudes.-name.minSNR" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>The minimum SNR required for a magnitude to pass
|
||
the QC check. The station magnitude will be computed
|
||
anyway but if the SNR is below this threshold it will
|
||
be associated with weight zero and will not contribute
|
||
to the network magnitude. If this value is set then it
|
||
overrides the regionalized setting.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.minPeriod">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.minPeriod</span></span><a class="headerlink" href="#confval-magnitudes.-name.minPeriod" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The minimum period required for a magnitude to pass
|
||
the QC check. The station magnitude will be computed
|
||
anyway but if the period is below this threshold it will
|
||
be associated with weight zero and will not contribute
|
||
to the network magnitude. If this value is set, then it
|
||
overrides the regionalized setting.</p>
|
||
<p>Caution: If a value is set but the amplitude does not
|
||
provide the period, no magnitude is computed.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-magnitudes.-name.maxPeriod">
|
||
<span class="sig-name descname"><span class="pre">magnitudes.$name.maxPeriod</span></span><a class="headerlink" href="#confval-magnitudes.-name.maxPeriod" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The maximum period allowed for a magnitude to pass
|
||
the QC check. The station magnitude will be computed
|
||
anyway but if the period is above this threshold it will
|
||
be associated with weight zero and will not contribute
|
||
to the network magnitude. If this value is set, then it
|
||
overrides the regionalized setting.</p>
|
||
<p>Caution: If a value is set but the amplitude does not
|
||
provide the period, no magnitude is computed.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>picker.*</strong>
|
||
<em>Parameters controlling the second-stage picker for re-picking P</em>
|
||
<em>phases after an initial detection.</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>picker.AIC.*</strong>
|
||
<em>AIC picker is an implementation using the simple non-AR</em>
|
||
<em>algorithm of Maeda (1985),</em>
|
||
<em>see paper of Zhang et al. (2003) in BSSA. The picker</em>
|
||
<em>interface name to be used in configuration files, e.g. of</em>
|
||
<em>scautopick, is “AIC”.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.AIC.noiseBegin">
|
||
<span class="sig-name descname"><span class="pre">picker.AIC.noiseBegin</span></span><a class="headerlink" href="#confval-picker.AIC.noiseBegin" 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>Override the relative data acquisition time (relative to
|
||
the triggering pick). This adds a margin to the actual
|
||
processing and is useful to initialize the filter (Example:
|
||
bandpass). The data is not used at all until signalBegin
|
||
is reached. The data time window start is the minimum of
|
||
noiseBegin and signalBegin.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.AIC.signalBegin">
|
||
<span class="sig-name descname"><span class="pre">picker.AIC.signalBegin</span></span><a class="headerlink" href="#confval-picker.AIC.signalBegin" 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>Override the default time (relative to the trigger
|
||
time) of the begin of the signal window used to pick.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.AIC.signalEnd">
|
||
<span class="sig-name descname"><span class="pre">picker.AIC.signalEnd</span></span><a class="headerlink" href="#confval-picker.AIC.signalEnd" 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>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Override the default time (relative to the trigger
|
||
time) of the begin of the signal window used to pick.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.AIC.filter">
|
||
<span class="sig-name descname"><span class="pre">picker.AIC.filter</span></span><a class="headerlink" href="#confval-picker.AIC.filter" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Type: <em>string</em></p>
|
||
<p>Override the default filter which is "raw". The typical
|
||
filter grammar can be used.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.AIC.minSNR">
|
||
<span class="sig-name descname"><span class="pre">picker.AIC.minSNR</span></span><a class="headerlink" href="#confval-picker.AIC.minSNR" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Mininum SNR as returned from AIC for accepting picks.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>picker.BK.*</strong>
|
||
<em>Bkpicker is an implementation of the Baer/Kradolfer picker</em>
|
||
<em>adapted to SeisComP. It was created by converting Manfred</em>
|
||
<em>Baers from FORTRAN to C++ and inserting it as a replacement</em>
|
||
<em>for the picker algorithm. The picker interface name to be</em>
|
||
<em>used in configuration files, e.g. of scautopick,is</em>
|
||
<em>“BK”.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.BK.noiseBegin">
|
||
<span class="sig-name descname"><span class="pre">picker.BK.noiseBegin</span></span><a class="headerlink" href="#confval-picker.BK.noiseBegin" 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>Override the relative data acquisition time (relative to
|
||
the triggering pick). This adds a margin to the actual
|
||
processing and is useful to initialize the filter (Example:
|
||
bandpass). The data is not used at all until signalBegin
|
||
is reached. The data time window start is the minimum of
|
||
noiseBegin and signalBegin.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.BK.signalBegin">
|
||
<span class="sig-name descname"><span class="pre">picker.BK.signalBegin</span></span><a class="headerlink" href="#confval-picker.BK.signalBegin" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">-20</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Override the default time (relative to the trigger
|
||
time) of the begin of the signal window used to pick.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.BK.signalEnd">
|
||
<span class="sig-name descname"><span class="pre">picker.BK.signalEnd</span></span><a class="headerlink" href="#confval-picker.BK.signalEnd" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">80</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Override the default time (relative to the trigger
|
||
time) of the begin of the signal window used to pick.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.BK.filterType">
|
||
<span class="sig-name descname"><span class="pre">picker.BK.filterType</span></span><a class="headerlink" href="#confval-picker.BK.filterType" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">BP</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>BP (bandpass) is currently the only option.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.BK.filterPoles">
|
||
<span class="sig-name descname"><span class="pre">picker.BK.filterPoles</span></span><a class="headerlink" href="#confval-picker.BK.filterPoles" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">2</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>Number of poles.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.BK.f1">
|
||
<span class="sig-name descname"><span class="pre">picker.BK.f1</span></span><a class="headerlink" href="#confval-picker.BK.f1" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">5</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>Hz</em></p>
|
||
<p>Bandpass lower cutoff freq. in Hz.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.BK.f2">
|
||
<span class="sig-name descname"><span class="pre">picker.BK.f2</span></span><a class="headerlink" href="#confval-picker.BK.f2" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">20</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>Hz</em></p>
|
||
<p>Bandpass upper cutoff freq. in Hz.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.BK.thrshl1">
|
||
<span class="sig-name descname"><span class="pre">picker.BK.thrshl1</span></span><a class="headerlink" href="#confval-picker.BK.thrshl1" 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>double</em></p>
|
||
<p>Threshold to trigger for pick (c.f. paper), default 10</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-picker.BK.thrshl2">
|
||
<span class="sig-name descname"><span class="pre">picker.BK.thrshl2</span></span><a class="headerlink" href="#confval-picker.BK.thrshl2" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">20</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Threshold for updating sigma (c.f. paper), default 20</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>spicker.*</strong>
|
||
<em>Parameters controlling the secondary picker. Example: for picking S</em>
|
||
<em>phases.</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>spicker.L2.*</strong>
|
||
<em>L2 is an algorithm to pick S-phases based on existing</em>
|
||
<em>P-phases. It works by creating the L2 norm of the two filtered</em>
|
||
<em>horizontal components and then running the `detecFilter` on</em>
|
||
<em>the L2 trace to find the S pick. Finally AIC is applied</em>
|
||
<em>around the detected pick time to refine the detection.</em>
|
||
<em>The picker name to be used in configuration files is</em>
|
||
<em>“S-L2”.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.L2.noiseBegin">
|
||
<span class="sig-name descname"><span class="pre">spicker.L2.noiseBegin</span></span><a class="headerlink" href="#confval-spicker.L2.noiseBegin" 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>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Override the relative data processing start time
|
||
(relative to the triggering pick). This adds a margin to
|
||
the actual processing and is useful to initialize the
|
||
filter (Example: bandpass). The data is not used at all
|
||
until signalBegin is reached. The data time window start
|
||
is the minimum of noiseBegin and signalBegin.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.L2.signalBegin">
|
||
<span class="sig-name descname"><span class="pre">spicker.L2.signalBegin</span></span><a class="headerlink" href="#confval-spicker.L2.signalBegin" 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>Override the relative start time (relative to the
|
||
triggering pick) of the begin of the signal processing.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.L2.signalEnd">
|
||
<span class="sig-name descname"><span class="pre">spicker.L2.signalEnd</span></span><a class="headerlink" href="#confval-spicker.L2.signalEnd" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">60</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Override the relative end time (relative to the triggering
|
||
pick) of the end of the signal window used to pick.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.L2.filter">
|
||
<span class="sig-name descname"><span class="pre">spicker.L2.filter</span></span><a class="headerlink" href="#confval-spicker.L2.filter" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">BW(4,0.3,1.0)</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Configure the filter used to process the horizontal
|
||
components traces before computing the L2-norm.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.L2.detecFilter">
|
||
<span class="sig-name descname"><span class="pre">spicker.L2.detecFilter</span></span><a class="headerlink" href="#confval-spicker.L2.detecFilter" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">STALTA(1,10)</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Configure the detector filter applied on the filtered
|
||
L2 trace.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.L2.threshold">
|
||
<span class="sig-name descname"><span class="pre">spicker.L2.threshold</span></span><a class="headerlink" href="#confval-spicker.L2.threshold" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>The detector threshold that triggers the AIC picker.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.L2.timeCorr">
|
||
<span class="sig-name descname"><span class="pre">spicker.L2.timeCorr</span></span><a class="headerlink" href="#confval-spicker.L2.timeCorr" 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>The time correction added to the detection
|
||
time before AIC time window is computed.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.L2.marginAIC">
|
||
<span class="sig-name descname"><span class="pre">spicker.L2.marginAIC</span></span><a class="headerlink" href="#confval-spicker.L2.marginAIC" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">5</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The AIC time window around the detection used to pick.
|
||
If 0, AIC is not used.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.L2.minSNR">
|
||
<span class="sig-name descname"><span class="pre">spicker.L2.minSNR</span></span><a class="headerlink" href="#confval-spicker.L2.minSNR" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">15</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Minimum SNR as returned from AIC for accepting picks.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>spicker.V.*</strong>
|
||
<em>This S-picker works similarly to L2 but it only uses the</em>
|
||
<em>vertical component to pick S-phases. The picker name to be</em>
|
||
<em>used in configuration files is “S-V”.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.V.noiseBegin">
|
||
<span class="sig-name descname"><span class="pre">spicker.V.noiseBegin</span></span><a class="headerlink" href="#confval-spicker.V.noiseBegin" 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>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Override the relative data processing start time
|
||
(relative to the triggering pick). This adds a margin to
|
||
the actual processing and is useful to initialize the
|
||
filter (Example: bandpass). The data is not used at all
|
||
until signalBegin is reached. The data time window start
|
||
is the minimum of noiseBegin and signalBegin.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.V.signalBegin">
|
||
<span class="sig-name descname"><span class="pre">spicker.V.signalBegin</span></span><a class="headerlink" href="#confval-spicker.V.signalBegin" 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>Override the relative start time (relative to the
|
||
triggering pick) of the begin of the signal processing.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.V.signalEnd">
|
||
<span class="sig-name descname"><span class="pre">spicker.V.signalEnd</span></span><a class="headerlink" href="#confval-spicker.V.signalEnd" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">60</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Override the relative end time (relative to the triggering
|
||
pick) of the end of the signal window used to pick.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.V.filter">
|
||
<span class="sig-name descname"><span class="pre">spicker.V.filter</span></span><a class="headerlink" href="#confval-spicker.V.filter" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">BW(4,0.3,1.0)</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Configure the filter used to process the raw vertical
|
||
component data.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.V.detecFilter">
|
||
<span class="sig-name descname"><span class="pre">spicker.V.detecFilter</span></span><a class="headerlink" href="#confval-spicker.V.detecFilter" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">STALTA(1,10)</span></code></p>
|
||
<p>Type: <em>string</em></p>
|
||
<p>Configure the detector filter applied on filtered data.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.V.threshold">
|
||
<span class="sig-name descname"><span class="pre">spicker.V.threshold</span></span><a class="headerlink" href="#confval-spicker.V.threshold" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>The detector threshold that triggers the AIC picker.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.V.timeCorr">
|
||
<span class="sig-name descname"><span class="pre">spicker.V.timeCorr</span></span><a class="headerlink" href="#confval-spicker.V.timeCorr" 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>The time correction added to the detection time
|
||
before AIC time window is computed.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.V.marginAIC">
|
||
<span class="sig-name descname"><span class="pre">spicker.V.marginAIC</span></span><a class="headerlink" href="#confval-spicker.V.marginAIC" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">5</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>The AIC time window around the detection used to pick.
|
||
If 0, AIC is not used.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-spicker.V.minSNR">
|
||
<span class="sig-name descname"><span class="pre">spicker.V.minSNR</span></span><a class="headerlink" href="#confval-spicker.V.minSNR" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">15</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Define the mininum SNR as returned from AIC.</p>
|
||
</dd></dl>
|
||
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>fx.*</strong>
|
||
<em>Feature extraction types, e.g. for scautopick.</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>fx.DFX.*</strong>
|
||
<em>Three component feature extraction algorithm ported from the</em>
|
||
<em>automatic processing system implemented at CTBTO/IDC. The</em>
|
||
<em>documentation of the methods is not publically available.</em>
|
||
<em>In case of questions and comments, please contact CTBTO by</em>
|
||
<em>email: support@ctbto.org.</em></p>
|
||
</div>
|
||
<div class="admonition note">
|
||
<p class="admonition-title">Note</p>
|
||
<p><strong>fx.DFX.filter.*</strong>
|
||
<em>Butterworth filter options of the bandpass.</em></p>
|
||
</div>
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-fx.DFX.filter.order">
|
||
<span class="sig-name descname"><span class="pre">fx.DFX.filter.order</span></span><a class="headerlink" href="#confval-fx.DFX.filter.order" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>int</em></p>
|
||
<p>The order of the filter.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-fx.DFX.filter.loFreq">
|
||
<span class="sig-name descname"><span class="pre">fx.DFX.filter.loFreq</span></span><a class="headerlink" href="#confval-fx.DFX.filter.loFreq" 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>Hz</em></p>
|
||
<p>The lower cut-off frequency. A negative value or zero
|
||
will disable a lower cut-off frequency.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-fx.DFX.filter.hiFreq">
|
||
<span class="sig-name descname"><span class="pre">fx.DFX.filter.hiFreq</span></span><a class="headerlink" href="#confval-fx.DFX.filter.hiFreq" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>Hz</em></p>
|
||
<p>The upper cut-off frequency. A negative value or zero
|
||
will disable a upper cut-off frequency.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-fx.DFX.polar.window">
|
||
<span class="sig-name descname"><span class="pre">fx.DFX.polar.window</span></span><a class="headerlink" href="#confval-fx.DFX.polar.window" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1.5</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>Unit: <em>s</em></p>
|
||
<p>Length of the covariance window in seconds.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-fx.DFX.polar.overlap">
|
||
<span class="sig-name descname"><span class="pre">fx.DFX.polar.overlap</span></span><a class="headerlink" href="#confval-fx.DFX.polar.overlap" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.5</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>The fraction of the covariance window to overlap.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-fx.DFX.polar.alpha">
|
||
<span class="sig-name descname"><span class="pre">fx.DFX.polar.alpha</span></span><a class="headerlink" href="#confval-fx.DFX.polar.alpha" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.3</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>A station-dependent parameter used to compute a polarization slowness estimate.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-fx.DFX.polar.ds">
|
||
<span class="sig-name descname"><span class="pre">fx.DFX.polar.ds</span></span><a class="headerlink" href="#confval-fx.DFX.polar.ds" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.03</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>A station-dependent parameter used to compute the back azimuth and slowness errors.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std confval">
|
||
<dt class="sig sig-object std" id="confval-fx.DFX.polar.dk">
|
||
<span class="sig-name descname"><span class="pre">fx.DFX.polar.dk</span></span><a class="headerlink" href="#confval-fx.DFX.polar.dk" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.1</span></code></p>
|
||
<p>Type: <em>double</em></p>
|
||
<p>A station-dependent parameter used to compute the back azimuth and slowness errors.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="command-line-options">
|
||
<h2>Command-Line Options<a class="headerlink" href="#command-line-options" title="Permalink to this heading">¶</a></h2>
|
||
<section id="generic">
|
||
<h3>Generic<a class="headerlink" href="#generic" title="Permalink to this heading">¶</a></h3>
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-h">
|
||
<span id="cmdoption-global-help"></span><span class="sig-name descname"><span class="pre">-h</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">--help</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-h" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Show help message.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-V">
|
||
<span id="cmdoption-global-version"></span><span class="sig-name descname"><span class="pre">-V</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">--version</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-V" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Show version information.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-config-file">
|
||
<span class="sig-name descname"><span class="pre">--config-file</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-config-file" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Use alternative configuration file. When this option is
|
||
used the loading of all stages is disabled. Only the
|
||
given configuration file is parsed and used. To use
|
||
another name for the configuration create a symbolic
|
||
link of the application or copy it. Example:
|
||
scautopick -> scautopick2.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-plugins">
|
||
<span class="sig-name descname"><span class="pre">--plugins</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-plugins" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Load given plugins.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-D">
|
||
<span id="cmdoption-global-daemon"></span><span class="sig-name descname"><span class="pre">-D</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">--daemon</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-D" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Run as daemon. This means the application will fork itself
|
||
and doesn’t need to be started with &.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-auto-shutdown">
|
||
<span class="sig-name descname"><span class="pre">--auto-shutdown</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-auto-shutdown" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Enable/disable self-shutdown because a master module shutdown.
|
||
This only works when messaging is enabled and the master
|
||
module sends a shutdown message (enabled with --start-stop-msg
|
||
for the master module).</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-shutdown-master-module">
|
||
<span class="sig-name descname"><span class="pre">--shutdown-master-module</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-shutdown-master-module" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Set the name of the master-module used for auto-shutdown.
|
||
This is the application name of the module actually
|
||
started. If symlinks are used, then it is the name of
|
||
the symlinked application.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-shutdown-master-username">
|
||
<span class="sig-name descname"><span class="pre">--shutdown-master-username</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-shutdown-master-username" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Set the name of the master-username of the messaging
|
||
used for auto-shutdown. If "shutdown-master-module" is
|
||
given as well, this parameter is ignored.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="verbose">
|
||
<h3>Verbose<a class="headerlink" href="#verbose" title="Permalink to this heading">¶</a></h3>
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-verbosity">
|
||
<span class="sig-name descname"><span class="pre">--verbosity</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-verbosity" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Verbosity level [0..4]. 0:quiet, 1:error, 2:warning, 3:info,
|
||
4:debug.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-v">
|
||
<span id="cmdoption-global-v"></span><span class="sig-name descname"><span class="pre">-v</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">--v</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-v" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Increase verbosity level (may be repeated, eg. -vv).</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-q">
|
||
<span id="cmdoption-global-quiet"></span><span class="sig-name descname"><span class="pre">-q</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">--quiet</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-q" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Quiet mode: no logging output.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-print-component">
|
||
<span class="sig-name descname"><span class="pre">--print-component</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-print-component" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>For each log entry print the component right after the
|
||
log level. By default the component output is enabled
|
||
for file output but disabled for console output.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-print-context">
|
||
<span class="sig-name descname"><span class="pre">--print-context</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-print-context" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>For each log entry print the source file name and line
|
||
number.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-component">
|
||
<span class="sig-name descname"><span class="pre">--component</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-component" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Limit the logging to a certain component. This option can
|
||
be given more than once.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-s">
|
||
<span id="cmdoption-global-syslog"></span><span class="sig-name descname"><span class="pre">-s</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">--syslog</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-s" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Use syslog logging backend. The output usually goes to
|
||
/var/lib/messages.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-l">
|
||
<span id="cmdoption-global-lockfile"></span><span class="sig-name descname"><span class="pre">-l</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">--lockfile</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-l" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Path to lock file.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-console">
|
||
<span class="sig-name descname"><span class="pre">--console</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-console" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Send log output to stdout.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-debug">
|
||
<span class="sig-name descname"><span class="pre">--debug</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-debug" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Execute in debug mode.
|
||
Equivalent to --verbosity=4 --console=1 .</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-trace">
|
||
<span class="sig-name descname"><span class="pre">--trace</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-trace" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Execute in trace mode.
|
||
Equivalent to --verbosity=4 --console=1 --print-component=1
|
||
--print-context=1 .</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-log-file">
|
||
<span class="sig-name descname"><span class="pre">--log-file</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-log-file" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Use alternative log file.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="messaging">
|
||
<h3>Messaging<a class="headerlink" href="#messaging" title="Permalink to this heading">¶</a></h3>
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-u">
|
||
<span id="cmdoption-global-user"></span><span class="sig-name descname"><span class="pre">-u</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">--user</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-u" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Overrides configuration parameter <a class="reference internal" href="#confval-connection.username"><code class="xref std std-confval docutils literal notranslate"><span class="pre">connection.username</span></code></a>.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-H">
|
||
<span id="cmdoption-global-host"></span><span class="sig-name descname"><span class="pre">-H</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">--host</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-H" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Overrides configuration parameter <a class="reference internal" href="#confval-connection.server"><code class="xref std std-confval docutils literal notranslate"><span class="pre">connection.server</span></code></a>.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-t">
|
||
<span id="cmdoption-global-timeout"></span><span class="sig-name descname"><span class="pre">-t</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">--timeout</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-t" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Overrides configuration parameter <a class="reference internal" href="#confval-connection.timeout"><code class="xref std std-confval docutils literal notranslate"><span class="pre">connection.timeout</span></code></a>.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-g">
|
||
<span id="cmdoption-global-primary-group"></span><span class="sig-name descname"><span class="pre">-g</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">--primary-group</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-g" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Overrides configuration parameter <a class="reference internal" href="#confval-connection.primaryGroup"><code class="xref std std-confval docutils literal notranslate"><span class="pre">connection.primaryGroup</span></code></a>.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-S">
|
||
<span id="cmdoption-global-subscribe-group"></span><span class="sig-name descname"><span class="pre">-S</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">--subscribe-group</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-S" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>A group to subscribe to.
|
||
This option can be given more than once.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-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-global-content-type" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Overrides configuration parameter <a class="reference internal" href="#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-global-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-global-start-stop-msg" title="Permalink to this definition">¶</a></dt>
|
||
<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>
|
||
<section id="database">
|
||
<h3>Database<a class="headerlink" href="#database" title="Permalink to this heading">¶</a></h3>
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-db-driver-list">
|
||
<span class="sig-name descname"><span class="pre">--db-driver-list</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-db-driver-list" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>List all supported database drivers.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-d">
|
||
<span id="cmdoption-global-database"></span><span class="sig-name descname"><span class="pre">-d</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">--database</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-d" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>The database connection string, format:
|
||
<a class="reference external" href="service://user:pwd@host/database">service://user:pwd@host/database</a>.
|
||
"service" is the name of the database driver which
|
||
can be queried with "--db-driver-list".</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-config-module">
|
||
<span class="sig-name descname"><span class="pre">--config-module</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-config-module" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>The config module to use.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-inventory-db">
|
||
<span class="sig-name descname"><span class="pre">--inventory-db</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-inventory-db" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Load the inventory from the given database or file, format:
|
||
[<a class="reference external" href="service://]location">service://]location</a> .</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-config-db">
|
||
<span class="sig-name descname"><span class="pre">--config-db</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-config-db" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Load the configuration from the given database or file,
|
||
format: [<a class="reference external" href="service://]location">service://]location</a> .</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="records">
|
||
<h3>Records<a class="headerlink" href="#records" title="Permalink to this heading">¶</a></h3>
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-record-driver-list">
|
||
<span class="sig-name descname"><span class="pre">--record-driver-list</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-record-driver-list" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>List all supported record stream drivers.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-I">
|
||
<span id="cmdoption-global-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-global-I" title="Permalink to this definition">¶</a></dt>
|
||
<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
|
||
which can be queried with "--record-driver-list".
|
||
If "service" is not given, "<a class="reference external" href="file://">file://</a>" is
|
||
used and simply the name of a miniSEED file can be given.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-record-file">
|
||
<span class="sig-name descname"><span class="pre">--record-file</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-record-file" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Specify a file as record source.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-record-type">
|
||
<span class="sig-name descname"><span class="pre">--record-type</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-global-record-type" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Specify a type for the records being read.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
<section id="cities">
|
||
<h3>Cities<a class="headerlink" href="#cities" title="Permalink to this heading">¶</a></h3>
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-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-global-city-xml" title="Permalink to this definition">¶</a></dt>
|
||
<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>
|
||
|
||
</section>
|
||
<section id="user-interface">
|
||
<h3>User interface<a class="headerlink" href="#user-interface" title="Permalink to this heading">¶</a></h3>
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-F">
|
||
<span id="cmdoption-global-full-screen"></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">--full-screen</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-F" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Start the application filling the entire screen.
|
||
This only works with GUI applications.</p>
|
||
</dd></dl>
|
||
|
||
<dl class="std option">
|
||
<dt class="sig sig-object std" id="cmdoption-global-N">
|
||
<span id="cmdoption-global-non-interactive"></span><span class="sig-name descname"><span class="pre">-N</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">--non-interactive</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-global-N" title="Permalink to this definition">¶</a></dt>
|
||
<dd><p>Use non-interactive presentation mode. This only works with
|
||
GUI applications.</p>
|
||
</dd></dl>
|
||
|
||
</section>
|
||
</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="#">Global parameters</a><ul>
|
||
<li><a class="reference internal" href="#station-meta-data">Station meta data</a></li>
|
||
<li><a class="reference internal" href="#modules">Modules</a></li>
|
||
<li><a class="reference internal" href="#bindings">Bindings</a></li>
|
||
<li><a class="reference internal" href="#extensions">Extensions</a></li>
|
||
<li><a class="reference internal" href="#plugins">Plugins</a></li>
|
||
<li><a class="reference internal" href="#module-configuration">Module Configuration</a><ul>
|
||
<li><a class="reference internal" href="#hypo71-extension">Hypo71 extension</a></li>
|
||
<li><a class="reference internal" href="#nonlinloc-extension">NonLinLoc extension</a></li>
|
||
<li><a class="reference internal" href="#iloc-extension">iLoc extension</a></li>
|
||
<li><a class="reference internal" href="#gui-extension">GUI extension</a></li>
|
||
<li><a class="reference internal" href="#stdloc-extension">StdLoc extension</a></li>
|
||
<li><a class="reference internal" href="#locext-extension">LocExt extension</a></li>
|
||
<li><a class="reference internal" href="#locrouter-extension">LocRouter extension</a></li>
|
||
<li><a class="reference internal" href="#locsat-extension">LOCSAT extension</a></li>
|
||
<li><a class="reference internal" href="#fixedhypocenter-extension">FixedHypocenter extension</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a class="reference internal" href="#bindings-parameters">Bindings Parameters</a></li>
|
||
<li><a class="reference internal" href="#command-line-options">Command-Line Options</a><ul>
|
||
<li><a class="reference internal" href="#generic">Generic</a></li>
|
||
<li><a class="reference internal" href="#verbose">Verbose</a></li>
|
||
<li><a class="reference internal" href="#messaging">Messaging</a></li>
|
||
<li><a class="reference internal" href="#database">Database</a></li>
|
||
<li><a class="reference internal" href="#records">Records</a></li>
|
||
<li><a class="reference internal" href="#cities">Cities</a></li>
|
||
<li><a class="reference internal" href="#user-interface">User interface</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
<div>
|
||
<h4>Previous topic</h4>
|
||
<p class="topless"><a href="../modules.html"
|
||
title="previous chapter">Modules</a></p>
|
||
</div>
|
||
<div>
|
||
<h4>Next topic</h4>
|
||
<p class="topless"><a href="../toc/acquisition.html"
|
||
title="next chapter">Acquisition</a></p>
|
||
</div>
|
||
<div role="note" aria-label="source link">
|
||
<h3>This Page</h3>
|
||
<ul class="this-page-menu">
|
||
<li><a href="../_sources/apps/global.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>7.0.0</b> Development
|
||
</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> |