[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>homogeneous &#8212; SeisComP Release documentation</title>
<title>homogeneous &#8212; SeisComP Development documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/seiscomp.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=72bcf2f2" />
@@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=eafc0fe6" />
<script type="text/javascript" src="../_static/seiscomp.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=823bb831"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=744d344a"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<link rel="index" title="Index" href="../genindex.html" />
@@ -25,8 +25,8 @@
<div class="container">
<div class="brand">
<img class="logo" src="../_static/brands/seiscomp/text/white.svg"/>
<!-- span class="title">SeisComP Release</span -->
<span class="version">6.9.0</span>
<!-- span class="title">SeisComP Development</span -->
<span class="version">7.0.0</span>
</div>
</div>
</div>
@@ -93,26 +93,26 @@ and click on the green button to add a table profile.</p></li>
<code class="xref std std-confval docutils literal notranslate"><span class="pre">ttt.homogeneous.tables</span></code></p></li>
</ol>
<p>Example configuration:</p>
<div class="highlight-params notranslate"><div class="highlight"><pre><span></span># The list of supported model names per interface.
ttt.homogeneous.tables = &quot;5&quot;
<div class="highlight-properties notranslate"><div class="highlight"><pre><span></span><span class="c1"># The list of supported model names per interface.</span>
<span class="na">ttt.homogeneous.tables</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;5&quot;</span>
# Geographic origin of the region. Expects 2 values: latitude, longitude.
ttt.homogeneous.5.origin = 51, 12
<span class="c1"># Geographic origin of the region. Expects 2 values: latitude, longitude.</span>
<span class="na">ttt.homogeneous.5.origin</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">51, 12</span>
# Radius validity of the region.
ttt.homogeneous.5.radius = 1
<span class="c1"># Radius validity of the region.</span>
<span class="na">ttt.homogeneous.5.radius</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">1</span>
# Min Depth validity of the region.
ttt.homogeneous.5.minDepth = 0
<span class="c1"># Min Depth validity of the region.</span>
<span class="na">ttt.homogeneous.5.minDepth</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">0</span>
# Max Depth validity of the region.
ttt.homogeneous.5.maxDepth = 2
<span class="c1"># Max Depth validity of the region.</span>
<span class="na">ttt.homogeneous.5.maxDepth</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">2</span>
# P wave velocity.
ttt.homogeneous.5.P-velocity = 5
<span class="c1"># P wave velocity.</span>
<span class="na">ttt.homogeneous.5.P-velocity</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">5</span>
# S wave velocity.
ttt.homogeneous.5.S-velocity = 3
<span class="c1"># S wave velocity.</span>
<span class="na">ttt.homogeneous.5.S-velocity</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">3</span>
</pre></div>
</div>
</section>
@@ -187,7 +187,7 @@ interfaces.</p></li>
</a>
<div class="stretched align-center fitted content">
<div>
Version <b>6.9.0</b> Release
Version <b>7.0.0</b> Development
</div>
<div class="copyright">
Copyright &copy; gempa GmbH, GFZ Potsdam.