From 35c10861a94c8b1d656293127366f9a719b847d3 Mon Sep 17 00:00:00 2001 From: Fred Massin Date: Fri, 26 Jan 2024 20:22:05 +0100 Subject: [PATCH] [doc] Make EEW pre processing more clear --- doc/apps/scfinder.rst | 12 +++++++++++- doc/base/intro-finder.rst | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/apps/scfinder.rst b/doc/apps/scfinder.rst index d41b2e98..c2da366c 100644 --- a/doc/apps/scfinder.rst +++ b/doc/apps/scfinder.rst @@ -6,7 +6,11 @@ Software Foundation, version 3 or later). It uses the same library as the `Finite-Fault Rupture Detector`_ API. This module requires FinDer to be installed and SeisComP to be compiled from -source. The FinDer software is distributed by the Swiss Seismological Service (SED) at ETH Zurich. Access to the source code is limited to users who have an established collaboration with the SED. In other cases, compiled binaries (in a docker image) may be provided instead. Please contact Dr. Maren Böse (SED) for requests and further information. +source. The FinDer software is distributed by the Swiss Seismological Service +(SED) at ETH Zurich. Access to the source code is limited to users who have an +established collaboration with the SED. In other cases, compiled binaries (in a +docker image) may be provided instead. Please contact Dr. Maren Böse (SED) for +requests and further information. FinDer provides estimates of the rupture centroid, length and strike. These values are attached by *scfinder* within a derived object called *strong motion @@ -22,6 +26,12 @@ in :file:`global.cfg`: plugins = dmsm +.. note:: + + Within :ref:`scfinder`, FinDer uses continuously updated envelope amplitudes + from the same library than module :ref:`sceewenv` and the same pre-processing. + + scevent configuration ===================== diff --git a/doc/base/intro-finder.rst b/doc/base/intro-finder.rst index 2b8e8bf6..fc8fe800 100644 --- a/doc/base/intro-finder.rst +++ b/doc/base/intro-finder.rst @@ -66,7 +66,7 @@ FinDer has been implemented with an API. To integrate FinDer within SeisComP, a wrapper module :ref:`scfinder` uses this API. The :ref:`scfinder` module requires FinDer to be installed and SeisComP to be compiled from source. -The library version of the generic EEW pre-processing module `sceewenv` is used +The library version of the generic EEW pre-processing module :ref:`sceewenv` is used within :ref:`scfinder` to provide continuously updated envelope amplitudes to FinDer. FinDer outputs magnitudes (Mfd). Mfd is updated when significant changes are observed with updates continuing until a stable solution is reached.