You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6677 lines
346 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html >
<head>
<meta charset="utf-8" />
<title>Global parameters &#8212; SeisComP Release documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/seiscomp.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<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 src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<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 Release</span -->
<span class="version">5.3.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">
<div class="section" id="global-parameters">
<span id="global"></span><h1>Global parameters<a class="headerlink" href="#global-parameters" title="Permalink to this headline"></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">&#64;SYSTEMCONFIGDIR&#64;/global.cfg</span></code></p></li>
<li><p><code class="file docutils literal notranslate"><span class="pre">&#64;CONFIGDIR&#64;/global.cfg</span></code></p></li>
</ol>
<p>Parameters from <code class="file docutils literal notranslate"><span class="pre">&#64;CONFIGDIR&#64;</span></code> override parameters from <code class="file docutils literal notranslate"><span class="pre">&#64;SYSTEMCONFIGDIR&#64;</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 configuraion</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 configurator.
SeisComP ships with a graphical configurator and management tool (<a class="reference internal" href="scconfig.html#scconfig"><span class="std std-ref">scconfig</span></a>)
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>
<div class="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 headline"></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>
</div>
<div class="section" id="modules">
<span id="global-modules"></span><h2>Modules<a class="headerlink" href="#modules" title="Permalink to this headline"></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>
</div>
<div class="section" id="bindings">
<span id="global-bindings"></span><h2>Bindings<a class="headerlink" href="#bindings" title="Permalink to this headline"></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>
</div>
<div class="section" id="extensions">
<h2>Extensions<a class="headerlink" href="#extensions" title="Permalink to this headline"></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">
<colgroup>
<col style="width: 4%" />
<col style="width: 96%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Module</p></th>
<th class="head"><p>Plugins</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><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-caps"><span class="std std-ref">caps</span></a> <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></p></td>
</tr>
<tr class="row-odd"><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_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_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_mlr.html#global-mlr"><span class="std std-ref">MLr</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_locext.html#global-locext"><span class="std std-ref">LocExt</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_recordstream.html#global-recordstream"><span class="std std-ref">RecordStream</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_mb_bb.html#global-mb-bb"><span class="std std-ref">mB_BB</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_ms_20.html#global-ms-20"><span class="std std-ref">Ms_20</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_ml.html#global-ml"><span class="std std-ref">ML</span></a> <a class="reference internal" href="#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-even"><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_text.html#scm-text"><span class="std std-ref">text</span></a> <a class="reference internal" href="scm_email.html#scm-email"><span class="std std-ref">email</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-odd"><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_regioncheck.html#scevent-regioncheck"><span class="std std-ref">RegionCheck</span></a></p></td>
</tr>
<tr class="row-even"><td><p><span class="xref std std-ref">kernel</span></p></td>
<td><p><span class="xref std std-ref">messaging</span></p></td>
</tr>
</tbody>
</table>
<p>See the documentation for each module for further information about its
extensions.</p>
</div>
<div class="section" id="plugins">
<span id="global-configuration"></span><h2>Plugins<a class="headerlink" href="#plugins" title="Permalink to this headline"></a></h2>
<ul>
<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_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_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_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_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_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_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_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_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.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_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_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_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_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>
</div>
<div class="section" id="module-configuration">
<span id="id1"></span><h2>Module Configuration<a class="headerlink" href="#module-configuration" title="Permalink to this headline"></a></h2>
<dl class="confval">
<dt id="confval-agencyID">
<code class="sig-name descname">agencyID</code><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="confval">
<dt id="confval-datacenterID">
<code class="sig-name descname">datacenterID</code><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="confval">
<dt id="confval-organization">
<code class="sig-name descname">organization</code><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="confval">
<dt id="confval-author">
<code class="sig-name descname">author</code><a class="headerlink" href="#confval-author" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">&#64;appname&#64;&#64;&#64;&#64;hostname&#64;</span></code></p>
<p>Type: <em>string</em></p>
<p>Author name used to set creationInfo.author in data model
objects. &#64;appname&#64; is replace by the name of the
respective executable, &#64;hostname&#64; by the name of the computer
on which it runs.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-plugins">
<code class="sig-name descname">plugins</code><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="confval">
<dt id="confval-cityXML">
<code class="sig-name descname">cityXML</code><a class="headerlink" href="#confval-cityXML" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Path to the cities XML file. If undefined, the data is read
from “&#64;CONFIGDIR&#64;/cities.xml” or
&#64;DATADIR&#64;/cities.xml”.
SeisComP ships with “&#64;DATADIR&#64;/cities.xml”.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-loadCities">
<code class="sig-name descname">loadCities</code><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="confval">
<dt id="confval-loadRegions">
<code class="sig-name descname">loadRegions</code><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
&#64;CONFIGDIR&#64;/fep/” or &#64;DATADIR&#64;/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="confval">
<dt id="confval-publicIDPattern">
<code class="sig-name descname">publicIDPattern</code><a class="headerlink" href="#confval-publicIDPattern" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Define a custom pattern for generation of public object IDs.
The following variables are resolved:
&#64;classname&#64; (class name of object),
&#64;id&#64; (public object count),
&#64;globalid&#64; (general object count),
&#64;time&#64; (current time, use / to supply custom format e.g.
&#64;time/%FT%T.%fZ&#64;</p>
</dd></dl>
<dl class="confval">
<dt id="confval-configModule">
<code class="sig-name descname">configModule</code><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="confval">
<dt id="confval-database">
<code class="sig-name descname">database</code><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&#64;host/database">service://user:pwd&#64;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="confval">
<dt id="confval-recordstream">
<code class="sig-name descname">recordstream</code><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>
<dl class="confval">
<dt id="confval-logging.level">
<code class="sig-name descname">logging.level</code><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>Set the logging level between 1 and 4 where 1=ERROR,
2=WARNING, 3=INFO and 4=DEBUG.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-logging.syslog">
<code class="sig-name descname">logging.syslog</code><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="confval">
<dt id="confval-logging.components">
<code class="sig-name descname">logging.components</code><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="confval">
<dt id="confval-logging.component">
<code class="sig-name descname">logging.component</code><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="confval">
<dt id="confval-logging.context">
<code class="sig-name descname">logging.context</code><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="confval">
<dt id="confval-logging.utc">
<code class="sig-name descname">logging.utc</code><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="confval">
<dt id="confval-logging.file.rotator">
<code class="sig-name descname">logging.file.rotator</code><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="confval">
<dt id="confval-logging.file.rotator.timeSpan">
<code class="sig-name descname">logging.file.rotator.timeSpan</code><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="confval">
<dt id="confval-logging.file.rotator.archiveSize">
<code class="sig-name descname">logging.file.rotator.archiveSize</code><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>How many historic log files to keep.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-logging.file.rotator.maxFileSize">
<code class="sig-name descname">logging.file.rotator.maxFileSize</code><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 logfile in byte. The default
value is 100 megabyte. If a logfile exceeds that
size, then it is rotated. To disable the size limit
give 0 or a negative value.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-logging.objects.timeSpan">
<code class="sig-name descname">logging.objects.timeSpan</code><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="confval">
<dt id="confval-logging.syslog.facility">
<code class="sig-name descname">logging.syslog.facility</code><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="confval">
<dt id="confval-connection.server">
<code class="sig-name descname">connection.server</code><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="confval">
<dt id="confval-connection.username">
<code class="sig-name descname">connection.username</code><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="confval">
<dt id="confval-connection.certificate">
<code class="sig-name descname">connection.certificate</code><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="confval">
<dt id="confval-connection.timeout">
<code class="sig-name descname">connection.timeout</code><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="confval">
<dt id="confval-connection.primaryGroup">
<code class="sig-name descname">connection.primaryGroup</code><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="confval">
<dt id="confval-connection.contentType">
<code class="sig-name descname">connection.contentType</code><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="confval">
<dt id="confval-connection.subscriptions">
<code class="sig-name descname">connection.subscriptions</code><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="confval">
<dt id="confval-database.inventory">
<code class="sig-name descname">database.inventory</code><a class="headerlink" href="#confval-database.inventory" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></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="confval">
<dt id="confval-database.config">
<code class="sig-name descname">database.config</code><a class="headerlink" href="#confval-database.config" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></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>
<dl class="confval">
<dt id="confval-processing.whitelist.agencies">
<code class="sig-name descname">processing.whitelist.agencies</code><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 agencies that are allowed for
processing. Separate items by comma.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-processing.blacklist.agencies">
<code class="sig-name descname">processing.blacklist.agencies</code><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 agencies that are not allowed for
processing. Separate items by comma.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-inventory.whitelist.nettype">
<code class="sig-name descname">inventory.whitelist.nettype</code><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.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-inventory.whitelist.statype">
<code class="sig-name descname">inventory.whitelist.statype</code><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.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-inventory.blacklist.nettype">
<code class="sig-name descname">inventory.blacklist.nettype</code><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.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-inventory.blacklist.statype">
<code class="sig-name descname">inventory.blacklist.statype</code><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.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scripts.crashHandler">
<code class="sig-name descname">scripts.crashHandler</code><a class="headerlink" href="#confval-scripts.crashHandler" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>path</em></p>
<p>Path to crash handler script.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-core.plugins">
<code class="sig-name descname">core.plugins</code><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="confval">
<dt id="confval-client.startStopMessage">
<code class="sig-name descname">client.startStopMessage</code><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="confval">
<dt id="confval-client.autoShutdown">
<code class="sig-name descname">client.autoShutdown</code><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="confval">
<dt id="confval-client.shutdownMasterModule">
<code class="sig-name descname">client.shutdownMasterModule</code><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="confval">
<dt id="confval-client.shutdownMasterUsername">
<code class="sig-name descname">client.shutdownMasterUsername</code><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>
<dl class="confval">
<dt id="confval-commands.target">
<code class="sig-name descname">commands.target</code><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>Travel time table related configuration. Travel time tables can</em>
<em>be added via plugins. Built-in interfaces are LOCSAT, libtau and</em>
<em>homogeneous.</em>
<em>For each loaded interface a list of supported models must be</em>
<em>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="confval">
<dt id="confval-ttt.$name.tables">
<code class="sig-name descname">ttt.$name.tables</code><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 model names per interface.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>amplitudes.*</strong>
<em>Amplitude configurations overriding global bindings.</em></p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.*</strong>
<em>Magnitude configurations overriding global bindings.</em>
<em>Add regionalization by magnitude-type profiles. Profile</em>
<em>names correspond to magnitude types.</em></p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.$name.*</strong>
$name is a placeholder for the name to be used.</p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.$name.regionFile">
<code class="sig-name descname">magnitudes.$name.regionFile</code><a class="headerlink" href="#confval-magnitudes.$name.regionFile" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>path</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 parameter profiles for regions defined in the</em>
<em>geofeature file. Profile names must match one polygon</em>
<em>name. Otherwise, the profile is not considered.</em>
<em>The special name “world” corresponds to the</em>
<em>region of the entire planet as a fallback.</em>
**
<em>Magnitude-specific parameters, e.g. calibration functions,</em>
<em>are adjusted in a separate section of magnitudes with</em>
<em>the same name.</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="confval">
<dt id="confval-magnitudes.$name.region.$name.enable">
<code class="sig-name descname">magnitudes.$name.region.$name.enable</code><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="confval">
<dt id="confval-magnitudes.$name.region.$name.minDist">
<code class="sig-name descname">magnitudes.$name.region.$name.minDist</code><a class="headerlink" href="#confval-magnitudes.$name.region.$name.minDist" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</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 is implementation specific.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.$name.region.$name.maxDist">
<code class="sig-name descname">magnitudes.$name.region.$name.maxDist</code><a class="headerlink" href="#confval-magnitudes.$name.region.$name.maxDist" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</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 is implementation specific.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.$name.region.$name.minDepth">
<code class="sig-name descname">magnitudes.$name.region.$name.minDepth</code><a class="headerlink" href="#confval-magnitudes.$name.region.$name.minDepth" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</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 is implementation specific.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.$name.region.$name.maxDepth">
<code class="sig-name descname">magnitudes.$name.region.$name.maxDepth</code><a class="headerlink" href="#confval-magnitudes.$name.region.$name.maxDepth" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</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 is implementation specific.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.$name.region.$name.check">
<code class="sig-name descname">magnitudes.$name.region.$name.check</code><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="confval">
<dt id="confval-magnitudes.$name.region.$name.multiplier">
<code class="sig-name descname">magnitudes.$name.region.$name.multiplier</code><a class="headerlink" href="#confval-magnitudes.$name.region.$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>double</em></p>
<p>Linear part of the default station correction
for this region.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.$name.region.$name.offset">
<code class="sig-name descname">magnitudes.$name.region.$name.offset</code><a class="headerlink" href="#confval-magnitudes.$name.region.$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>double</em></p>
<p>Constant part of the default station correction
for this region.</p>
</dd></dl>
<div class="section" id="nonlinloc-extension">
<span id="global-nonlinloc"></span><h3>NonLinLoc extension<a class="headerlink" href="#nonlinloc-extension" title="Permalink to this headline"></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="confval">
<dt id="confval-NonLinLoc.publicID">
<code class="sig-name descname">NonLinLoc.publicID</code><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.&#64;time/%Y%m%d%H%M%S.%f&#64;.&#64;id&#64;</span></code></p>
<p>Type: <em>string</em></p>
<p>PublicID creation pattern for an origin created by NonLinLoc.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.outputPath">
<code class="sig-name descname">NonLinLoc.outputPath</code><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>path</em></p>
<p>Defines the output path for all native NonLinLoc input and output files.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.saveInput">
<code class="sig-name descname">NonLinLoc.saveInput</code><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="confval">
<dt id="confval-NonLinLoc.saveIntermediateOutput">
<code class="sig-name descname">NonLinLoc.saveIntermediateOutput</code><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="confval">
<dt id="confval-NonLinLoc.controlFile">
<code class="sig-name descname">NonLinLoc.controlFile</code><a class="headerlink" href="#confval-NonLinLoc.controlFile" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>path</em></p>
<p>The default NonLinLoc control file to use.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.defaultPickError">
<code class="sig-name descname">NonLinLoc.defaultPickError</code><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="confval">
<dt id="confval-NonLinLoc.fixedDepthGridSpacing">
<code class="sig-name descname">NonLinLoc.fixedDepthGridSpacing</code><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="confval">
<dt id="confval-NonLinLoc.allowMissingStations">
<code class="sig-name descname">NonLinLoc.allowMissingStations</code><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="confval">
<dt id="confval-NonLinLoc.profiles">
<code class="sig-name descname">NonLinLoc.profiles</code><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="o">=</span> a,b
NonLinLoc.profile.a.value1 <span class="o">=</span> ...
NonLinLoc.profile.b.value1 <span class="o">=</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="o">=</span> ...
</pre></div>
</div>
</div>
<dl class="confval">
<dt id="confval-NonLinLoc.profile.$name.earthModelID">
<code class="sig-name descname">NonLinLoc.profile.$name.earthModelID</code><a class="headerlink" href="#confval-NonLinLoc.profile.$name.earthModelID" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>earthModelID that is stored in the created origin.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.profile.$name.methodID">
<code class="sig-name descname">NonLinLoc.profile.$name.methodID</code><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>methodID that is stored in the created origin.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.profile.$name.tablePath">
<code class="sig-name descname">NonLinLoc.profile.$name.tablePath</code><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).</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.profile.$name.stationNameFormat">
<code class="sig-name descname">NonLinLoc.profile.$name.stationNameFormat</code><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">&#64;STA&#64;</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.&#64;STA&#64;.time.*), but
that doesnt 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 &#64;NET&#64;_&#64;STA&#64;_&#64;LOC&#64;. In this way NonLinLoc will look for
travel time table (grid) files of the form: tablePath.P.&#64;NET&#64;_&#64;STA&#64;_&#64;LOC&#64;.time.*
Where &#64;NET&#64; &#64;STA&#64; &#64;LOC&#64; are just placeholder for the actual codes</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.profile.$name.controlFile">
<code class="sig-name descname">NonLinLoc.profile.$name.controlFile</code><a class="headerlink" href="#confval-NonLinLoc.profile.$name.controlFile" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>path</em></p>
<p>Control file of the current profile. If not set, the default
control file will be used instead.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.profile.$name.transform">
<code class="sig-name descname">NonLinLoc.profile.$name.transform</code><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>
<p>Default: GLOBAL is assumed.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.profile.$name.region">
<code class="sig-name descname">NonLinLoc.profile.$name.region</code><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 is degree.</p>
<p>If transform is SIMPLE: xmin, ymin, xmax, ymax.
The values define the region relative to the configured origin.
Unit is km.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.profile.$name.origin">
<code class="sig-name descname">NonLinLoc.profile.$name.origin</code><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.
Unit is degree.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-NonLinLoc.profile.$name.rotation">
<code class="sig-name descname">NonLinLoc.profile.$name.rotation</code><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>
</div>
<div class="section" id="hypo71-extension">
<span id="global-hypo71"></span><h3>Hypo71 extension<a class="headerlink" href="#hypo71-extension" title="Permalink to this headline"></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>General Hypo71 configuration parameters.</em></p>
</div>
<dl class="confval">
<dt id="confval-hypo71.logFile">
<code class="sig-name descname">hypo71.logFile</code><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">&#64;LOGDIR&#64;/HYPO71.LOG</span></code></p>
<p>Type: <em>string</em></p>
<p>Temporary file used by Hypo71 to store calculation logs.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-hypo71.inputFile">
<code class="sig-name descname">hypo71.inputFile</code><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">&#64;DATADIR&#64;/hypo71/HYPO71.INP</span></code></p>
<p>Type: <em>string</em></p>
<p>Temporary file to write Hypo71 input data to.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-hypo71.outputFile">
<code class="sig-name descname">hypo71.outputFile</code><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">&#64;DATADIR&#64;/hypo71/HYPO71.PRT</span></code></p>
<p>Type: <em>string</em></p>
<p>Temporary output file to read Hypo71 location data from.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-hypo71.defaultControlFile">
<code class="sig-name descname">hypo71.defaultControlFile</code><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">&#64;DATADIR&#64;/hypo71/profiles/default.hypo71.conf</span></code></p>
<p>Type: <em>string</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="confval">
<dt id="confval-hypo71.hypo71ScriptFile">
<code class="sig-name descname">hypo71.hypo71ScriptFile</code><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">&#64;DATADIR&#64;/hypo71/run.sh</span></code></p>
<p>Type: <em>string</em></p>
<p>Bash script executed when calling the Hypo71 locator plugin for locating the earthquake.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-hypo71.profiles">
<code class="sig-name descname">hypo71.profiles</code><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="confval">
<dt id="confval-hypo71.publicID">
<code class="sig-name descname">hypo71.publicID</code><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="confval">
<dt id="confval-hypo71.useHypo71PatternID">
<code class="sig-name descname">hypo71.useHypo71PatternID</code><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 publicD should 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 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="o">=</span> a,b
hypo71.profile.a.value1 <span class="o">=</span> ...
hypo71.profile.b.value1 <span class="o">=</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="o">=</span> ...
</pre></div>
</div>
</div>
<dl class="confval">
<dt id="confval-hypo71.profile.$name.earthModelID">
<code class="sig-name descname">hypo71.profile.$name.earthModelID</code><a class="headerlink" href="#confval-hypo71.profile.$name.earthModelID" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Profiles velocity model name.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-hypo71.profile.$name.methodID">
<code class="sig-name descname">hypo71.profile.$name.methodID</code><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>Profiles method.
It is generally the locators name (Hypo71).</p>
</dd></dl>
<dl class="confval">
<dt id="confval-hypo71.profile.$name.controlFile">
<code class="sig-name descname">hypo71.profile.$name.controlFile</code><a class="headerlink" href="#confval-hypo71.profile.$name.controlFile" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>File containing the profile parameters.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-hypo71.profile.$name.fixStartDepthOnly">
<code class="sig-name descname">hypo71.profile.$name.fixStartDepthOnly</code><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>
</div>
<div class="section" id="iloc-extension">
<span id="global-iloc"></span><h3>iLoc extension<a class="headerlink" href="#iloc-extension" title="Permalink to this headline"></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="confval">
<dt id="confval-iLoc.profiles">
<code class="sig-name descname">iLoc.profiles</code><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>iLoc profile name.
Multiples names may be set separated by comma.
Each profile can have different velocity or parameters.</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="o">=</span> a,b
iLoc.profile.a.value1 <span class="o">=</span> ...
iLoc.profile.b.value1 <span class="o">=</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="o">=</span> ...
</pre></div>
</div>
</div>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.Verbose">
<code class="sig-name descname">iLoc.profile.$name.Verbose</code><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="confval">
<dt id="confval-iLoc.profile.$name.globalModel">
<code class="sig-name descname">iLoc.profile.$name.globalModel</code><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="confval">
<dt id="confval-iLoc.profile.$name.UseRSTT">
<code class="sig-name descname">iLoc.profile.$name.UseRSTT</code><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="confval">
<dt id="confval-iLoc.profile.$name.UseRSTTPnSn">
<code class="sig-name descname">iLoc.profile.$name.UseRSTTPnSn</code><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="confval">
<dt id="confval-iLoc.profile.$name.UseRSTTPgLg">
<code class="sig-name descname">iLoc.profile.$name.UseRSTTPgLg</code><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="confval">
<dt id="confval-iLoc.profile.$name.LocalVmodel">
<code class="sig-name descname">iLoc.profile.$name.LocalVmodel</code><a class="headerlink" href="#confval-iLoc.profile.$name.LocalVmodel" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Full path to a file containing the local velocity model.
Requires: UseLocalTT = true. Empty string or unset
disables using a local model in this profile.</p>
<p>Example:</p>
<p>&#64;DATADIR&#64;/iloc/localmodels/model.localmodel.dat.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.DoGridSearch">
<code class="sig-name descname">iLoc.profile.$name.DoGridSearch</code><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="confval">
<dt id="confval-iLoc.profile.$name.NAsearchRadius">
<code class="sig-name descname">iLoc.profile.$name.NAsearchRadius</code><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="confval">
<dt id="confval-iLoc.profile.$name.NAsearchDepth">
<code class="sig-name descname">iLoc.profile.$name.NAsearchDepth</code><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="confval">
<dt id="confval-iLoc.profile.$name.NAsearchOT">
<code class="sig-name descname">iLoc.profile.$name.NAsearchOT</code><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="confval">
<dt id="confval-iLoc.profile.$name.NAlpNorm">
<code class="sig-name descname">iLoc.profile.$name.NAlpNorm</code><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>Neighbourhood Algorithm: p-value for norm to compute
misfit [1,2]</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.NAiterMax">
<code class="sig-name descname">iLoc.profile.$name.NAiterMax</code><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>integer</em></p>
<p>Neighbourhood Algorithm: Maximum number of iterations</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.NAcells">
<code class="sig-name descname">iLoc.profile.$name.NAcells</code><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>integer</em></p>
<p>Neighbourhood Algorithm: Number of cells to be resampled
at each iteration</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.NAinitialSample">
<code class="sig-name descname">iLoc.profile.$name.NAinitialSample</code><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>integer</em></p>
<p>Neighbourhood Algorithm: Size of initial sample</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.NAnextSample">
<code class="sig-name descname">iLoc.profile.$name.NAnextSample</code><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>integer</em></p>
<p>Neighbourhood Algorithm: Size of subsequent samples</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.MinDepthPhases">
<code class="sig-name descname">iLoc.profile.$name.MinDepthPhases</code><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>integer</em></p>
<p>Depth resolution: Minimum number of depth phases for depdp</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.MaxLocalDistDeg">
<code class="sig-name descname">iLoc.profile.$name.MaxLocalDistDeg</code><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="confval">
<dt id="confval-iLoc.profile.$name.MinLocalStations">
<code class="sig-name descname">iLoc.profile.$name.MinLocalStations</code><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>integer</em></p>
<p>Depth resolution: Minimum number of local defining stations</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.MaxSPDistDeg">
<code class="sig-name descname">iLoc.profile.$name.MaxSPDistDeg</code><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 distance for using S-P travel-time differences.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.MinSPpairs">
<code class="sig-name descname">iLoc.profile.$name.MinSPpairs</code><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>integer</em></p>
<p>Depth resolution: Minimum number of defining S-P phase pairs</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.MinCorePhases">
<code class="sig-name descname">iLoc.profile.$name.MinCorePhases</code><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>integer</em></p>
<p>Depth resolution: Minimum number of defining core reflection phases</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.MaxShallowDepthError">
<code class="sig-name descname">iLoc.profile.$name.MaxShallowDepthError</code><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="confval">
<dt id="confval-iLoc.profile.$name.MaxDeepDepthError">
<code class="sig-name descname">iLoc.profile.$name.MaxDeepDepthError</code><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="confval">
<dt id="confval-iLoc.profile.$name.DoCorrelatedErrors">
<code class="sig-name descname">iLoc.profile.$name.DoCorrelatedErrors</code><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="confval">
<dt id="confval-iLoc.profile.$name.SigmaThreshold">
<code class="sig-name descname">iLoc.profile.$name.SigmaThreshold</code><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="confval">
<dt id="confval-iLoc.profile.$name.AllowDamping">
<code class="sig-name descname">iLoc.profile.$name.AllowDamping</code><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="confval">
<dt id="confval-iLoc.profile.$name.MinIterations">
<code class="sig-name descname">iLoc.profile.$name.MinIterations</code><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>integer</em></p>
<p>Linearized inversion: Minimum number of iterations</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.MaxIterations">
<code class="sig-name descname">iLoc.profile.$name.MaxIterations</code><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>integer</em></p>
<p>Linearized inversion: Maximum number of iterations</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.MinNdefPhases">
<code class="sig-name descname">iLoc.profile.$name.MinNdefPhases</code><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>integer</em></p>
<p>Linearized inversion: Minimum number of defining phases</p>
</dd></dl>
<dl class="confval">
<dt id="confval-iLoc.profile.$name.DoNotRenamePhases">
<code class="sig-name descname">iLoc.profile.$name.DoNotRenamePhases</code><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>
</div>
<div class="section" id="mn-extension">
<span id="global-mn"></span><h3>MN extension<a class="headerlink" href="#mn-extension" title="Permalink to this headline"></a></h3>
<p>Nuttli magnitude for Canada and other Cratonic regions</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>amplitudes.MN.*</strong>
<em>Amplitude control parameters for MN (Nuttli magnitude).</em></p>
</div>
<dl class="confval">
<dt id="confval-amplitudes.MN.velocityModel">
<code class="sig-name descname">amplitudes.MN.velocityModel</code><a class="headerlink" href="#confval-amplitudes.MN.velocityModel" 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 travel time table set compiled for LocSAT. The tables
are located in “share/locsat/tables/[vmodel].*”.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MN.*</strong>
<em>Regionalization of MN (Nuttli magnitude).</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.MN.region">
<code class="sig-name descname">magnitudes.MN.region</code><a class="headerlink" href="#confval-magnitudes.MN.region" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">&#64;DATADIR&#64;/magnitudes/MN/MN.bna</span></code></p>
<p>Type: <em>path</em></p>
<p>The path to the BNA file which defines the valid region
for the MN magnitude. Note that the entire path from
source to receiver must lie entirely within the polygon(s).</p>
</dd></dl>
</div>
<div class="section" id="locext-extension">
<span id="global-locext"></span><h3>LocExt extension<a class="headerlink" href="#locext-extension" title="Permalink to this headline"></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: ExternalLocator</em></p>
</div>
<dl class="confval">
<dt id="confval-ExternalLocator.profiles">
<code class="sig-name descname">ExternalLocator.profiles</code><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>
</div>
<div class="section" id="gui-extension">
<span id="global-gui"></span><h3>GUI extension<a class="headerlink" href="#gui-extension" title="Permalink to this headline"></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="confval">
<dt id="confval-groups.pick">
<code class="sig-name descname">groups.pick</code><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="confval">
<dt id="confval-groups.amplitude">
<code class="sig-name descname">groups.amplitude</code><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="confval">
<dt id="confval-groups.magnitude">
<code class="sig-name descname">groups.magnitude</code><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="confval">
<dt id="confval-groups.location">
<code class="sig-name descname">groups.location</code><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="confval">
<dt id="confval-groups.focalMechanism">
<code class="sig-name descname">groups.focalMechanism</code><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="confval">
<dt id="confval-groups.event">
<code class="sig-name descname">groups.event</code><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="confval">
<dt id="confval-map.location">
<code class="sig-name descname">map.location</code><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">&#64;DATADIR&#64;/maps/world%s.png</span></code></p>
<p>Type: <em>string</em></p>
<p>Specified 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 which starts with is introduced by the character %
followed by a conversion specifier. Valid specifiers are s (replaced by
tile ID), l (tile level), c (tile column) and r (tile row). An example for
using the OpenStreetMap file structure is /path/to/maps/%l/%c/%r.png.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-map.format">
<code class="sig-name descname">map.format</code><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>Projection of the map tiles. Supported formats are: rectangular and mercator.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-map.cacheSize">
<code class="sig-name descname">map.cacheSize</code><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 32mb 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="confval">
<dt id="confval-map.type">
<code class="sig-name descname">map.type</code><a class="headerlink" href="#confval-map.type" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Used to distinguish tile store implementations provided by plug-ins.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-map.customLayers">
<code class="sig-name descname">map.customLayers</code><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="confval">
<dt id="confval-map.layers">
<code class="sig-name descname">map.layers</code><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.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="confval">
<dt id="confval-map.layers.events.visible">
<code class="sig-name descname">map.layers.events.visible</code><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 &#64;DATADIR&#64;/fep or &#64;CONFIGDIR&#64;/fep.</em></p>
</div>
<dl class="confval">
<dt id="confval-map.layers.fep.visible">
<code class="sig-name descname">map.layers.fep.visible</code><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="confval">
<dt id="confval-map.layers.cities.topPopulatedPlaces">
<code class="sig-name descname">map.layers.cities.topPopulatedPlaces</code><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
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="confval">
<dt id="confval-map.zoom.sensitivity">
<code class="sig-name descname">map.zoom.sensitivity</code><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 for color, pen, brush, font, etc. for SeisComP</em>
<em>graphical user interfaces. There are various conventions to</em>
<em>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(255,0,0)”, FF00FF40, 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="confval">
<dt id="confval-scheme.showMenu">
<code class="sig-name descname">scheme.showMenu</code><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="confval">
<dt id="confval-scheme.showStatusBar">
<code class="sig-name descname">scheme.showStatusBar</code><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="confval">
<dt id="confval-scheme.tabPosition">
<code class="sig-name descname">scheme.tabPosition</code><a class="headerlink" href="#confval-scheme.tabPosition" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Set position if tab bar. 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="confval">
<dt id="confval-scheme.map.stationSize">
<code class="sig-name descname">scheme.map.stationSize</code><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="confval">
<dt id="confval-scheme.map.originSymbolMinSize">
<code class="sig-name descname">scheme.map.originSymbolMinSize</code><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 origin symbol minimum size. The formula to compute the
size of the origin symbol is: 4.9*(M-1.2).</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.map.vectorLayerAntiAlias">
<code class="sig-name descname">scheme.map.vectorLayerAntiAlias</code><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="confval">
<dt id="confval-scheme.map.bilinearFilter">
<code class="sig-name descname">scheme.map.bilinearFilter</code><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="confval">
<dt id="confval-scheme.map.showGrid">
<code class="sig-name descname">scheme.map.showGrid</code><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="confval">
<dt id="confval-scheme.map.showCities">
<code class="sig-name descname">scheme.map.showCities</code><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="confval">
<dt id="confval-scheme.map.cityPopulationWeight">
<code class="sig-name descname">scheme.map.cityPopulationWeight</code><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 &gt;= population</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.map.showLayers">
<code class="sig-name descname">scheme.map.showLayers</code><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="confval">
<dt id="confval-scheme.map.showLegends">
<code class="sig-name descname">scheme.map.showLegends</code><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="confval">
<dt id="confval-scheme.map.projection">
<code class="sig-name descname">scheme.map.projection</code><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>SeisComP ships with the rectangular projection built-in.
Other projections may be provided through plugins.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.map.toBGR">
<code class="sig-name descname">scheme.map.toBGR</code><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="confval">
<dt id="confval-scheme.map.polygonRoughness">
<code class="sig-name descname">scheme.map.polygonRoughness</code><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="confval">
<dt id="confval-scheme.colors.background">
<code class="sig-name descname">scheme.colors.background</code><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="confval">
<dt id="confval-scheme.colors.agencies">
<code class="sig-name descname">scheme.colors.agencies</code><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="confval">
<dt id="confval-scheme.colors.map.lines">
<code class="sig-name descname">scheme.colors.map.lines</code><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="confval">
<dt id="confval-scheme.colors.map.outlines">
<code class="sig-name descname">scheme.colors.map.outlines</code><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="confval">
<dt id="confval-scheme.colors.map.stationAnnotations">
<code class="sig-name descname">scheme.colors.map.stationAnnotations</code><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="confval">
<dt id="confval-scheme.colors.map.cityLabels">
<code class="sig-name descname">scheme.colors.map.cityLabels</code><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="confval">
<dt id="confval-scheme.colors.map.cityOutlines">
<code class="sig-name descname">scheme.colors.map.cityOutlines</code><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="confval">
<dt id="confval-scheme.colors.map.cityCapital">
<code class="sig-name descname">scheme.colors.map.cityCapital</code><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="confval">
<dt id="confval-scheme.colors.map.cityNormal">
<code class="sig-name descname">scheme.colors.map.cityNormal</code><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.grid.*</strong>
<em>Defines the pen of the latitude/longitude grid of the map.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.colors.map.grid.color">
<code class="sig-name descname">scheme.colors.map.grid.color</code><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="confval">
<dt id="confval-scheme.colors.map.grid.style">
<code class="sig-name descname">scheme.colors.map.grid.style</code><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>The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.map.grid.width">
<code class="sig-name descname">scheme.colors.map.grid.width</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.textSize">
<code class="sig-name descname">scheme.colors.map.annotations.textSize</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.normalText.color">
<code class="sig-name descname">scheme.colors.map.annotations.normalText.color</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.normalText.style">
<code class="sig-name descname">scheme.colors.map.annotations.normalText.style</code><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>The style of the pen. Supported values are:
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.map.annotations.normalText.width">
<code class="sig-name descname">scheme.colors.map.annotations.normalText.width</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.normalBorder.color">
<code class="sig-name descname">scheme.colors.map.annotations.normalBorder.color</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.normalBorder.style">
<code class="sig-name descname">scheme.colors.map.annotations.normalBorder.style</code><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>The style of the pen. Supported values are:
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.map.annotations.normalBorder.width">
<code class="sig-name descname">scheme.colors.map.annotations.normalBorder.width</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.normalBackground.color">
<code class="sig-name descname">scheme.colors.map.annotations.normalBackground.color</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.normalBackground.style">
<code class="sig-name descname">scheme.colors.map.annotations.normalBackground.style</code><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>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="confval">
<dt id="confval-scheme.colors.map.annotations.highlightedText.color">
<code class="sig-name descname">scheme.colors.map.annotations.highlightedText.color</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.highlightedText.style">
<code class="sig-name descname">scheme.colors.map.annotations.highlightedText.style</code><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>The style of the pen. Supported values are:
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.map.annotations.highlightedText.width">
<code class="sig-name descname">scheme.colors.map.annotations.highlightedText.width</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.highlightedBorder.color">
<code class="sig-name descname">scheme.colors.map.annotations.highlightedBorder.color</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.highlightedBorder.style">
<code class="sig-name descname">scheme.colors.map.annotations.highlightedBorder.style</code><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>The style of the pen. Supported values are:
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.map.annotations.highlightedBorder.width">
<code class="sig-name descname">scheme.colors.map.annotations.highlightedBorder.width</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.highlightedBackground.color">
<code class="sig-name descname">scheme.colors.map.annotations.highlightedBackground.color</code><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="confval">
<dt id="confval-scheme.colors.map.annotations.highlightedBackground.style">
<code class="sig-name descname">scheme.colors.map.annotations.highlightedBackground.style</code><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>The style of the brush. Supported values are, e.g.:
solid, dense1, dense7, horizontal, vertical,
cross, bdiag, fdiag, diagcross.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.records.foreground">
<code class="sig-name descname">scheme.colors.records.foreground</code><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="confval">
<dt id="confval-scheme.colors.records.alternateForeground">
<code class="sig-name descname">scheme.colors.records.alternateForeground</code><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 (eg scheli).</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.records.background">
<code class="sig-name descname">scheme.colors.records.background</code><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="confval">
<dt id="confval-scheme.colors.records.alternateBackground">
<code class="sig-name descname">scheme.colors.records.alternateBackground</code><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="confval">
<dt id="confval-scheme.colors.records.spectrogram">
<code class="sig-name descname">scheme.colors.records.spectrogram</code><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="confval">
<dt id="confval-scheme.colors.records.gaps">
<code class="sig-name descname">scheme.colors.records.gaps</code><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="confval">
<dt id="confval-scheme.colors.records.overlaps">
<code class="sig-name descname">scheme.colors.records.overlaps</code><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="confval">
<dt id="confval-scheme.colors.records.alignment">
<code class="sig-name descname">scheme.colors.records.alignment</code><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="confval">
<dt id="confval-scheme.colors.records.borders.standard.pen.color">
<code class="sig-name descname">scheme.colors.records.borders.standard.pen.color</code><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="confval">
<dt id="confval-scheme.colors.records.borders.standard.pen.style">
<code class="sig-name descname">scheme.colors.records.borders.standard.pen.style</code><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>The style of the pen. Supported values are:
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.records.borders.standard.pen.width">
<code class="sig-name descname">scheme.colors.records.borders.standard.pen.width</code><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 enlcosed area.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.colors.records.borders.standard.brush.color">
<code class="sig-name descname">scheme.colors.records.borders.standard.brush.color</code><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="confval">
<dt id="confval-scheme.colors.records.borders.standard.brush.style">
<code class="sig-name descname">scheme.colors.records.borders.standard.brush.style</code><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>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="confval">
<dt id="confval-scheme.colors.records.borders.signatureValid.pen.color">
<code class="sig-name descname">scheme.colors.records.borders.signatureValid.pen.color</code><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="confval">
<dt id="confval-scheme.colors.records.borders.signatureValid.pen.style">
<code class="sig-name descname">scheme.colors.records.borders.signatureValid.pen.style</code><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>The style of the pen. Supported values are:
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.records.borders.signatureValid.pen.width">
<code class="sig-name descname">scheme.colors.records.borders.signatureValid.pen.width</code><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="confval">
<dt id="confval-scheme.colors.records.borders.signatureValid.brush.color">
<code class="sig-name descname">scheme.colors.records.borders.signatureValid.brush.color</code><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="confval">
<dt id="confval-scheme.colors.records.borders.signatureValid.brush.style">
<code class="sig-name descname">scheme.colors.records.borders.signatureValid.brush.style</code><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>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="confval">
<dt id="confval-scheme.colors.records.borders.signatureInvalid.pen.color">
<code class="sig-name descname">scheme.colors.records.borders.signatureInvalid.pen.color</code><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="confval">
<dt id="confval-scheme.colors.records.borders.signatureInvalid.pen.style">
<code class="sig-name descname">scheme.colors.records.borders.signatureInvalid.pen.style</code><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>The style of the pen. Supported values are:
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.records.borders.signatureInvalid.pen.width">
<code class="sig-name descname">scheme.colors.records.borders.signatureInvalid.pen.width</code><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="confval">
<dt id="confval-scheme.colors.records.borders.signatureInvalid.brush.color">
<code class="sig-name descname">scheme.colors.records.borders.signatureInvalid.brush.color</code><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="confval">
<dt id="confval-scheme.colors.records.borders.signatureInvalid.brush.style">
<code class="sig-name descname">scheme.colors.records.borders.signatureInvalid.brush.style</code><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>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="confval">
<dt id="confval-scheme.colors.records.offset.color">
<code class="sig-name descname">scheme.colors.records.offset.color</code><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="confval">
<dt id="confval-scheme.colors.records.offset.style">
<code class="sig-name descname">scheme.colors.records.offset.style</code><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>The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.records.offset.width">
<code class="sig-name descname">scheme.colors.records.offset.width</code><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="confval">
<dt id="confval-scheme.colors.records.gridPen.color">
<code class="sig-name descname">scheme.colors.records.gridPen.color</code><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="confval">
<dt id="confval-scheme.colors.records.gridPen.style">
<code class="sig-name descname">scheme.colors.records.gridPen.style</code><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>The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.records.gridPen.width">
<code class="sig-name descname">scheme.colors.records.gridPen.width</code><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="confval">
<dt id="confval-scheme.colors.records.subGridPen.color">
<code class="sig-name descname">scheme.colors.records.subGridPen.color</code><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="confval">
<dt id="confval-scheme.colors.records.subGridPen.style">
<code class="sig-name descname">scheme.colors.records.subGridPen.style</code><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>The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.records.subGridPen.width">
<code class="sig-name descname">scheme.colors.records.subGridPen.width</code><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="confval">
<dt id="confval-scheme.colors.records.states.unrequested">
<code class="sig-name descname">scheme.colors.records.states.unrequested</code><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="confval">
<dt id="confval-scheme.colors.records.states.requested">
<code class="sig-name descname">scheme.colors.records.states.requested</code><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="confval">
<dt id="confval-scheme.colors.records.states.inProgress">
<code class="sig-name descname">scheme.colors.records.states.inProgress</code><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="confval">
<dt id="confval-scheme.colors.records.states.notAvailable">
<code class="sig-name descname">scheme.colors.records.states.notAvailable</code><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="confval">
<dt id="confval-scheme.colors.picks.manual">
<code class="sig-name descname">scheme.colors.picks.manual</code><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="confval">
<dt id="confval-scheme.colors.picks.automatic">
<code class="sig-name descname">scheme.colors.picks.automatic</code><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="confval">
<dt id="confval-scheme.colors.picks.undefined">
<code class="sig-name descname">scheme.colors.picks.undefined</code><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="confval">
<dt id="confval-scheme.colors.picks.disabled">
<code class="sig-name descname">scheme.colors.picks.disabled</code><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="confval">
<dt id="confval-scheme.colors.arrivals.manual">
<code class="sig-name descname">scheme.colors.arrivals.manual</code><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="confval">
<dt id="confval-scheme.colors.arrivals.automatic">
<code class="sig-name descname">scheme.colors.arrivals.automatic</code><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="confval">
<dt id="confval-scheme.colors.arrivals.theoretical">
<code class="sig-name descname">scheme.colors.arrivals.theoretical</code><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="confval">
<dt id="confval-scheme.colors.arrivals.undefined">
<code class="sig-name descname">scheme.colors.arrivals.undefined</code><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="confval">
<dt id="confval-scheme.colors.arrivals.disabled">
<code class="sig-name descname">scheme.colors.arrivals.disabled</code><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="confval">
<dt id="confval-scheme.colors.arrivals.residuals">
<code class="sig-name descname">scheme.colors.arrivals.residuals</code><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="confval">
<dt id="confval-scheme.colors.magnitudes.set">
<code class="sig-name descname">scheme.colors.magnitudes.set</code><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="confval">
<dt id="confval-scheme.colors.magnitudes.unset">
<code class="sig-name descname">scheme.colors.magnitudes.unset</code><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="confval">
<dt id="confval-scheme.colors.magnitudes.disabled">
<code class="sig-name descname">scheme.colors.magnitudes.disabled</code><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="confval">
<dt id="confval-scheme.colors.magnitudes.residuals">
<code class="sig-name descname">scheme.colors.magnitudes.residuals</code><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="confval">
<dt id="confval-scheme.colors.stations.text">
<code class="sig-name descname">scheme.colors.stations.text</code><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="confval">
<dt id="confval-scheme.colors.stations.associated">
<code class="sig-name descname">scheme.colors.stations.associated</code><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="confval">
<dt id="confval-scheme.colors.stations.triggering">
<code class="sig-name descname">scheme.colors.stations.triggering</code><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="confval">
<dt id="confval-scheme.colors.stations.triggered0">
<code class="sig-name descname">scheme.colors.stations.triggered0</code><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="confval">
<dt id="confval-scheme.colors.stations.triggered1">
<code class="sig-name descname">scheme.colors.stations.triggered1</code><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="confval">
<dt id="confval-scheme.colors.stations.triggered2">
<code class="sig-name descname">scheme.colors.stations.triggered2</code><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="confval">
<dt id="confval-scheme.colors.stations.disabled">
<code class="sig-name descname">scheme.colors.stations.disabled</code><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="confval">
<dt id="confval-scheme.colors.stations.idle">
<code class="sig-name descname">scheme.colors.stations.idle</code><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="confval">
<dt id="confval-scheme.colors.qc.delay0">
<code class="sig-name descname">scheme.colors.qc.delay0</code><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="confval">
<dt id="confval-scheme.colors.qc.delay1">
<code class="sig-name descname">scheme.colors.qc.delay1</code><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="confval">
<dt id="confval-scheme.colors.qc.delay2">
<code class="sig-name descname">scheme.colors.qc.delay2</code><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="confval">
<dt id="confval-scheme.colors.qc.delay3">
<code class="sig-name descname">scheme.colors.qc.delay3</code><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="confval">
<dt id="confval-scheme.colors.qc.delay4">
<code class="sig-name descname">scheme.colors.qc.delay4</code><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="confval">
<dt id="confval-scheme.colors.qc.delay5">
<code class="sig-name descname">scheme.colors.qc.delay5</code><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="confval">
<dt id="confval-scheme.colors.qc.delay6">
<code class="sig-name descname">scheme.colors.qc.delay6</code><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="confval">
<dt id="confval-scheme.colors.qc.delay7">
<code class="sig-name descname">scheme.colors.qc.delay7</code><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="confval">
<dt id="confval-scheme.colors.qc.qcWarning">
<code class="sig-name descname">scheme.colors.qc.qcWarning</code><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="confval">
<dt id="confval-scheme.colors.qc.qcError">
<code class="sig-name descname">scheme.colors.qc.qcError</code><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="confval">
<dt id="confval-scheme.colors.qc.qcOk">
<code class="sig-name descname">scheme.colors.qc.qcOk</code><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="confval">
<dt id="confval-scheme.colors.qc.qcNotSet">
<code class="sig-name descname">scheme.colors.qc.qcNotSet</code><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="confval">
<dt id="confval-scheme.colors.gm.gm0">
<code class="sig-name descname">scheme.colors.gm.gm0</code><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="confval">
<dt id="confval-scheme.colors.gm.gm1">
<code class="sig-name descname">scheme.colors.gm.gm1</code><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="confval">
<dt id="confval-scheme.colors.gm.gm2">
<code class="sig-name descname">scheme.colors.gm.gm2</code><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="confval">
<dt id="confval-scheme.colors.gm.gm3">
<code class="sig-name descname">scheme.colors.gm.gm3</code><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="confval">
<dt id="confval-scheme.colors.gm.gm4">
<code class="sig-name descname">scheme.colors.gm.gm4</code><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="confval">
<dt id="confval-scheme.colors.gm.gm5">
<code class="sig-name descname">scheme.colors.gm.gm5</code><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="confval">
<dt id="confval-scheme.colors.gm.gm6">
<code class="sig-name descname">scheme.colors.gm.gm6</code><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="confval">
<dt id="confval-scheme.colors.gm.gm7">
<code class="sig-name descname">scheme.colors.gm.gm7</code><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="confval">
<dt id="confval-scheme.colors.gm.gm8">
<code class="sig-name descname">scheme.colors.gm.gm8</code><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="confval">
<dt id="confval-scheme.colors.gm.gm9">
<code class="sig-name descname">scheme.colors.gm.gm9</code><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="confval">
<dt id="confval-scheme.colors.gm.gmNotSet">
<code class="sig-name descname">scheme.colors.gm.gmNotSet</code><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="confval">
<dt id="confval-scheme.colors.recordView.selectedTraceZoom">
<code class="sig-name descname">scheme.colors.recordView.selectedTraceZoom</code><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. manual picker).</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.colors.legend.background">
<code class="sig-name descname">scheme.colors.legend.background</code><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="confval">
<dt id="confval-scheme.colors.legend.border">
<code class="sig-name descname">scheme.colors.legend.border</code><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="confval">
<dt id="confval-scheme.colors.legend.text">
<code class="sig-name descname">scheme.colors.legend.text</code><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="confval">
<dt id="confval-scheme.colors.legend.headerText">
<code class="sig-name descname">scheme.colors.legend.headerText</code><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>
<dl class="confval">
<dt id="confval-scheme.colors.originSymbol.classic">
<code class="sig-name descname">scheme.colors.originSymbol.classic</code><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="confval">
<dt id="confval-scheme.colors.originSymbol.depth.gradient">
<code class="sig-name descname">scheme.colors.originSymbol.depth.gradient</code><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="confval">
<dt id="confval-scheme.colors.originSymbol.depth.discrete">
<code class="sig-name descname">scheme.colors.originSymbol.depth.discrete</code><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 &lt;= 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 list).</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.colors.originStatus.automatic">
<code class="sig-name descname">scheme.colors.originStatus.automatic</code><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="confval">
<dt id="confval-scheme.colors.originStatus.manual">
<code class="sig-name descname">scheme.colors.originStatus.manual</code><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="confval">
<dt id="confval-scheme.colors.splash.message">
<code class="sig-name descname">scheme.colors.splash.message</code><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="confval">
<dt id="confval-scheme.colors.splash.version">
<code class="sig-name descname">scheme.colors.splash.version</code><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="confval">
<dt id="confval-scheme.marker.lineWidth">
<code class="sig-name descname">scheme.marker.lineWidth</code><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 manual picker).</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.records.lineWidth">
<code class="sig-name descname">scheme.records.lineWidth</code><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="confval">
<dt id="confval-scheme.records.antiAliasing">
<code class="sig-name descname">scheme.records.antiAliasing</code><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="confval">
<dt id="confval-scheme.records.optimize">
<code class="sig-name descname">scheme.records.optimize</code><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
then lines on the same pixel line or same pixel row
collapse into single lines.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.records.borders.drawMode">
<code class="sig-name descname">scheme.records.borders.drawMode</code><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>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 Qt4 application font.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.base.family">
<code class="sig-name descname">scheme.fonts.base.family</code><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="confval">
<dt id="confval-scheme.fonts.base.size">
<code class="sig-name descname">scheme.fonts.base.size</code><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="confval">
<dt id="confval-scheme.fonts.base.bold">
<code class="sig-name descname">scheme.fonts.base.bold</code><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="confval">
<dt id="confval-scheme.fonts.base.italic">
<code class="sig-name descname">scheme.fonts.base.italic</code><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="confval">
<dt id="confval-scheme.fonts.base.underline">
<code class="sig-name descname">scheme.fonts.base.underline</code><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="confval">
<dt id="confval-scheme.fonts.base.overline">
<code class="sig-name descname">scheme.fonts.base.overline</code><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 size is 2 points smaller than the base font.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.small.family">
<code class="sig-name descname">scheme.fonts.small.family</code><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="confval">
<dt id="confval-scheme.fonts.small.size">
<code class="sig-name descname">scheme.fonts.small.size</code><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="confval">
<dt id="confval-scheme.fonts.small.bold">
<code class="sig-name descname">scheme.fonts.small.bold</code><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="confval">
<dt id="confval-scheme.fonts.small.italic">
<code class="sig-name descname">scheme.fonts.small.italic</code><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="confval">
<dt id="confval-scheme.fonts.small.underline">
<code class="sig-name descname">scheme.fonts.small.underline</code><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="confval">
<dt id="confval-scheme.fonts.small.overline">
<code class="sig-name descname">scheme.fonts.small.overline</code><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 points larger than the base font.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.normal.family">
<code class="sig-name descname">scheme.fonts.normal.family</code><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="confval">
<dt id="confval-scheme.fonts.normal.size">
<code class="sig-name descname">scheme.fonts.normal.size</code><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="confval">
<dt id="confval-scheme.fonts.normal.bold">
<code class="sig-name descname">scheme.fonts.normal.bold</code><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="confval">
<dt id="confval-scheme.fonts.normal.italic">
<code class="sig-name descname">scheme.fonts.normal.italic</code><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="confval">
<dt id="confval-scheme.fonts.normal.underline">
<code class="sig-name descname">scheme.fonts.normal.underline</code><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="confval">
<dt id="confval-scheme.fonts.normal.overline">
<code class="sig-name descname">scheme.fonts.normal.overline</code><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 points larger than the base font.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.large.family">
<code class="sig-name descname">scheme.fonts.large.family</code><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="confval">
<dt id="confval-scheme.fonts.large.size">
<code class="sig-name descname">scheme.fonts.large.size</code><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="confval">
<dt id="confval-scheme.fonts.large.bold">
<code class="sig-name descname">scheme.fonts.large.bold</code><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="confval">
<dt id="confval-scheme.fonts.large.italic">
<code class="sig-name descname">scheme.fonts.large.italic</code><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="confval">
<dt id="confval-scheme.fonts.large.underline">
<code class="sig-name descname">scheme.fonts.large.underline</code><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="confval">
<dt id="confval-scheme.fonts.large.overline">
<code class="sig-name descname">scheme.fonts.large.overline</code><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 normal font except for a bold font face.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.highlight.family">
<code class="sig-name descname">scheme.fonts.highlight.family</code><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="confval">
<dt id="confval-scheme.fonts.highlight.size">
<code class="sig-name descname">scheme.fonts.highlight.size</code><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="confval">
<dt id="confval-scheme.fonts.highlight.bold">
<code class="sig-name descname">scheme.fonts.highlight.bold</code><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="confval">
<dt id="confval-scheme.fonts.highlight.italic">
<code class="sig-name descname">scheme.fonts.highlight.italic</code><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="confval">
<dt id="confval-scheme.fonts.highlight.underline">
<code class="sig-name descname">scheme.fonts.highlight.underline</code><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="confval">
<dt id="confval-scheme.fonts.highlight.overline">
<code class="sig-name descname">scheme.fonts.highlight.overline</code><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 font face and a font size twice as large as the normal font.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.heading1.family">
<code class="sig-name descname">scheme.fonts.heading1.family</code><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="confval">
<dt id="confval-scheme.fonts.heading1.size">
<code class="sig-name descname">scheme.fonts.heading1.size</code><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="confval">
<dt id="confval-scheme.fonts.heading1.bold">
<code class="sig-name descname">scheme.fonts.heading1.bold</code><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="confval">
<dt id="confval-scheme.fonts.heading1.italic">
<code class="sig-name descname">scheme.fonts.heading1.italic</code><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="confval">
<dt id="confval-scheme.fonts.heading1.underline">
<code class="sig-name descname">scheme.fonts.heading1.underline</code><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="confval">
<dt id="confval-scheme.fonts.heading1.overline">
<code class="sig-name descname">scheme.fonts.heading1.overline</code><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 bold font face and a font size twice as large as the base font.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.heading2.family">
<code class="sig-name descname">scheme.fonts.heading2.family</code><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="confval">
<dt id="confval-scheme.fonts.heading2.size">
<code class="sig-name descname">scheme.fonts.heading2.size</code><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="confval">
<dt id="confval-scheme.fonts.heading2.bold">
<code class="sig-name descname">scheme.fonts.heading2.bold</code><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="confval">
<dt id="confval-scheme.fonts.heading2.italic">
<code class="sig-name descname">scheme.fonts.heading2.italic</code><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="confval">
<dt id="confval-scheme.fonts.heading2.underline">
<code class="sig-name descname">scheme.fonts.heading2.underline</code><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="confval">
<dt id="confval-scheme.fonts.heading2.overline">
<code class="sig-name descname">scheme.fonts.heading2.overline</code><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 font face and a font size 4 points larger than the base font.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.heading3.family">
<code class="sig-name descname">scheme.fonts.heading3.family</code><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="confval">
<dt id="confval-scheme.fonts.heading3.size">
<code class="sig-name descname">scheme.fonts.heading3.size</code><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="confval">
<dt id="confval-scheme.fonts.heading3.bold">
<code class="sig-name descname">scheme.fonts.heading3.bold</code><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="confval">
<dt id="confval-scheme.fonts.heading3.italic">
<code class="sig-name descname">scheme.fonts.heading3.italic</code><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="confval">
<dt id="confval-scheme.fonts.heading3.underline">
<code class="sig-name descname">scheme.fonts.heading3.underline</code><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="confval">
<dt id="confval-scheme.fonts.heading3.overline">
<code class="sig-name descname">scheme.fonts.heading3.overline</code><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 base font.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.cityLabels.family">
<code class="sig-name descname">scheme.fonts.cityLabels.family</code><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="confval">
<dt id="confval-scheme.fonts.cityLabels.size">
<code class="sig-name descname">scheme.fonts.cityLabels.size</code><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="confval">
<dt id="confval-scheme.fonts.cityLabels.bold">
<code class="sig-name descname">scheme.fonts.cityLabels.bold</code><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="confval">
<dt id="confval-scheme.fonts.cityLabels.italic">
<code class="sig-name descname">scheme.fonts.cityLabels.italic</code><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="confval">
<dt id="confval-scheme.fonts.cityLabels.underline">
<code class="sig-name descname">scheme.fonts.cityLabels.underline</code><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="confval">
<dt id="confval-scheme.fonts.cityLabels.overline">
<code class="sig-name descname">scheme.fonts.cityLabels.overline</code><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 at application startup. If undefined it equals the base font with a bold font face and a font size of 12.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.splashVersion.family">
<code class="sig-name descname">scheme.fonts.splashVersion.family</code><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="confval">
<dt id="confval-scheme.fonts.splashVersion.size">
<code class="sig-name descname">scheme.fonts.splashVersion.size</code><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="confval">
<dt id="confval-scheme.fonts.splashVersion.bold">
<code class="sig-name descname">scheme.fonts.splashVersion.bold</code><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="confval">
<dt id="confval-scheme.fonts.splashVersion.italic">
<code class="sig-name descname">scheme.fonts.splashVersion.italic</code><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="confval">
<dt id="confval-scheme.fonts.splashVersion.underline">
<code class="sig-name descname">scheme.fonts.splashVersion.underline</code><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="confval">
<dt id="confval-scheme.fonts.splashVersion.overline">
<code class="sig-name descname">scheme.fonts.splashVersion.overline</code><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 shown at application startup. If undefined it equals the base font with a font size of 12.</em></p>
</div>
<dl class="confval">
<dt id="confval-scheme.fonts.splashMessage.family">
<code class="sig-name descname">scheme.fonts.splashMessage.family</code><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="confval">
<dt id="confval-scheme.fonts.splashMessage.size">
<code class="sig-name descname">scheme.fonts.splashMessage.size</code><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="confval">
<dt id="confval-scheme.fonts.splashMessage.bold">
<code class="sig-name descname">scheme.fonts.splashMessage.bold</code><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="confval">
<dt id="confval-scheme.fonts.splashMessage.italic">
<code class="sig-name descname">scheme.fonts.splashMessage.italic</code><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="confval">
<dt id="confval-scheme.fonts.splashMessage.underline">
<code class="sig-name descname">scheme.fonts.splashMessage.underline</code><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="confval">
<dt id="confval-scheme.fonts.splashMessage.overline">
<code class="sig-name descname">scheme.fonts.splashMessage.overline</code><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>
<dl class="confval">
<dt id="confval-scheme.precision.depth">
<code class="sig-name descname">scheme.precision.depth</code><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="confval">
<dt id="confval-scheme.precision.distance">
<code class="sig-name descname">scheme.precision.distance</code><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.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.precision.location">
<code class="sig-name descname">scheme.precision.location</code><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 lat/lon values.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.precision.magnitude">
<code class="sig-name descname">scheme.precision.magnitude</code><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="confval">
<dt id="confval-scheme.precision.originTime">
<code class="sig-name descname">scheme.precision.originTime</code><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.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.precision.pickTime">
<code class="sig-name descname">scheme.precision.pickTime</code><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="confval">
<dt id="confval-scheme.precision.traceValues">
<code class="sig-name descname">scheme.precision.traceValues</code><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/amp in all trace widgets.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.precision.rms">
<code class="sig-name descname">scheme.precision.rms</code><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="confval">
<dt id="confval-scheme.precision.uncertainties">
<code class="sig-name descname">scheme.precision.uncertainties</code><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. latitude errors.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-scheme.unit.distanceInKM">
<code class="sig-name descname">scheme.unit.distanceInKM</code><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="confval">
<dt id="confval-scheme.dateTime.useLocalTime">
<code class="sig-name descname">scheme.dateTime.useLocalTime</code><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 or UTC (default).</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="confval">
<dt id="confval-scheme.splash.message.align">
<code class="sig-name descname">scheme.splash.message.align</code><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="confval">
<dt id="confval-scheme.splash.message.pos.x">
<code class="sig-name descname">scheme.splash.message.pos.x</code><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="confval">
<dt id="confval-scheme.splash.message.pos.y">
<code class="sig-name descname">scheme.splash.message.pos.y</code><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="confval">
<dt id="confval-scheme.splash.version.align">
<code class="sig-name descname">scheme.splash.version.align</code><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="confval">
<dt id="confval-scheme.splash.version.pos.x">
<code class="sig-name descname">scheme.splash.version.pos.x</code><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="confval">
<dt id="confval-scheme.splash.version.pos.y">
<code class="sig-name descname">scheme.splash.version.pos.y</code><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 parameters are aggregated.</em></p>
</div>
<dl class="confval">
<dt id="confval-events.timeAgo.days">
<code class="sig-name descname">events.timeAgo.days</code><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="confval">
<dt id="confval-events.timeAgo.hours">
<code class="sig-name descname">events.timeAgo.hours</code><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="confval">
<dt id="confval-events.timeAgo.minutes">
<code class="sig-name descname">events.timeAgo.minutes</code><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="confval">
<dt id="confval-events.timeAgo.seconds">
<code class="sig-name descname">events.timeAgo.seconds</code><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="confval">
<dt id="confval-mode.interactive">
<code class="sig-name descname">mode.interactive</code><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="confval">
<dt id="confval-mode.fullscreen">
<code class="sig-name descname">mode.fullscreen</code><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="confval">
<dt id="confval-picker.filters">
<code class="sig-name descname">picker.filters</code><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">&quot;BP</span> <span class="pre">0.1</span> <span class="pre">-</span> <span class="pre">1</span> <span class="pre">Hz</span>&#160; <span class="pre">3rd</span> <span class="pre">order;RMHP(10)&gt;&gt;ITAPER(30)&gt;&gt;BW(3,0.1,1)&quot;,</span>&#160;&#160;&#160;&#160;&#160; <span class="pre">&quot;BP</span> <span class="pre">0.1</span> <span class="pre">-</span> <span class="pre">2</span> <span class="pre">Hz</span>&#160; <span class="pre">3rd</span> <span class="pre">order;RMHP(10)&gt;&gt;ITAPER(30)&gt;&gt;BW(3,0.1,2)&quot;,</span>&#160;&#160;&#160;&#160;&#160; <span class="pre">&quot;BP</span> <span class="pre">1</span> <span class="pre">-</span> <span class="pre">3</span> <span class="pre">Hz</span>&#160; <span class="pre">3rd</span> <span class="pre">order;RMHP(10)&gt;&gt;ITAPER(30)&gt;&gt;BW(3,1.0,3)&quot;,</span>&#160;&#160;&#160;&#160;&#160; <span class="pre">&quot;BP</span> <span class="pre">0.4</span> <span class="pre">-</span> <span class="pre">1</span> <span class="pre">Hz</span>&#160; <span class="pre">3rd</span> <span class="pre">order;RMHP(10)&gt;&gt;ITAPER(30)&gt;&gt;BW(3,0.4,1)&quot;,</span>&#160;&#160;&#160;&#160;&#160; <span class="pre">&quot;&#64;BP</span> <span class="pre">0.7</span> <span class="pre">-</span> <span class="pre">2</span> <span class="pre">Hz</span>&#160; <span class="pre">3rd</span> <span class="pre">order;RMHP(10)&gt;&gt;ITAPER(30)&gt;&gt;BW(3,0.7,2)&quot;,</span>&#160;&#160;&#160;&#160;&#160; <span class="pre">&quot;BP</span> <span class="pre">2</span> <span class="pre">-</span> <span class="pre">4</span> <span class="pre">Hz</span>&#160; <span class="pre">3rd</span> <span class="pre">order;RMHP(5)&gt;&gt;ITAPER(10)&gt;&gt;BW(3,2.0,4)&quot;,</span>&#160;&#160;&#160;&#160;&#160; <span class="pre">&quot;BP</span> <span class="pre">3</span> <span class="pre">-</span> <span class="pre">6</span> <span class="pre">Hz</span>&#160; <span class="pre">3rd</span> <span class="pre">order;RMHP(5)&gt;&gt;ITAPER(10)&gt;&gt;BW(3,3.0,6)&quot;,</span>&#160;&#160;&#160;&#160;&#160; <span class="pre">&quot;BP</span> <span class="pre">4</span> <span class="pre">-</span> <span class="pre">8</span> <span class="pre">Hz</span>&#160; <span class="pre">3rd</span> <span class="pre">order;RMHP(5)&gt;&gt;ITAPER(10)&gt;&gt;BW(3,4.0,8)&quot;,</span>&#160;&#160;&#160;&#160;&#160; <span class="pre">&quot;BP</span> <span class="pre">1</span> <span class="pre">-</span> <span class="pre">5</span> <span class="pre">Hz</span>&#160; <span class="pre">3rd</span> <span class="pre">order;RMHP(5)&gt;&gt;ITAPER(10)&gt;&gt;BW(3,1.0,5)&quot;,</span>&#160;&#160;&#160;&#160;&#160; <span class="pre">&quot;HP</span> <span class="pre">3</span> <span class="pre">Hz</span>&#160; <span class="pre">3rd</span> <span class="pre">order;RMHP(1)&gt;&gt;ITAPER(2)&gt;&gt;BW_HP(3,3)&quot;,</span>&#160;&#160;&#160;&#160;&#160; <span class="pre">&quot;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)-&gt;ITAPER(30)-&gt;BW(3,0.7,2)-&gt;STALTA(1,50)&quot;</span></code></p>
<p>Type: <em>list:string</em></p>
<p>Configures the default filters selectable in manual picker.
The entry with a leading “&#64;” 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="confval">
<dt id="confval-eventlist.visibleColumns">
<code class="sig-name descname">eventlist.visibleColumns</code><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,</span> <span class="pre">TP,</span> <span class="pre">Phases,</span> <span class="pre">RMS,</span> <span class="pre">Lat,</span> <span class="pre">Lon,</span> <span class="pre">Depth,</span> <span class="pre">Stat,</span> <span class="pre">Agency,</span> <span class="pre">Region,</span> <span class="pre">ID</span></code></p>
<p>Type: <em>list:string</em></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. Possible values are: Type, M, TP, Phases, Lat, Lon, Depth, DType, Stat, AzGap, FM, Origins, Agency, Author, Region, ID.</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="confval">
<dt id="confval-eventlist.customColumn.name">
<code class="sig-name descname">eventlist.customColumn.name</code><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="confval">
<dt id="confval-eventlist.customColumn.originCommentID">
<code class="sig-name descname">eventlist.customColumn.originCommentID</code><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="confval">
<dt id="confval-eventlist.customColumn.eventCommentID">
<code class="sig-name descname">eventlist.customColumn.eventCommentID</code><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>
</dd></dl>
<dl class="confval">
<dt id="confval-eventlist.customColumn.pos">
<code class="sig-name descname">eventlist.customColumn.pos</code><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="confval">
<dt id="confval-eventlist.customColumn.default">
<code class="sig-name descname">eventlist.customColumn.default</code><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="confval">
<dt id="confval-eventlist.customColumn.colors">
<code class="sig-name descname">eventlist.customColumn.colors</code><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="confval">
<dt id="confval-eventlist.scripts.columns">
<code class="sig-name descname">eventlist.scripts.columns</code><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="o">=</span> a,b
eventlist.scripts.column.a.value1 <span class="o">=</span> ...
eventlist.scripts.column.b.value1 <span class="o">=</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="o">=</span> ...
</pre></div>
</div>
</div>
<dl class="confval">
<dt id="confval-eventlist.scripts.column.$name.script">
<code class="sig-name descname">eventlist.scripts.column.$name.script</code><a class="headerlink" href="#confval-eventlist.scripts.column.$name.script" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>path</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="confval">
<dt id="confval-eventlist.scripts.column.$name.pos">
<code class="sig-name descname">eventlist.scripts.column.$name.pos</code><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="confval">
<dt id="confval-eventlist.scripts.column.$name.label">
<code class="sig-name descname">eventlist.scripts.column.$name.label</code><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="confval">
<dt id="confval-eventlist.scripts.column.$name.types">
<code class="sig-name descname">eventlist.scripts.column.$name.types</code><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 this script should be invoked for.
Supported values are Event and Origin.</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="confval">
<dt id="confval-eventlist.filter.agencies.label">
<code class="sig-name descname">eventlist.filter.agencies.label</code><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="confval">
<dt id="confval-eventlist.filter.agencies.whitelist">
<code class="sig-name descname">eventlist.filter.agencies.whitelist</code><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="confval">
<dt id="confval-eventlist.filter.agencies.type">
<code class="sig-name descname">eventlist.filter.agencies.type</code><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="confval">
<dt id="confval-eventlist.filter.agencies.enabled">
<code class="sig-name descname">eventlist.filter.agencies.enabled</code><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="confval">
<dt id="confval-eventlist.filter.regions.profiles">
<code class="sig-name descname">eventlist.filter.regions.profiles</code><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="confval">
<dt id="confval-eventlist.filter.regions.enabled">
<code class="sig-name descname">eventlist.filter.regions.enabled</code><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="o">=</span> a,b
eventlist.filter.regions.region.a.value1 <span class="o">=</span> ...
eventlist.filter.regions.region.b.value1 <span class="o">=</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="o">=</span> ...
</pre></div>
</div>
</div>
<dl class="confval">
<dt id="confval-eventlist.filter.regions.region.$name.name">
<code class="sig-name descname">eventlist.filter.regions.region.$name.name</code><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="confval">
<dt id="confval-eventlist.filter.regions.region.$name.rect">
<code class="sig-name descname">eventlist.filter.regions.region.$name.rect</code><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="confval">
<dt id="confval-eventlist.filter.regions.region.$name.poly">
<code class="sig-name descname">eventlist.filter.regions.region.$name.poly</code><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="confval">
<dt id="confval-eventlist.filter.types.label">
<code class="sig-name descname">eventlist.filter.types.label</code><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">&quot;Hide</span> <span class="pre">other/fake</span> <span class="pre">events&quot;</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="confval">
<dt id="confval-eventlist.filter.types.blacklist">
<code class="sig-name descname">eventlist.filter.types.blacklist</code><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">&quot;not</span> <span class="pre">existing&quot;</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="confval">
<dt id="confval-eventlist.filter.types.enabled">
<code class="sig-name descname">eventlist.filter.types.enabled</code><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="confval">
<dt id="confval-eventlist.filter.database.minlat">
<code class="sig-name descname">eventlist.filter.database.minlat</code><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="confval">
<dt id="confval-eventlist.filter.database.maxlat">
<code class="sig-name descname">eventlist.filter.database.maxlat</code><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="confval">
<dt id="confval-eventlist.filter.database.minlon">
<code class="sig-name descname">eventlist.filter.database.minlon</code><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="confval">
<dt id="confval-eventlist.filter.database.maxlon">
<code class="sig-name descname">eventlist.filter.database.maxlon</code><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="confval">
<dt id="confval-eventlist.filter.database.mindepth">
<code class="sig-name descname">eventlist.filter.database.mindepth</code><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="confval">
<dt id="confval-eventlist.filter.database.maxdepth">
<code class="sig-name descname">eventlist.filter.database.maxdepth</code><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="confval">
<dt id="confval-eventlist.filter.database.minmag">
<code class="sig-name descname">eventlist.filter.database.minmag</code><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="confval">
<dt id="confval-eventlist.filter.database.maxmag">
<code class="sig-name descname">eventlist.filter.database.maxmag</code><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>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="confval">
<dt id="confval-eventedit.origin.visibleColumns">
<code class="sig-name descname">eventedit.origin.visibleColumns</code><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,</span> <span class="pre">Lat,</span> <span class="pre">Lon,</span> <span class="pre">Depth,</span> <span class="pre">DType,</span> <span class="pre">RMS,</span> <span class="pre">Stat,</span> <span class="pre">Method,</span> <span class="pre">Agency,</span> <span class="pre">Author,</span> <span class="pre">Region</span></code></p>
<p>Type: <em>list:string</em></p>
<p>Configure the columns of the event edit origin table
that are visible initially.
Possible values are: Phases, Lat, Lon, Depth, DType, RMS, Stat,
Method, Agency, Author, Region</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="confval">
<dt id="confval-eventedit.origin.customColumn.name">
<code class="sig-name descname">eventedit.origin.customColumn.name</code><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="confval">
<dt id="confval-eventedit.origin.customColumn.originCommentID">
<code class="sig-name descname">eventedit.origin.customColumn.originCommentID</code><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="confval">
<dt id="confval-eventedit.origin.customColumn.pos">
<code class="sig-name descname">eventedit.origin.customColumn.pos</code><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="confval">
<dt id="confval-eventedit.origin.customColumn.default">
<code class="sig-name descname">eventedit.origin.customColumn.default</code><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="confval">
<dt id="confval-eventedit.origin.customColumn.colors">
<code class="sig-name descname">eventedit.origin.customColumn.colors</code><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="confval">
<dt id="confval-eventedit.fm.visibleColumns">
<code class="sig-name descname">eventedit.fm.visibleColumns</code><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,</span> <span class="pre">M,</span> <span class="pre">Count,</span> <span class="pre">Misfit,</span> <span class="pre">STDR,</span> <span class="pre">AzGap,</span> <span class="pre">Stat,</span> <span class="pre">DC,</span> <span class="pre">CLVD,</span> <span class="pre">ISO,</span> <span class="pre">S1,</span> <span class="pre">D1,</span> <span class="pre">R1,</span> <span class="pre">S2,</span> <span class="pre">D2,</span> <span class="pre">R2,</span> <span class="pre">Agency,</span> <span class="pre">Author</span></code></p>
<p>Type: <em>list:string</em></p>
<p>Configure the columns of the event edit focal mechanism
tab that are visible initially.
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="confval">
<dt id="confval-eventsummary.alertTimer.commentId">
<code class="sig-name descname">eventsummary.alertTimer.commentId</code><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="#id3"><span class="problematic" id="id4">alert_</span></a>.*”.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-eventsummary.alertTimer.commentBlacklist">
<code class="sig-name descname">eventsummary.alertTimer.commentBlacklist</code><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="confval">
<dt id="confval-eventsummary.alertTimer.alertGradient">
<code class="sig-name descname">eventsummary.alertTimer.alertGradient</code><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="confval">
<dt id="confval-eventsummary.alertTimer.textSize">
<code class="sig-name descname">eventsummary.alertTimer.textSize</code><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>
</div>
<div class="section" id="mlc-extension">
<span id="global-mlc"></span><h3>MLc extension<a class="headerlink" href="#mlc-extension" title="Permalink to this headline"></a></h3>
<p>Custom magnitude for local events measured on horizontal components</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLc.*</strong>
<em>Regionalized calibration parameters for MLc. The region itself is defined</em>
<em>by another magnitude-type MLc profile.</em></p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLc.region.*</strong>
<em>Add one profile for every region. The profile name</em>
<em>equals the name of a polygon configured in the BNA file</em>
<em>of the Magnitude-type profile. The Magnitude-type profile</em>
<em>and the polygon must exist.</em>
<em>The special name “world” corresponds to the</em>
<em>region of the entire planet as a fallback.</em></p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLc.region.$name.*</strong>
$name is a placeholder for the name to be used.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLc.region.$name.A0.*</strong>
<em>Parameters for A0, non-parametric magnitude calibration.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.MLc.region.$name.A0.logA0">
<code class="sig-name descname">magnitudes.MLc.region.$name.A0.logA0</code><a class="headerlink" href="#confval-magnitudes.MLc.region.$name.A0.logA0" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Overrides the calibration function log10(A0)
for computing MLc per region. See logA0
description in the bindings.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLc.region.$name.parametric.*</strong>
<em>Parameters for parametric magnitude calibration:</em>
<em>MLc = log10(A) + c3 * log10(r/c5) + c2 * (r + c4) + c1 + c0(station)</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.MLc.region.$name.parametric.c0">
<code class="sig-name descname">magnitudes.MLc.region.$name.parametric.c0</code><a class="headerlink" href="#confval-magnitudes.MLc.region.$name.parametric.c0" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Overrides the calibration parameter c0
for computing MLc per region. See c0
description in the bindings.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.region.$name.parametric.c1">
<code class="sig-name descname">magnitudes.MLc.region.$name.parametric.c1</code><a class="headerlink" href="#confval-magnitudes.MLc.region.$name.parametric.c1" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Overrides the calibration parameter c1
for computing MLc per region. See c1
description in the bindings.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.region.$name.parametric.c2">
<code class="sig-name descname">magnitudes.MLc.region.$name.parametric.c2</code><a class="headerlink" href="#confval-magnitudes.MLc.region.$name.parametric.c2" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Overrides the calibration parameter c2
for computing MLc per region. See c2
description in the bindings.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.region.$name.parametric.c3">
<code class="sig-name descname">magnitudes.MLc.region.$name.parametric.c3</code><a class="headerlink" href="#confval-magnitudes.MLc.region.$name.parametric.c3" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Overrides the calibration parameter c3
for computing MLc per region. See c3
description in the bindings.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.region.$name.parametric.c4">
<code class="sig-name descname">magnitudes.MLc.region.$name.parametric.c4</code><a class="headerlink" href="#confval-magnitudes.MLc.region.$name.parametric.c4" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Overrides the calibration parameter c4
for computing MLc per region. See c4
description in the bindings.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.region.$name.parametric.c5">
<code class="sig-name descname">magnitudes.MLc.region.$name.parametric.c5</code><a class="headerlink" href="#confval-magnitudes.MLc.region.$name.parametric.c5" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Overrides the calibration parameter c5
for computing MLc per region. See c5
description in the bindings.</p>
</dd></dl>
</div>
<div class="section" id="mlv-extension">
<span id="global-mlv"></span><h3>MLv extension<a class="headerlink" href="#mlv-extension" title="Permalink to this headline"></a></h3>
<p>Local (Richter) magnitude measured on the vertical component</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLv.*</strong>
<em>Regional calibration parameters for MLv. The region itself is defined</em>
<em>by another magnitude-type MLv profile.</em></p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLv.region.*</strong>
<em>Add one profile for every region. The profile name</em>
<em>equals the name of a polygon configured in the BNA file</em>
<em>of the Magnitude-type profile. The Magnitude-type profile</em>
<em>and the polygon must exist.</em>
<em>The special name “world” corresponds to the</em>
<em>region of the entire planet as a fallback.</em></p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLv.region.$name.*</strong>
$name is a placeholder for the name to be used.</p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.MLv.region.$name.logA0">
<code class="sig-name descname">magnitudes.MLv.region.$name.logA0</code><a class="headerlink" href="#confval-magnitudes.MLv.region.$name.logA0" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Overrides the calibration function log10(A0)
for computing MLv per region. See logA0
description in the bindings.</p>
</dd></dl>
</div>
<div class="section" id="ml-extension">
<span id="global-ml"></span><h3>ML extension<a class="headerlink" href="#ml-extension" title="Permalink to this headline"></a></h3>
<p>Standard local (Richter) magnitude</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.ML.*</strong>
<em>Regionalized calibration parameters for ML. The region itself is defined</em>
<em>by another magnitude-type ML profile.</em></p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.ML.region.*</strong>
<em>Add one profile for every region. The profile name</em>
<em>equals the name of a polygon configured in the BNA file</em>
<em>of the Magnitude-type profile. The Magnitude-type profile</em>
<em>and the polygon must exist.</em>
<em>The special name “world” corresponds to the</em>
<em>region of the entire planet as a fallback.</em></p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.ML.region.$name.*</strong>
$name is a placeholder for the name to be used.</p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.ML.region.$name.logA0">
<code class="sig-name descname">magnitudes.ML.region.$name.logA0</code><a class="headerlink" href="#confval-magnitudes.ML.region.$name.logA0" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Overrides the calibration function log10(A0)
for computing ML per region. See logA0
description in the bindings.</p>
</dd></dl>
</div>
<div class="section" id="homogeneous-extension">
<span id="global-homogeneous"></span><h3>homogeneous extension<a class="headerlink" href="#homogeneous-extension" title="Permalink to this headline"></a></h3>
<p>Travel time table for a homogeneous velocity model</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>ttt.homogeneous.*</strong>
<em>Travel-time interface for homogeneous velocity models.</em></p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>ttt.homogeneous.profile.*</strong>
<em>Parameters defining the area where the profile applies and the P/S velocities.</em>
<em>Once defined, the profile can then be registered in ttt.homogeneous.tables</em></p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>ttt.homogeneous.profile.$name.*</strong>
$name is a placeholder for the name to be used.</p>
</div>
<dl class="confval">
<dt id="confval-ttt.homogeneous.profile.$name.origin">
<code class="sig-name descname">ttt.homogeneous.profile.$name.origin</code><a class="headerlink" href="#confval-ttt.homogeneous.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>Geographic origin of the region. Expects 2 values: latitude, longitude.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-ttt.homogeneous.profile.$name.radius">
<code class="sig-name descname">ttt.homogeneous.profile.$name.radius</code><a class="headerlink" href="#confval-ttt.homogeneous.profile.$name.radius" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Unit: <em>km</em></p>
<p>Radius validity of the region.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-ttt.homogeneous.profile.$name.minDepth">
<code class="sig-name descname">ttt.homogeneous.profile.$name.minDepth</code><a class="headerlink" href="#confval-ttt.homogeneous.profile.$name.minDepth" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Unit: <em>km</em></p>
<p>Min Depth validity of the region.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-ttt.homogeneous.profile.$name.maxDepth">
<code class="sig-name descname">ttt.homogeneous.profile.$name.maxDepth</code><a class="headerlink" href="#confval-ttt.homogeneous.profile.$name.maxDepth" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Unit: <em>km</em></p>
<p>Max Depth validity of the region.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-ttt.homogeneous.profile.$name.P-velocity">
<code class="sig-name descname">ttt.homogeneous.profile.$name.P-velocity</code><a class="headerlink" href="#confval-ttt.homogeneous.profile.$name.P-velocity" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Unit: <em>km/s</em></p>
<p>P wave velocity.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-ttt.homogeneous.profile.$name.S-velocity">
<code class="sig-name descname">ttt.homogeneous.profile.$name.S-velocity</code><a class="headerlink" href="#confval-ttt.homogeneous.profile.$name.S-velocity" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Unit: <em>km/s</em></p>
<p>S wave velocity.</p>
</dd></dl>
</div>
<div class="section" id="locsat-extension">
<span id="global-locsat"></span><h3>LOCSAT extension<a class="headerlink" href="#locsat-extension" title="Permalink to this headline"></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="confval">
<dt id="confval-LOCSAT.profiles">
<code class="sig-name descname">LOCSAT.profiles</code><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="confval">
<dt id="confval-LOCSAT.depthInit">
<code class="sig-name descname">LOCSAT.depthInit</code><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="confval">
<dt id="confval-LOCSAT.usePickUncertainties">
<code class="sig-name descname">LOCSAT.usePickUncertainties</code><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="confval">
<dt id="confval-LOCSAT.defaultTimeError">
<code class="sig-name descname">LOCSAT.defaultTimeError</code><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 LOCSATs 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="confval">
<dt id="confval-LOCSAT.usePickBackazimuth">
<code class="sig-name descname">LOCSAT.usePickBackazimuth</code><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="confval">
<dt id="confval-LOCSAT.usePickSlowness">
<code class="sig-name descname">LOCSAT.usePickSlowness</code><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="confval">
<dt id="confval-LOCSAT.degreesOfFreedom">
<code class="sig-name descname">LOCSAT.degreesOfFreedom</code><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="confval">
<dt id="confval-LOCSAT.confLevel">
<code class="sig-name descname">LOCSAT.confLevel</code><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="confval">
<dt id="confval-LOCSAT.enableConfidenceEllipsoid">
<code class="sig-name descname">LOCSAT.enableConfidenceEllipsoid</code><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>
</div>
<div class="section" id="fixedhypocenter-extension">
<span id="global-fixedhypocenter"></span><h3>FixedHypocenter extension<a class="headerlink" href="#fixedhypocenter-extension" title="Permalink to this headline"></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="confval">
<dt id="confval-FixedHypocenter.profiles">
<code class="sig-name descname">FixedHypocenter.profiles</code><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="confval">
<dt id="confval-FixedHypocenter.usePickUncertainties">
<code class="sig-name descname">FixedHypocenter.usePickUncertainties</code><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="confval">
<dt id="confval-FixedHypocenter.defaultTimeError">
<code class="sig-name descname">FixedHypocenter.defaultTimeError</code><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="confval">
<dt id="confval-FixedHypocenter.degreesOfFreedom">
<code class="sig-name descname">FixedHypocenter.degreesOfFreedom</code><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="confval">
<dt id="confval-FixedHypocenter.confLevel">
<code class="sig-name descname">FixedHypocenter.confLevel</code><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>
</div>
</div>
<div class="section" id="bindings-parameters">
<h2>Bindings Parameters<a class="headerlink" href="#bindings-parameters" title="Permalink to this headline"></a></h2>
<dl class="confval">
<dt id="confval-amplitudes.MLh.maxavg">
<code class="sig-name descname">amplitudes.MLh.maxavg</code><a class="headerlink" href="#confval-amplitudes.MLh.maxavg" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">max</span></code></p>
<p>Type: <em>string</em></p>
<p>Define combiner operation for both horizontals (min, max, avg).</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MLh.ClippingThreshold">
<code class="sig-name descname">amplitudes.MLh.ClippingThreshold</code><a class="headerlink" href="#confval-amplitudes.MLh.ClippingThreshold" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>MLh clipping level, in raw counts, eg. 80% of 2^23 = 6710886.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLh.params">
<code class="sig-name descname">magnitudes.MLh.params</code><a class="headerlink" href="#confval-magnitudes.MLh.params" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Defines attenuation parameters for MLh.
Format: “UpToKilometers A B; UpToNextKilometers A B;”.
Example: “30 nomag; 60 0.018 2.17; 700 0.0038 3.02”.
The first parameter set “30 nomag” means that up to 30km
from the sensor the magnitude should not be calculated.</p>
<p>Note: No MLh computation if params is empty.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.seismo">
<code class="sig-name descname">magnitudes.md.seismo</code><a class="headerlink" href="#confval-magnitudes.md.seismo" 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>Default filter type to use before processing and after deconvolution. Its possible to set :
1 for a Wood-Anderson seismometer
2 for a 5sec generic Seismometer
3 for a WWSSN LP seismometer
4 for a WSSN SP seismometer
5 for a Generic Seismometer
6 for a Butterworth Low pass filter
7 for a Butterworth High pass filter
8 for a Butterworth Band pass filter
9 for a 1Hz eigen-frequency L4C seismometer</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.taper">
<code class="sig-name descname">magnitudes.md.taper</code><a class="headerlink" href="#confval-magnitudes.md.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>taper applied to the signal</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.signal_length">
<code class="sig-name descname">magnitudes.md.signal_length</code><a class="headerlink" href="#confval-magnitudes.md.signal_length" 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>double</em></p>
<p>Unit: <em>s</em></p>
<p>signal length used to compute the duration magnitude</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.butterworth">
<code class="sig-name descname">magnitudes.md.butterworth</code><a class="headerlink" href="#confval-magnitudes.md.butterworth" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">&quot;3,1.5&quot;</span></code></p>
<p>Type: <em>string</em></p>
<p>Butterworth filter parameter applied to the signal</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.depthmax">
<code class="sig-name descname">magnitudes.md.depthmax</code><a class="headerlink" href="#confval-magnitudes.md.depthmax" 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>double</em></p>
<p>Unit: <em>km</em></p>
<p>Maximum depth at which duration magnitude is valid</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.deltamax">
<code class="sig-name descname">magnitudes.md.deltamax</code><a class="headerlink" href="#confval-magnitudes.md.deltamax" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">400</span></code></p>
<p>Type: <em>double</em></p>
<p>Unit: <em>km</em></p>
<p>Maximum distance between earthquake and station at which duration magnitude is valid</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.snrmin">
<code class="sig-name descname">magnitudes.md.snrmin</code><a class="headerlink" href="#confval-magnitudes.md.snrmin" 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>Signal to noise ratio below which the coda is reached</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.mdmax">
<code class="sig-name descname">magnitudes.md.mdmax</code><a class="headerlink" href="#confval-magnitudes.md.mdmax" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">5.0</span></code></p>
<p>Type: <em>double</em></p>
<p>Maximum expected duration magnitude value
This is used to find how much data should be loaded for a given station by reversing the formula</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.fma">
<code class="sig-name descname">magnitudes.md.fma</code><a class="headerlink" href="#confval-magnitudes.md.fma" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">-0.87</span></code></p>
<p>Type: <em>double</em></p>
<p>FMA regional coefficient
See Hypo2000 manual</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.fmb">
<code class="sig-name descname">magnitudes.md.fmb</code><a class="headerlink" href="#confval-magnitudes.md.fmb" 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>double</em></p>
<p>FMB regional coefficient
See Hypo2000 manual</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.fmd">
<code class="sig-name descname">magnitudes.md.fmd</code><a class="headerlink" href="#confval-magnitudes.md.fmd" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.0035</span></code></p>
<p>Type: <em>double</em></p>
<p>FMD regional coefficient
See Hypo2000 manual</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.fmf">
<code class="sig-name descname">magnitudes.md.fmf</code><a class="headerlink" href="#confval-magnitudes.md.fmf" 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>FMF regional coefficient
See Hypo2000 manual</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.fmz">
<code class="sig-name descname">magnitudes.md.fmz</code><a class="headerlink" href="#confval-magnitudes.md.fmz" 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>FMZ regional coefficient
See Hypo2000 manual</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.linearcorrection">
<code class="sig-name descname">magnitudes.md.linearcorrection</code><a class="headerlink" href="#confval-magnitudes.md.linearcorrection" 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>Linear correction</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.offset">
<code class="sig-name descname">magnitudes.md.offset</code><a class="headerlink" href="#confval-magnitudes.md.offset" 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>Offset</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.md.stacor">
<code class="sig-name descname">magnitudes.md.stacor</code><a class="headerlink" href="#confval-magnitudes.md.stacor" 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>Station correction</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLr.*</strong>
<em>Parameter for computing MLr magnitudes for GNS/Geonet from MLv amplitudes.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.MLr.params">
<code class="sig-name descname">magnitudes.MLr.params</code><a class="headerlink" href="#confval-magnitudes.MLr.params" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>Defines Stations Corrections parameters for MLr (GNS/Geonet Local magnitude).
Format: “UpToKilometers A ; UpToNextKilometers A ;”.
Example: “30 nomag; 60 0.018 ; 700 0.0038 “.
The first parameter set “30 nomag” means that up to 30km
from the sensor the magnitude should not be calculated.
A is used as station correction.
“nomag” is used to disable station magnitudes.</p>
<p>Note: No MLr computation if params is empty.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>amplitudes.MN.*</strong>
<em>Parameters for measuring AMN amplitudes.</em></p>
</div>
<dl class="confval">
<dt id="confval-amplitudes.MN.rms">
<code class="sig-name descname">amplitudes.MN.rms</code><a class="headerlink" href="#confval-amplitudes.MN.rms" 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 RMS ratio of signal and noise window for
SNR computation or the ration of the peak-trough
amplitudes of either window.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MN.filter">
<code class="sig-name descname">amplitudes.MN.filter</code><a class="headerlink" href="#confval-amplitudes.MN.filter" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>The configurable filter such that the V measurement is
made on a filtered trace. By default, filtering is not
enabled.</p>
<p>See <a class="reference external" href="https://docs.gempa.de/seiscomp/current/base/filter-grammar.html">https://docs.gempa.de/seiscomp/current/base/filter-grammar.html</a>
for how to specify the filter.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MN.Vmin">
<code class="sig-name descname">amplitudes.MN.Vmin</code><a class="headerlink" href="#confval-amplitudes.MN.Vmin" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3.2</span></code></p>
<p>Type: <em>double</em></p>
<p>Unit: <em>km/s</em></p>
<p>The minimum phase velocity used to determine the signal
window end.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MN.Vmax">
<code class="sig-name descname">amplitudes.MN.Vmax</code><a class="headerlink" href="#confval-amplitudes.MN.Vmax" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">3.6</span></code></p>
<p>Type: <em>double</em></p>
<p>Unit: <em>km/s</em></p>
<p>The maximum phase velocity used to determine the signal
window start.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MN.snrWindowSeconds">
<code class="sig-name descname">amplitudes.MN.snrWindowSeconds</code><a class="headerlink" href="#confval-amplitudes.MN.snrWindowSeconds" 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>The length of the SNR window.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MN.noiseWindowPreSeconds">
<code class="sig-name descname">amplitudes.MN.noiseWindowPreSeconds</code><a class="headerlink" href="#confval-amplitudes.MN.noiseWindowPreSeconds" 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 offset of the noise window. A positive value will move
the computed noise window to the left on the time axis,
a negative value will move it to the right on the time axis.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MN.signalStartPriorities">
<code class="sig-name descname">amplitudes.MN.signalStartPriorities</code><a class="headerlink" href="#confval-amplitudes.MN.signalStartPriorities" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">Lg,Sg,Sn,S,Vmax</span></code></p>
<p>Type: <em>list:string</em></p>
<p>The priority list of phase onsets to compute the signal
start window. Except for Vmin and Vmax, associated phases
(arrivals) must be present in the origin for this
particular phase. Picked phases are only considered if
the origin is a manual origin or the pick is a
manual pick. The first value in the list which can be
retrieved or computed, is selected.</p>
<p>Allowed tokens: Pg, Pn, P, Sg, Sn, S, Lg, Rg, Vmin, Vmax</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MN.signalEndPriorities">
<code class="sig-name descname">amplitudes.MN.signalEndPriorities</code><a class="headerlink" href="#confval-amplitudes.MN.signalEndPriorities" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">Rg,Vmin</span></code></p>
<p>Type: <em>list:string</em></p>
<p>The priority list of phase onsets to compute the signal
end window. Except for Vmin and Vmax, associated phases
(arrivals) must be present in the origin for this
particular phase. Picked phases are only considered if
the origin is a manual origin or the pick is a
manual pick. The first value in the list which can be
retrieved or computed, is selected.</p>
<p>Allowed tokens: Pg, Pn, P, Sg, Sn, S, Lg, Rg, Vmin, Vmax</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MN.*</strong>
<em>Parameters for computing MN magnitudes from AMN amplitudes.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.MN.minSNR">
<code class="sig-name descname">magnitudes.MN.minSNR</code><a class="headerlink" href="#confval-magnitudes.MN.minSNR" 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>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.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MN.minPeriod">
<code class="sig-name descname">magnitudes.MN.minPeriod</code><a class="headerlink" href="#confval-magnitudes.MN.minPeriod" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.01</span></code></p>
<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.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MN.maxPeriod">
<code class="sig-name descname">magnitudes.MN.maxPeriod</code><a class="headerlink" href="#confval-magnitudes.MN.maxPeriod" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1.3</span></code></p>
<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.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MN.minDist">
<code class="sig-name descname">magnitudes.MN.minDist</code><a class="headerlink" href="#confval-magnitudes.MN.minDist" 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>deg</em></p>
<p>The minimum distance required for a magnitude to pass
the QC check. The station magnitude will be computed
anyway but if the distance is below this threshold it
will be associated with weight zero and will not contribute
to the network magnitude.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MN.maxDist">
<code class="sig-name descname">magnitudes.MN.maxDist</code><a class="headerlink" href="#confval-magnitudes.MN.maxDist" 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>deg</em></p>
<p>The maximum distance allowed for a magnitude to be
computed. If the distance exceeds this threshold then
the computation will be canceled and no station
magnitude will be available at all.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-detecLocid">
<code class="sig-name descname">detecLocid</code><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="confval">
<dt id="confval-detecStream">
<code class="sig-name descname">detecStream</code><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></p>
</div>
<dl class="confval">
<dt id="confval-amplitudes.saturationThreshold">
<code class="sig-name descname">amplitudes.saturationThreshold</code><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 that are saturated
are 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&#64;23” or “80%&#64;23”.
The first version uses 1**23 * 0.8 whereas the latter
uses 1**23 * 80/100.</p>
<p>The boolean value “false” explicitly disables
the check.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.enable">
<code class="sig-name descname">amplitudes.enable</code><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="confval">
<dt id="confval-amplitudes.enableResponses">
<code class="sig-name descname">amplitudes.enableResponses</code><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 Amplitude type profile).</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="confval">
<dt id="confval-amplitudes.$name.saturationThreshold">
<code class="sig-name descname">amplitudes.$name.saturationThreshold</code><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 that are saturated are 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&#64;23” or “80%&#64;23”.
The first version uses 1**23 * 0.8 whereas the latter
uses 1**23 * 80/100.</p>
<p>The boolean value “false” explicitly disables
the check.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.$name.enable">
<code class="sig-name descname">amplitudes.$name.enable</code><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="confval">
<dt id="confval-amplitudes.$name.enableResponses">
<code class="sig-name descname">amplitudes.$name.enableResponses</code><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="confval">
<dt id="confval-amplitudes.$name.minSNR">
<code class="sig-name descname">amplitudes.$name.minSNR</code><a class="headerlink" href="#confval-amplitudes.$name.minSNR" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Define the mininum 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="confval">
<dt id="confval-amplitudes.$name.noiseBegin">
<code class="sig-name descname">amplitudes.$name.noiseBegin</code><a class="headerlink" href="#confval-amplitudes.$name.noiseBegin" title="Permalink to this definition"></a></dt>
<dd><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 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="confval">
<dt id="confval-amplitudes.$name.noiseEnd">
<code class="sig-name descname">amplitudes.$name.noiseEnd</code><a class="headerlink" href="#confval-amplitudes.$name.noiseEnd" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Unit: <em>s</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="confval">
<dt id="confval-amplitudes.$name.signalBegin">
<code class="sig-name descname">amplitudes.$name.signalBegin</code><a class="headerlink" href="#confval-amplitudes.$name.signalBegin" title="Permalink to this definition"></a></dt>
<dd><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 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="confval">
<dt id="confval-amplitudes.$name.signalEnd">
<code class="sig-name descname">amplitudes.$name.signalEnd</code><a class="headerlink" href="#confval-amplitudes.$name.signalEnd" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</em></p>
<p>Unit: <em>s</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="confval">
<dt id="confval-amplitudes.$name.minDist">
<code class="sig-name descname">amplitudes.$name.minDist</code><a class="headerlink" href="#confval-amplitudes.$name.minDist" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</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 is implementation
specific.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.$name.maxDist">
<code class="sig-name descname">amplitudes.$name.maxDist</code><a class="headerlink" href="#confval-amplitudes.$name.maxDist" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</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 is implementation
specific.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.$name.minDepth">
<code class="sig-name descname">amplitudes.$name.minDepth</code><a class="headerlink" href="#confval-amplitudes.$name.minDepth" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</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 is implementation
specific.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.$name.maxDepth">
<code class="sig-name descname">amplitudes.$name.maxDepth</code><a class="headerlink" href="#confval-amplitudes.$name.maxDepth" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>double</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 is implementation
specific.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.$name.regionalize">
<code class="sig-name descname">amplitudes.$name.regionalize</code><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>
<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="confval">
<dt id="confval-amplitudes.$name.resp.taper">
<code class="sig-name descname">amplitudes.$name.resp.taper</code><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>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="confval">
<dt id="confval-amplitudes.$name.resp.minFreq">
<code class="sig-name descname">amplitudes.$name.resp.minFreq</code><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>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="confval">
<dt id="confval-amplitudes.$name.resp.maxFreq">
<code class="sig-name descname">amplitudes.$name.resp.maxFreq</code><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>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 Amplitude type profile).</em></p>
</div>
<dl class="confval">
<dt id="confval-amplitudes.resp.taper">
<code class="sig-name descname">amplitudes.resp.taper</code><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>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="confval">
<dt id="confval-amplitudes.resp.minFreq">
<code class="sig-name descname">amplitudes.resp.minFreq</code><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>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="confval">
<dt id="confval-amplitudes.resp.maxFreq">
<code class="sig-name descname">amplitudes.resp.maxFreq</code><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>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.WoodAnderson.*</strong>
<em>Allow to configure the Wood-Anderson seismometer response.</em>
<em>The default values are according to the version of</em>
<em>Gutenberg (1935). The newer version by Uhrhammer and</em>
<em>Collins (1990) is part of the IASPEI Magnitude</em>
<em>Working Group recommendations of 2011 September 9. This</em>
<em>version uses gain=2800, T0=0.8 s, h=0.8.</em></p>
</div>
<dl class="confval">
<dt id="confval-amplitudes.WoodAnderson.gain">
<code class="sig-name descname">amplitudes.WoodAnderson.gain</code><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">2800</span></code></p>
<p>Type: <em>double</em></p>
<p>The gain of the Wood-Anderson response.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.WoodAnderson.T0">
<code class="sig-name descname">amplitudes.WoodAnderson.T0</code><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 eigen period of the Wood-Anderson seismometer.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.WoodAnderson.h">
<code class="sig-name descname">amplitudes.WoodAnderson.h</code><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.8</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 magnitude parameters independent of amplitude-type profiles.</em>
<em>For magnitude correction parameters, e.g, network of station</em>
<em>corrections, create a magnitude type profile.</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="confval">
<dt id="confval-magnitudes.$name.multiplier">
<code class="sig-name descname">magnitudes.$name.multiplier</code><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="confval">
<dt id="confval-magnitudes.$name.offset">
<code class="sig-name descname">magnitudes.$name.offset</code><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>
<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="confval">
<dt id="confval-picker.AIC.noiseBegin">
<code class="sig-name descname">picker.AIC.noiseBegin</code><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="confval">
<dt id="confval-picker.AIC.signalBegin">
<code class="sig-name descname">picker.AIC.signalBegin</code><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="confval">
<dt id="confval-picker.AIC.signalEnd">
<code class="sig-name descname">picker.AIC.signalEnd</code><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="confval">
<dt id="confval-picker.AIC.filter">
<code class="sig-name descname">picker.AIC.filter</code><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="confval">
<dt id="confval-picker.AIC.minSNR">
<code class="sig-name descname">picker.AIC.minSNR</code><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="confval">
<dt id="confval-picker.BK.noiseBegin">
<code class="sig-name descname">picker.BK.noiseBegin</code><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="confval">
<dt id="confval-picker.BK.signalBegin">
<code class="sig-name descname">picker.BK.signalBegin</code><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="confval">
<dt id="confval-picker.BK.signalEnd">
<code class="sig-name descname">picker.BK.signalEnd</code><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="confval">
<dt id="confval-picker.BK.filterType">
<code class="sig-name descname">picker.BK.filterType</code><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="confval">
<dt id="confval-picker.BK.filterPoles">
<code class="sig-name descname">picker.BK.filterPoles</code><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="confval">
<dt id="confval-picker.BK.f1">
<code class="sig-name descname">picker.BK.f1</code><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="confval">
<dt id="confval-picker.BK.f2">
<code class="sig-name descname">picker.BK.f2</code><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="confval">
<dt id="confval-picker.BK.thrshl1">
<code class="sig-name descname">picker.BK.thrshl1</code><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="confval">
<dt id="confval-picker.BK.thrshl2">
<code class="sig-name descname">picker.BK.thrshl2</code><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="confval">
<dt id="confval-spicker.L2.noiseBegin">
<code class="sig-name descname">spicker.L2.noiseBegin</code><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="confval">
<dt id="confval-spicker.L2.signalBegin">
<code class="sig-name descname">spicker.L2.signalBegin</code><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="confval">
<dt id="confval-spicker.L2.signalEnd">
<code class="sig-name descname">spicker.L2.signalEnd</code><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="confval">
<dt id="confval-spicker.L2.filter">
<code class="sig-name descname">spicker.L2.filter</code><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="confval">
<dt id="confval-spicker.L2.detecFilter">
<code class="sig-name descname">spicker.L2.detecFilter</code><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="confval">
<dt id="confval-spicker.L2.threshold">
<code class="sig-name descname">spicker.L2.threshold</code><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="confval">
<dt id="confval-spicker.L2.timeCorr">
<code class="sig-name descname">spicker.L2.timeCorr</code><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="confval">
<dt id="confval-spicker.L2.marginAIC">
<code class="sig-name descname">spicker.L2.marginAIC</code><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="confval">
<dt id="confval-spicker.L2.minSNR">
<code class="sig-name descname">spicker.L2.minSNR</code><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 use</em>
<em>is configuration files is “S-V”</em></p>
</div>
<dl class="confval">
<dt id="confval-spicker.V.noiseBegin">
<code class="sig-name descname">spicker.V.noiseBegin</code><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="confval">
<dt id="confval-spicker.V.signalBegin">
<code class="sig-name descname">spicker.V.signalBegin</code><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="confval">
<dt id="confval-spicker.V.signalEnd">
<code class="sig-name descname">spicker.V.signalEnd</code><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="confval">
<dt id="confval-spicker.V.filter">
<code class="sig-name descname">spicker.V.filter</code><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="confval">
<dt id="confval-spicker.V.detecFilter">
<code class="sig-name descname">spicker.V.detecFilter</code><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="confval">
<dt id="confval-spicker.V.threshold">
<code class="sig-name descname">spicker.V.threshold</code><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="confval">
<dt id="confval-spicker.V.timeCorr">
<code class="sig-name descname">spicker.V.timeCorr</code><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="confval">
<dt id="confval-spicker.V.marginAIC">
<code class="sig-name descname">spicker.V.marginAIC</code><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="confval">
<dt id="confval-spicker.V.minSNR">
<code class="sig-name descname">spicker.V.minSNR</code><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&#64;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="confval">
<dt id="confval-fx.DFX.filter.order">
<code class="sig-name descname">fx.DFX.filter.order</code><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="confval">
<dt id="confval-fx.DFX.filter.loFreq">
<code class="sig-name descname">fx.DFX.filter.loFreq</code><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="confval">
<dt id="confval-fx.DFX.filter.hiFreq">
<code class="sig-name descname">fx.DFX.filter.hiFreq</code><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="confval">
<dt id="confval-fx.DFX.polar.window">
<code class="sig-name descname">fx.DFX.polar.window</code><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="confval">
<dt id="confval-fx.DFX.polar.overlap">
<code class="sig-name descname">fx.DFX.polar.overlap</code><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="confval">
<dt id="confval-fx.DFX.polar.alpha">
<code class="sig-name descname">fx.DFX.polar.alpha</code><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="confval">
<dt id="confval-fx.DFX.polar.ds">
<code class="sig-name descname">fx.DFX.polar.ds</code><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="confval">
<dt id="confval-fx.DFX.polar.dk">
<code class="sig-name descname">fx.DFX.polar.dk</code><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>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.mB.*</strong>
<em>Parameters for computing mB magnitudes from mB amplitudes.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.mB.minDist">
<code class="sig-name descname">magnitudes.mB.minDist</code><a class="headerlink" href="#confval-magnitudes.mB.minDist" 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>deg</em></p>
<p>Minimum epicentral distance for computing mB. Note: According
to the IASPEI recommendations in 2013, the minimum distance
should be 20 deg.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.mB.maxDist">
<code class="sig-name descname">magnitudes.mB.maxDist</code><a class="headerlink" href="#confval-magnitudes.mB.maxDist" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">105</span></code></p>
<p>Type: <em>double</em></p>
<p>Unit: <em>deg</em></p>
<p>Maximum epicentral distance for computing mB.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.mb.*</strong>
<em>Parameters for computing mb magnitudes from mb amplitudes.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.mb.minDist">
<code class="sig-name descname">magnitudes.mb.minDist</code><a class="headerlink" href="#confval-magnitudes.mb.minDist" 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>deg</em></p>
<p>Minimum epicentral distance for computing mb. Note: According
to the IASPEI recommendations in 2013, the minimum distance
should be 20 deg.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.mb.maxDist">
<code class="sig-name descname">magnitudes.mb.maxDist</code><a class="headerlink" href="#confval-magnitudes.mb.maxDist" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">105</span></code></p>
<p>Type: <em>double</em></p>
<p>Unit: <em>deg</em></p>
<p>Maximum epicentral distance for computing mb.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.Ms_20.*</strong>
<em>Parameters for computing Ms_20 magnitudes from Ms_20 amplitudes.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.Ms_20.lowerPeriod">
<code class="sig-name descname">magnitudes.Ms_20.lowerPeriod</code><a class="headerlink" href="#confval-magnitudes.Ms_20.lowerPeriod" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">18</span></code></p>
<p>Type: <em>double</em></p>
<p>Unit: <em>s</em></p>
<p>Lower period limit of the signal for computing Ms_20.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.Ms_20.upperPeriod">
<code class="sig-name descname">magnitudes.Ms_20.upperPeriod</code><a class="headerlink" href="#confval-magnitudes.Ms_20.upperPeriod" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">22</span></code></p>
<p>Type: <em>double</em></p>
<p>Unit: <em>s</em></p>
<p>Upper period limit of the signal for computing Ms_20.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.Ms_20.minDist">
<code class="sig-name descname">magnitudes.Ms_20.minDist</code><a class="headerlink" href="#confval-magnitudes.Ms_20.minDist" 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>deg</em></p>
<p>Minimum epicentral distance for computing Ms_20.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.Ms_20.maxDist">
<code class="sig-name descname">magnitudes.Ms_20.maxDist</code><a class="headerlink" href="#confval-magnitudes.Ms_20.maxDist" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">160</span></code></p>
<p>Type: <em>double</em></p>
<p>Unit: <em>deg</em></p>
<p>Maximum epicentral distance for computing Ms_20.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.Ms_20.maxDepth">
<code class="sig-name descname">magnitudes.Ms_20.maxDepth</code><a class="headerlink" href="#confval-magnitudes.Ms_20.maxDepth" 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>double</em></p>
<p>Unit: <em>km</em></p>
<p>Maximum depth for computing Ms_20.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>amplitudes.MLc.*</strong>
<em>Parameters for measuring MLc amplitudes. Add more parameters</em>
<em>by adding an amplitude type profile MLc,</em></p>
</div>
<dl class="confval">
<dt id="confval-amplitudes.MLc.preFilter">
<code class="sig-name descname">amplitudes.MLc.preFilter</code><a class="headerlink" href="#confval-amplitudes.MLc.preFilter" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">BW(3,0.5,12)</span></code></p>
<p>Type: <em>string</em></p>
<p>The filter applied to raw records before applying
Wood-Anderson simulation.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MLc.applyWoodAnderson">
<code class="sig-name descname">amplitudes.MLc.applyWoodAnderson</code><a class="headerlink" href="#confval-amplitudes.MLc.applyWoodAnderson" 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>Applying Wood-Anderson simulation. To achieve displacement
records without WA simulation, an integration filter can
be applied with the pre-filter.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MLc.amplitudeScale">
<code class="sig-name descname">amplitudes.MLc.amplitudeScale</code><a class="headerlink" href="#confval-amplitudes.MLc.amplitudeScale" 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>string</em></p>
<p>Scaling value multiplied to the measured amplitudes to
match the amplitude units expected by the magnitude
calibration function.</p>
<p>Expected amplitudes are
in units of mym but actual amplitudes provided from
Wood-Anderson-corrected seismograms are in units of mm:
amplitudeScale = 1000.</p>
<p>If data are not corrected for WA, measured amplitudes
take the unit of gain-corrected data considering the
preFilter:
amplitudeScale converts between units of measured and
excpected amplitude.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MLc.measureType">
<code class="sig-name descname">amplitudes.MLc.measureType</code><a class="headerlink" href="#confval-amplitudes.MLc.measureType" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">AbsMax</span></code></p>
<p>Type: <em>string</em></p>
<p>Type for measuring amplitudes. Available:</p>
<p>AbsMax: absolute maximum</p>
<p>MinMax: half difference between absolute maximum and minimum</p>
<p>PeakTrough: half difference between maximum and minimum
on a half cycle</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MLc.combiner">
<code class="sig-name descname">amplitudes.MLc.combiner</code><a class="headerlink" href="#confval-amplitudes.MLc.combiner" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">max</span></code></p>
<p>Type: <em>string</em></p>
<p>Define how to combine the amplitudes measured on both
horizontals components:</p>
<p>min: take the minimum</p>
<p>max: take the maxium</p>
<p>avgerage: form the average</p>
<p>geometric_mean: form the geometric mean</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLc.*</strong>
<em>Parameters for computing MLc magnitudes from MLc amplitudes.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.MLc.distMode">
<code class="sig-name descname">magnitudes.MLc.distMode</code><a class="headerlink" href="#confval-magnitudes.MLc.distMode" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">hypocentral</span></code></p>
<p>Type: <em>string</em></p>
<p>Considered distance measure between source and receiver.
Possible values are</p>
<p>hypocentral: hypocentral distance</p>
<p>epicentral: epicentral</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.minDist">
<code class="sig-name descname">magnitudes.MLc.minDist</code><a class="headerlink" href="#confval-magnitudes.MLc.minDist" 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>deg</em></p>
<p>The minimum distance for computing magnitudes from amplitudes.
Negative values deactivate the check.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.maxDist">
<code class="sig-name descname">magnitudes.MLc.maxDist</code><a class="headerlink" href="#confval-magnitudes.MLc.maxDist" 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>double</em></p>
<p>Unit: <em>deg</em></p>
<p>The maximum distance for computing magnitudes from amplitudes.
Negative values deactivate the check.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.maxDepth">
<code class="sig-name descname">magnitudes.MLc.maxDepth</code><a class="headerlink" href="#confval-magnitudes.MLc.maxDepth" 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>km</em></p>
<p>The maximum depth up to which magnitudes are computed.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.calibrationType">
<code class="sig-name descname">magnitudes.MLc.calibrationType</code><a class="headerlink" href="#confval-magnitudes.MLc.calibrationType" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">&quot;parametric&quot;</span></code></p>
<p>Type: <em>string</em></p>
<p>Type of magnitude calibration formula to be considered.
The calibration parameters are considered accordingly.
Currently supported are</p>
<p>“parametric”: consider parameters of parametric
configuration in parametric section</p>
<p>“A0”: consider parameters of non-parametric
configuration in A0 section.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLc.A0.*</strong>
<em>Parameters for A0, non-parametric magnitude calibration.</em>
<em>Considered if magnitude.MLc.calibrationType = “A0”.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.MLc.A0.logA0">
<code class="sig-name descname">magnitudes.MLc.A0.logA0</code><a class="headerlink" href="#confval-magnitudes.MLc.A0.logA0" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0:-1.3,60:-2.8,100:-3.0,400:-4.5,1000:-5.85</span></code></p>
<p>Type: <em>string</em></p>
<p>The non-parametric calibration function log10(A0).</p>
<p>Format: any list of distance-value pairs separated by
comma. Values within pairs are separated by colon.</p>
<p>Example: “0:-1.3,60:-2.8,100:-3.0,400:-4.5,1000:-5.85”
specifies 4 distance intervals from
0…60, 60…100, 100…400 and 400…1000 km distance.
Within these intervals log10(A0) is interpolated linearly
between -1.3…-2.8, -2.8…-3.0, -3.0…-4.5 and -4.5…-5.8,
respectively.</p>
<p>Note: The first and last distance samples limit the
maximum distance range for computing MLv.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLc.parametric.*</strong>
<em>Parameters for parametric magnitude calibration:</em>
<em>MLc = log10(A) + c3 * log10(r/c5) + c2 * (r + c4) + c1 + c0(station)</em>
**
<em>Considered if magnitude.MLc.calibrationType = “parametric”.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.MLc.parametric.c0">
<code class="sig-name descname">magnitudes.MLc.parametric.c0</code><a class="headerlink" href="#confval-magnitudes.MLc.parametric.c0" 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>Station correction. This is the calibration value c0
applied in the magnitude calibration formula</p>
<p>MLc = c0(station) + c1 + c2 * (r + c4) + c3 * log(r/c5) + log10(A)</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.parametric.c1">
<code class="sig-name descname">magnitudes.MLc.parametric.c1</code><a class="headerlink" href="#confval-magnitudes.MLc.parametric.c1" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.69</span></code></p>
<p>Type: <em>double</em></p>
<p>The calibration value c1 applied in the magnitude
calibration formula</p>
<p>MLc = c0(station) + c1 + c2 * (r + c4) + c3 * log(r/c5) + log10(A)</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.parametric.c2">
<code class="sig-name descname">magnitudes.MLc.parametric.c2</code><a class="headerlink" href="#confval-magnitudes.MLc.parametric.c2" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0.00095</span></code></p>
<p>Type: <em>double</em></p>
<p>The calibration value c2 applied in the
magnitude calibration formula</p>
<p>MLc = c0(station) + c1 + c2 * (r + c4) + c3 * log(r/c5) + log10(A)</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.parametric.c3">
<code class="sig-name descname">magnitudes.MLc.parametric.c3</code><a class="headerlink" href="#confval-magnitudes.MLc.parametric.c3" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">1.11</span></code></p>
<p>Type: <em>double</em></p>
<p>The calibration value c3 applied in the
magnitude calibration formula</p>
<p>MLc = c0(station) + c1 + c2 * (r + c4) + c3 * log(r/c5) + log10(A)</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.parametric.c4">
<code class="sig-name descname">magnitudes.MLc.parametric.c4</code><a class="headerlink" href="#confval-magnitudes.MLc.parametric.c4" 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>The calibration value c4 applied in the
magnitude calibration formula</p>
<p>MLc = c0(station) + c1 + c2 * (r + c4) + c3 * log(r/c5) + log10(A)</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLc.parametric.c5">
<code class="sig-name descname">magnitudes.MLc.parametric.c5</code><a class="headerlink" href="#confval-magnitudes.MLc.parametric.c5" 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>The calibration value c4 applied in the
magnitude calibration formula</p>
<p>MLc = c0(station) + c1 + c2 * (r + c4) + c3 * log(r/c5) + log10(A)</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>amplitudes.MLv.*</strong>
<em>Parameters for measuring MLv amplitudes. Add more parameters</em>
<em>by adding an amplitude type profile MLv,</em></p>
</div>
<dl class="confval">
<dt id="confval-amplitudes.MLv.preFilter">
<code class="sig-name descname">amplitudes.MLv.preFilter</code><a class="headerlink" href="#confval-amplitudes.MLv.preFilter" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>The filter applied to raw records before applying
Wood-Anderson simulation. Default: no pre-filtering.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.MLv.measureType">
<code class="sig-name descname">amplitudes.MLv.measureType</code><a class="headerlink" href="#confval-amplitudes.MLv.measureType" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">AbsMax</span></code></p>
<p>Type: <em>string</em></p>
<p>This parameter allows to set how the amplitude is measured.
Either by finding the absolute maximum of the demeaned
trace (AbsMax), the difference of maximum and minimum of
the signal window (MinMax) or the maximum peak-trough
of one cycle (PeakTrough).</p>
<p>Note that if absMax is already explicitly configured, this
parameter has no effect.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.MLv.*</strong>
<em>Parameters for computing MLv magnitudes from MLv amplitudes.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.MLv.logA0">
<code class="sig-name descname">magnitudes.MLv.logA0</code><a class="headerlink" href="#confval-magnitudes.MLv.logA0" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0:-1.3,60:-2.8,100:-3.0,400:-4.5,1000:-5.85</span></code></p>
<p>Type: <em>string</em></p>
<p>The calibration function log10(A0).</p>
<p>Format: any list of distance-value pairs separated by
comma. Values within pairs are separated by colon.</p>
<p>Example: “0:-1.3,60:-2.8,100:-3.0,400:-4.5,1000:-5.85”
specifies 4 distance intervals from
0…60, 60…100, 100…400 and 400…1000 km distance.
Within these intervals log10(A0) is interpolated linearly
between -1.3…-2.8, -2.8…-3.0, -3.0…-4.5 and -4.5…-5.8,
respectively.</p>
<p>Note: The first and last distance samples limit the
maximum distance range for computing MLv.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.MLv.maxDistanceKm">
<code class="sig-name descname">magnitudes.MLv.maxDistanceKm</code><a class="headerlink" href="#confval-magnitudes.MLv.maxDistanceKm" 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>km</em></p>
<p>Maximum epicentral distance for computing MLv.
No distance limitation for maxDistanceKm=-1</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>amplitudes.ML.*</strong>
<em>Parameters for measuring ML amplitudes. Add more parameters</em>
<em>by adding an amplitude type profile ML,</em></p>
</div>
<dl class="confval">
<dt id="confval-amplitudes.ML.preFilter">
<code class="sig-name descname">amplitudes.ML.preFilter</code><a class="headerlink" href="#confval-amplitudes.ML.preFilter" title="Permalink to this definition"></a></dt>
<dd><p>Type: <em>string</em></p>
<p>The filter applied to raw records before applying
Wood-Anderson simulation. Default: no pre-filtering.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.ML.measureType">
<code class="sig-name descname">amplitudes.ML.measureType</code><a class="headerlink" href="#confval-amplitudes.ML.measureType" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">AbsMax</span></code></p>
<p>Type: <em>string</em></p>
<p>This parameter allows to set how the amplitude is measured.
Either by finding the absolute maximum of the demeaned
trace (AbsMax), the difference of maximum and minimum of
the signal window (MinMax) or the maximum peak-trough
of one cycle (PeakTrough).</p>
<p>Note that if absMax is already explicitly configured, this
parameter has no effect.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-amplitudes.ML.combiner">
<code class="sig-name descname">amplitudes.ML.combiner</code><a class="headerlink" href="#confval-amplitudes.ML.combiner" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">average</span></code></p>
<p>Type: <em>string</em></p>
<p>Defines the combiner operation for the amplitudes measured
on either both horizontal component. The default is to
use the average. Allowed values are: “average”,
“min”, “max” and “geometric_mean”.
“geometric_mean” corresponds to averaging single-trace
magnitudes instead of their amplitudes.</p>
</dd></dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p><strong>magnitudes.ML.*</strong>
<em>Parameters for computing ML magnitudes from ML amplitudes.</em></p>
</div>
<dl class="confval">
<dt id="confval-magnitudes.ML.logA0">
<code class="sig-name descname">magnitudes.ML.logA0</code><a class="headerlink" href="#confval-magnitudes.ML.logA0" title="Permalink to this definition"></a></dt>
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0:-1.3,60:-2.8,100:-3.0,400:-4.5,1000:-5.85</span></code></p>
<p>Type: <em>string</em></p>
<p>The calibration function log10(A0).</p>
<p>Format: any list of distance-value pairs separated by
comma. Values within pairs are separated by colon.</p>
<p>Example: “0:-1.3,60:-2.8,100:-3.0,400:-4.5,1000:-5.85”
specifies 4 distance intervals from
0…60, 60…100, 100…400 and 400…1000 km distance.
Within these intervals log10(A0) is interpolated linearly
between -1.3…-2.8, -2.8…-3.0, -3.0…-4.5 and -4.5…-5.8,
respectively.</p>
<p>Note: The first and last distance samples limit the
maximum distance range for computing ML.</p>
</dd></dl>
<dl class="confval">
<dt id="confval-magnitudes.ML.maxDistanceKm">
<code class="sig-name descname">magnitudes.ML.maxDistanceKm</code><a class="headerlink" href="#confval-magnitudes.ML.maxDistanceKm" 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>km</em></p>
<p>Maximum epicentral distance for computing ML.
No distance limitation for maxDistanceKm = -1.</p>
</dd></dl>
</div>
<div class="section" id="command-line-options">
<h2>Command-Line Options<a class="headerlink" href="#command-line-options" title="Permalink to this headline"></a></h2>
<div class="section" id="generic">
<h3>Generic<a class="headerlink" href="#generic" title="Permalink to this headline"></a></h3>
<dl class="option">
<dt id="cmdoption-global-h">
<code class="sig-name descname">-h</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--help</code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-global-h" title="Permalink to this definition"></a></dt>
<dd><p>Show help message.</p>
</dd></dl>
<dl class="option">
<dt id="cmdoption-global-v">
<code class="sig-name descname">-V</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--version</code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-global-v" title="Permalink to this definition"></a></dt>
<dd><p>Show version information.</p>
</dd></dl>
<dl class="option">
<dt id="cmdoption-global-config-file">
<code class="sig-name descname">--config-file</code><code class="sig-prename descclassname"> arg</code><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 -&gt; scautopick2.</p>
</dd></dl>
<dl class="option">
<dt id="cmdoption-global-plugins">
<code class="sig-name descname">--plugins</code><code class="sig-prename descclassname"> arg</code><a class="headerlink" href="#cmdoption-global-plugins" title="Permalink to this definition"></a></dt>
<dd><p>Load given plugins.</p>
</dd></dl>
<dl class="option">
<dt id="cmdoption-global-d">
<code class="sig-name descname">-D</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--daemon</code><code class="sig-prename descclassname"></code><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 doesnt need to be started with &amp;.</p>
</dd></dl>
<dl class="option">
<dt id="cmdoption-global-auto-shutdown">
<code class="sig-name descname">--auto-shutdown</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-shutdown-master-module">
<code class="sig-name descname">--shutdown-master-module</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-shutdown-master-username">
<code class="sig-name descname">--shutdown-master-username</code><code class="sig-prename descclassname"> arg</code><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>
</div>
<div class="section" id="verbose">
<h3>Verbose<a class="headerlink" href="#verbose" title="Permalink to this headline"></a></h3>
<dl class="option">
<dt id="cmdoption-global-verbosity">
<code class="sig-name descname">--verbosity</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="id2">
<code class="sig-name descname">-v</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--v</code><code class="sig-prename descclassname"></code><a class="headerlink" href="#id2" title="Permalink to this definition"></a></dt>
<dd><p>Increase verbosity level (may be repeated, eg. -vv).</p>
</dd></dl>
<dl class="option">
<dt id="cmdoption-global-q">
<code class="sig-name descname">-q</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--quiet</code><code class="sig-prename descclassname"></code><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="option">
<dt id="cmdoption-global-print-component">
<code class="sig-name descname">--print-component</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-print-context">
<code class="sig-name descname">--print-context</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-component">
<code class="sig-name descname">--component</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-s">
<code class="sig-name descname">-s</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--syslog</code><code class="sig-prename descclassname"></code><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="option">
<dt id="cmdoption-global-l">
<code class="sig-name descname">-l</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--lockfile</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-console">
<code class="sig-name descname">--console</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-debug">
<code class="sig-name descname">--debug</code><code class="sig-prename descclassname"></code><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="option">
<dt id="cmdoption-global-trace">
<code class="sig-name descname">--trace</code><code class="sig-prename descclassname"></code><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="option">
<dt id="cmdoption-global-log-file">
<code class="sig-name descname">--log-file</code><code class="sig-prename descclassname"> arg</code><a class="headerlink" href="#cmdoption-global-log-file" title="Permalink to this definition"></a></dt>
<dd><p>Use alternative log file.</p>
</dd></dl>
</div>
<div class="section" id="messaging">
<h3>Messaging<a class="headerlink" href="#messaging" title="Permalink to this headline"></a></h3>
<dl class="option">
<dt id="cmdoption-global-u">
<code class="sig-name descname">-u</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--user</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-host">
<code class="sig-name descname">-H</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--host</code><code class="sig-prename descclassname"> arg</code><a class="headerlink" href="#cmdoption-global-host" 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="option">
<dt id="cmdoption-global-t">
<code class="sig-name descname">-t</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--timeout</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-g">
<code class="sig-name descname">-g</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--primary-group</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-subscribe-group">
<code class="sig-name descname">-S</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--subscribe-group</code><code class="sig-prename descclassname"> arg</code><a class="headerlink" href="#cmdoption-global-subscribe-group" 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="option">
<dt id="cmdoption-global-content-type">
<code class="sig-name descname">--content-type</code><code class="sig-prename descclassname"> arg</code><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>
</dd></dl>
<dl class="option">
<dt id="cmdoption-global-start-stop-msg">
<code class="sig-name descname">--start-stop-msg</code><code class="sig-prename descclassname"> arg</code><a class="headerlink" href="#cmdoption-global-start-stop-msg" title="Permalink to this definition"></a></dt>
<dd><p>Set sending of a start and a stop message.</p>
</dd></dl>
</div>
<div class="section" id="database">
<h3>Database<a class="headerlink" href="#database" title="Permalink to this headline"></a></h3>
<dl class="option">
<dt id="cmdoption-global-db-driver-list">
<code class="sig-name descname">--db-driver-list</code><code class="sig-prename descclassname"></code><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="option">
<dt id="cmdoption-global-database">
<code class="sig-name descname">-d</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--database</code><code class="sig-prename descclassname"> arg</code><a class="headerlink" href="#cmdoption-global-database" title="Permalink to this definition"></a></dt>
<dd><p>The database connection string, format:
<a class="reference external" href="service://user:pwd&#64;host/database">service://user:pwd&#64;host/database</a>.
“service” is the name of the database driver which
can be queried with “db-driver-list”.</p>
</dd></dl>
<dl class="option">
<dt id="cmdoption-global-config-module">
<code class="sig-name descname">--config-module</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-inventory-db">
<code class="sig-name descname">--inventory-db</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-config-db">
<code class="sig-name descname">--config-db</code><code class="sig-prename descclassname"> arg</code><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>
</div>
<div class="section" id="records">
<h3>Records<a class="headerlink" href="#records" title="Permalink to this headline"></a></h3>
<dl class="option">
<dt id="cmdoption-global-record-driver-list">
<code class="sig-name descname">--record-driver-list</code><code class="sig-prename descclassname"></code><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="option">
<dt id="cmdoption-global-i">
<code class="sig-name descname">-I</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--record-url</code><code class="sig-prename descclassname"> arg</code><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.</p>
</dd></dl>
<dl class="option">
<dt id="cmdoption-global-record-file">
<code class="sig-name descname">--record-file</code><code class="sig-prename descclassname"> arg</code><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="option">
<dt id="cmdoption-global-record-type">
<code class="sig-name descname">--record-type</code><code class="sig-prename descclassname"> arg</code><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>
</div>
<div class="section" id="cities">
<h3>Cities<a class="headerlink" href="#cities" title="Permalink to this headline"></a></h3>
<dl class="option">
<dt id="cmdoption-global-city-xml">
<code class="sig-name descname">--city-xml</code><code class="sig-prename descclassname"> arg</code><a class="headerlink" href="#cmdoption-global-city-xml" title="Permalink to this definition"></a></dt>
<dd><p>The path to the cities XML file. This overrides the default
paths. Compare with the global parameter “citiesXML”.</p>
</dd></dl>
</div>
<div class="section" id="user-interface">
<h3>User interface<a class="headerlink" href="#user-interface" title="Permalink to this headline"></a></h3>
<dl class="option">
<dt id="cmdoption-global-f">
<code class="sig-name descname">-F</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--full-screen</code><code class="sig-prename descclassname"></code><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="option">
<dt id="cmdoption-global-n">
<code class="sig-name descname">-N</code><code class="sig-prename descclassname"></code><code class="sig-prename descclassname">, </code><code class="sig-name descname">--non-interactive</code><code class="sig-prename descclassname"></code><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>
</div>
</div>
</div>
<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" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
<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="#nonlinloc-extension">NonLinLoc extension</a></li>
<li><a class="reference internal" href="#hypo71-extension">Hypo71 extension</a></li>
<li><a class="reference internal" href="#iloc-extension">iLoc extension</a></li>
<li><a class="reference internal" href="#mn-extension">MN extension</a></li>
<li><a class="reference internal" href="#locext-extension">LocExt extension</a></li>
<li><a class="reference internal" href="#gui-extension">GUI extension</a></li>
<li><a class="reference internal" href="#mlc-extension">MLc extension</a></li>
<li><a class="reference internal" href="#mlv-extension">MLv extension</a></li>
<li><a class="reference internal" href="#ml-extension">ML extension</a></li>
<li><a class="reference internal" href="#homogeneous-extension">homogeneous 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>
<h4>Previous topic</h4>
<p class="topless"><a href="../modules.html"
title="previous chapter">Modules</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="../toc/acquisition.html"
title="next chapter">Acquisition</a></p>
<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>5.3.0</b> Release
</div>
<div class="copyright">
Copyright &copy; 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>