529 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			529 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
.\" Man page generated from reStructuredText.
 | 
						|
.
 | 
						|
.
 | 
						|
.nr rst2man-indent-level 0
 | 
						|
.
 | 
						|
.de1 rstReportMargin
 | 
						|
\\$1 \\n[an-margin]
 | 
						|
level \\n[rst2man-indent-level]
 | 
						|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 | 
						|
-
 | 
						|
\\n[rst2man-indent0]
 | 
						|
\\n[rst2man-indent1]
 | 
						|
\\n[rst2man-indent2]
 | 
						|
..
 | 
						|
.de1 INDENT
 | 
						|
.\" .rstReportMargin pre:
 | 
						|
. RS \\$1
 | 
						|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
 | 
						|
. nr rst2man-indent-level +1
 | 
						|
.\" .rstReportMargin post:
 | 
						|
..
 | 
						|
.de UNINDENT
 | 
						|
. RE
 | 
						|
.\" indent \\n[an-margin]
 | 
						|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
 | 
						|
.nr rst2man-indent-level -1
 | 
						|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
 | 
						|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
 | 
						|
..
 | 
						|
.TH "SCRELOC" "1" "Oct 14, 2025" "6.9.1" "SeisComP"
 | 
						|
.SH NAME
 | 
						|
screloc \- SeisComP Documentation
 | 
						|
.sp
 | 
						|
\fBAutomatic relocator.\fP
 | 
						|
.SH DESCRIPTION
 | 
						|
.sp
 | 
						|
screloc is an automatic relocator that receives origins from realtime
 | 
						|
locators such as scautoloc and relocates them with a configurable locator.
 | 
						|
screloc can be conveniently used to test different locators and velocity models
 | 
						|
or to relocate events with updated velocity models. Check the
 | 
						|
\fI\%Example applications\fP for screloc.
 | 
						|
.sp
 | 
						|
screloc processes any incoming automatic origin but does not yet listen to event
 | 
						|
information nor does it skip origins for that a more recent one exists.
 | 
						|
.sp
 | 
						|
To run screloc along with all processing modules add it to the list of
 | 
						|
clients in the seiscomp configuration frontend.
 | 
						|
.INDENT 0.0
 | 
						|
.INDENT 3.5
 | 
						|
.sp
 | 
						|
.nf
 | 
						|
.ft C
 | 
						|
seiscomp enable screloc
 | 
						|
seiscomp start screloc
 | 
						|
.ft P
 | 
						|
.fi
 | 
						|
.UNINDENT
 | 
						|
.UNINDENT
 | 
						|
.sp
 | 
						|
Descriptions of parameters for screloc:
 | 
						|
.INDENT 0.0
 | 
						|
.INDENT 3.5
 | 
						|
.sp
 | 
						|
.nf
 | 
						|
.ft C
 | 
						|
seiscomp exec screloc \-h
 | 
						|
.ft P
 | 
						|
.fi
 | 
						|
.UNINDENT
 | 
						|
.UNINDENT
 | 
						|
.sp
 | 
						|
Test the performance of screloc and learn from debug output:
 | 
						|
.INDENT 0.0
 | 
						|
.INDENT 3.5
 | 
						|
.sp
 | 
						|
.nf
 | 
						|
.ft C
 | 
						|
seiscomp exec screloc \-\-debug
 | 
						|
.ft P
 | 
						|
.fi
 | 
						|
.UNINDENT
 | 
						|
.UNINDENT
 | 
						|
.SH SETUP
 | 
						|
.sp
 | 
						|
The following example configuration shows a setup of screloc for
 | 
						|
\fI\%NonLinLoc\fP:
 | 
						|
.INDENT 0.0
 | 
						|
.INDENT 3.5
 | 
						|
.sp
 | 
						|
.nf
 | 
						|
.ft C
 | 
						|
plugins = ${plugins}, locnll
 | 
						|
 | 
						|
# Define the locator algorithm to use
 | 
						|
reloc.locator = NonLinLoc
 | 
						|
 | 
						|
# Define a suffix appended to the publicID of the origin to be relocated
 | 
						|
# to form the new publicID.
 | 
						|
# This helps to identify pairs of origins before and after relocation.
 | 
						|
# However, new publicIDs are unrelated to the time of creation.
 | 
						|
# If not defined, a new publicID will be generated automatically.
 | 
						|
reloc.originIDSuffix = \(dq#relocated\(dq
 | 
						|
 | 
						|
########################################################
 | 
						|
################ NonLinLoc configuration################
 | 
						|
########################################################
 | 
						|
NLLROOT = ${HOME}/nll/data
 | 
						|
 | 
						|
NonLinLoc.outputPath = ${NLLROOT}/output/
 | 
						|
 | 
						|
# Define the default control file if no profile specific
 | 
						|
# control file is defined.
 | 
						|
NonLinLoc.controlFile = ${NLLROOT}/NLL.default.conf
 | 
						|
 | 
						|
# Set the default pick error in seconds passed to NonLinLoc
 | 
						|
# if no SeisComP pick uncertainty is available.
 | 
						|
NonLinLoc.defaultPickError = 0.1
 | 
						|
 | 
						|
# Define the available NonLinLoc location profiles. The order
 | 
						|
# implicitly defines the priority for overlapping regions
 | 
						|
#NonLinLoc.profiles = swiss_3d, swiss_1d, global
 | 
						|
NonLinLoc.profiles = swiss_3d, global
 | 
						|
 | 
						|
# The earthModelID is copied to earthModelID attribute of the
 | 
						|
# resulting origin
 | 
						|
NonLinLoc.profile.swiss_1d.earthModelID = \(dqswiss regional 1D\(dq
 | 
						|
 | 
						|
# Specify the velocity model table path as used by NonLinLoc
 | 
						|
NonLinLoc.profile.swiss_1d.tablePath = ${NLLROOT}/time_1d_regio/regio
 | 
						|
 | 
						|
# Specify the region valid for this profile
 | 
						|
NonLinLoc.profile.swiss_1d.region = 41.2, 3.8, 50.1, 16.8
 | 
						|
 | 
						|
# The NonLinLoc default control file to use for this profile
 | 
						|
NonLinLoc.profile.swiss_1d.controlFile = ${NLLROOT}/NLL.swiss_1d.conf
 | 
						|
 | 
						|
# Configure the swiss_3d profile
 | 
						|
NonLinLoc.profile.swiss_3d.earthModelID = \(dqswiss regional 3D\(dq
 | 
						|
NonLinLoc.profile.swiss_3d.tablePath = ${NLLROOT}/time_3d/ch
 | 
						|
NonLinLoc.profile.swiss_3d.region = 45.15, 5.7, 48.3, 11.0
 | 
						|
NonLinLoc.profile.swiss_3d.controlFile = ${NLLROOT}/NLL.swiss_3d.conf
 | 
						|
 | 
						|
# And the global profile
 | 
						|
NonLinLoc.profile.global.earthModelID = iaspei91
 | 
						|
NonLinLoc.profile.global.tablePath = ${NLLROOT}/iasp91/iasp91
 | 
						|
NonLinLoc.profile.global.controlFile = ${NLLROOT}/NLL.global.conf
 | 
						|
.ft P
 | 
						|
.fi
 | 
						|
.UNINDENT
 | 
						|
.UNINDENT
 | 
						|
.SH EXAMPLES
 | 
						|
.INDENT 0.0
 | 
						|
.IP \(bu 2
 | 
						|
Run screloc to with a specific velocity model given in a profile by \fI\%NonLinLoc\fP\&.
 | 
						|
Use a specific userID and authorID for uniquely recognizing the relocation.
 | 
						|
Changing the priority in \fI\%scevent\fP before running the example, e.g. to
 | 
						|
TIME_AUTOMATIC, sets the latest origin (which will be created by screloc) to preferred.
 | 
						|
.INDENT 2.0
 | 
						|
.INDENT 3.5
 | 
						|
.sp
 | 
						|
.nf
 | 
						|
.ft C
 | 
						|
# set specific velocity profile defined for NonLinLoc
 | 
						|
profile=<your_profile>
 | 
						|
# set userID
 | 
						|
userID=\(dq<your_user>\(dq
 | 
						|
# set authorID
 | 
						|
authorID=\(dq<screloc>\(dq
 | 
						|
 | 
						|
for i in \(gascevtls \-d mysql://sysop:sysop@localhost/seiscomp \-\-begin \(aq2015\-01\-01 00:00:00\(aq \-\-end \(aq2015\-02\-01 00:00:00\(aq\(ga; do
 | 
						|
 | 
						|
    orgID=\(gaecho \(dqselect preferredOriginID from Event,PublicObject where Event._oid=PublicObject._oid and PublicObject.publicID=\(aq$i\(aq\(dq |\e
 | 
						|
    mysql \-u sysop \-p sysop \-D seiscomp \-h localhost \-N\(ga
 | 
						|
 | 
						|
    screloc \-O $orgID \-d localhost \-\-locator NonLinLoc \-\-profile $profile \-u $userID \-\-debug \-\-author=$authorID
 | 
						|
 | 
						|
done
 | 
						|
.ft P
 | 
						|
.fi
 | 
						|
.UNINDENT
 | 
						|
.UNINDENT
 | 
						|
.UNINDENT
 | 
						|
.SH MODULE CONFIGURATION
 | 
						|
.nf
 | 
						|
\fBetc/defaults/global.cfg\fP
 | 
						|
\fBetc/defaults/screloc.cfg\fP
 | 
						|
\fBetc/global.cfg\fP
 | 
						|
\fBetc/screloc.cfg\fP
 | 
						|
\fB~/.seiscomp/global.cfg\fP
 | 
						|
\fB~/.seiscomp/screloc.cfg\fP
 | 
						|
.fi
 | 
						|
.sp
 | 
						|
.sp
 | 
						|
screloc inherits \fI\%global options\fP\&.
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B reloc.locator
 | 
						|
Type: \fIstring\fP
 | 
						|
.sp
 | 
						|
Defines the locator to be used such as NonLinLoc.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B reloc.profile
 | 
						|
Type: \fIstring\fP
 | 
						|
.sp
 | 
						|
The locator profile to use.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B reloc.ignoreRejectedOrigins
 | 
						|
Default: \fBfalse\fP
 | 
						|
.sp
 | 
						|
Type: \fIboolean\fP
 | 
						|
.sp
 | 
						|
Ignores origins with status REJECTED.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B reloc.allowAnyStatus
 | 
						|
Default: \fBfalse\fP
 | 
						|
.sp
 | 
						|
Type: \fIboolean\fP
 | 
						|
.sp
 | 
						|
Triggers processing on origins with any evaluation status.
 | 
						|
Overrides \(dqallowPreliminaryOrigins\(dq but not
 | 
						|
\(dqignoreRejectedOrigins\(dq.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B reloc.allowPreliminaryOrigins
 | 
						|
Default: \fBfalse\fP
 | 
						|
.sp
 | 
						|
Type: \fIboolean\fP
 | 
						|
.sp
 | 
						|
Triggers processing also on origins with status PRELIMINARY.
 | 
						|
Origins with any other status is ignored anyway. The parameter
 | 
						|
is overridden by \(dqallowAnyStatus\(dq.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B reloc.allowManualOrigins
 | 
						|
Default: \fBfalse\fP
 | 
						|
.sp
 | 
						|
Type: \fIboolean\fP
 | 
						|
.sp
 | 
						|
Triggers processing also on origins with evaluatuion mode
 | 
						|
MANUAL. Otherwise only origins with mode AUTOMATIC are
 | 
						|
considered. The triggering may be limited due to an evaluation
 | 
						|
status, see \(dqallowPreliminaryOrigins\(dq.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B reloc.useWeight
 | 
						|
Default: \fBfalse\fP
 | 
						|
.sp
 | 
						|
Type: \fIboolean\fP
 | 
						|
.sp
 | 
						|
Whether to use the weight of the picks associated with the
 | 
						|
input origin as defined in the input origin as input for
 | 
						|
the locator or not. If false then all picks associated with
 | 
						|
the input origin will be forwarded to the locator with full
 | 
						|
weight.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B reloc.adoptFixedDepth
 | 
						|
Default: \fBfalse\fP
 | 
						|
.sp
 | 
						|
Type: \fIboolean\fP
 | 
						|
.sp
 | 
						|
If the input origin\(aqs depth is fixed then it will be fixed
 | 
						|
during the relocation process as well.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B reloc.storeSourceOriginID
 | 
						|
Default: \fBfalse\fP
 | 
						|
.sp
 | 
						|
Type: \fIboolean\fP
 | 
						|
.sp
 | 
						|
Whether to store the ID of the input origin as comment in the
 | 
						|
relocated origin or not.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B reloc.originIDSuffix
 | 
						|
Type: \fIstring\fP
 | 
						|
.sp
 | 
						|
Suffix appended to the publicID of the origin to be relocated
 | 
						|
to form the new publicID. This
 | 
						|
helps to identify pairs of origins before and after relocation.
 | 
						|
However, new publicIDs are unrelated to the time of creation.
 | 
						|
If not defined, a new publicID will be generated automatically.
 | 
						|
.UNINDENT
 | 
						|
.SH COMMAND-LINE OPTIONS
 | 
						|
.SS Generic
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-h, \-\-help
 | 
						|
Show help message.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-V, \-\-version
 | 
						|
Show version information.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-config\-file arg
 | 
						|
Use alternative configuration file. When this option is
 | 
						|
used the loading of all stages is disabled. Only the
 | 
						|
given configuration file is parsed and used. To use
 | 
						|
another name for the configuration create a symbolic
 | 
						|
link of the application or copy it. Example:
 | 
						|
scautopick \-> scautopick2.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-plugins arg
 | 
						|
Load given plugins.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-D, \-\-daemon
 | 
						|
Run as daemon. This means the application will fork itself
 | 
						|
and doesn\(aqt need to be started with &.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-auto\-shutdown arg
 | 
						|
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).
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-shutdown\-master\-module arg
 | 
						|
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.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-shutdown\-master\-username arg
 | 
						|
Set the name of the master\-username of the messaging
 | 
						|
used for auto\-shutdown. If \(dqshutdown\-master\-module\(dq is
 | 
						|
given as well, this parameter is ignored.
 | 
						|
.UNINDENT
 | 
						|
.SS Verbosity
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-verbosity arg
 | 
						|
Verbosity level [0..4]. 0:quiet, 1:error, 2:warning, 3:info,
 | 
						|
4:debug.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-v, \-\-v
 | 
						|
Increase verbosity level (may be repeated, eg. \-vv).
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-q, \-\-quiet
 | 
						|
Quiet mode: no logging output.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-component arg
 | 
						|
Limit the logging to a certain component. This option can
 | 
						|
be given more than once.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-s, \-\-syslog
 | 
						|
Use syslog logging backend. The output usually goes to
 | 
						|
/var/lib/messages.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-l, \-\-lockfile arg
 | 
						|
Path to lock file.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-console arg
 | 
						|
Send log output to stdout.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-debug
 | 
						|
Execute in debug mode.
 | 
						|
Equivalent to \-\-verbosity=4 \-\-console=1 .
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-log\-file arg
 | 
						|
Use alternative log file.
 | 
						|
.UNINDENT
 | 
						|
.SS Messaging
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-u, \-\-user arg
 | 
						|
Overrides configuration parameter \fI\%connection.username\fP\&.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-H, \-\-host arg
 | 
						|
Overrides configuration parameter \fI\%connection.server\fP\&.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-t, \-\-timeout arg
 | 
						|
Overrides configuration parameter \fI\%connection.timeout\fP\&.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-g, \-\-primary\-group arg
 | 
						|
Overrides configuration parameter \fI\%connection.primaryGroup\fP\&.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-S, \-\-subscribe\-group arg
 | 
						|
A group to subscribe to.
 | 
						|
This option can be given more than once.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-content\-type arg
 | 
						|
Overrides configuration parameter \fI\%connection.contentType\fP\&.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-start\-stop\-msg arg
 | 
						|
Set sending of a start and a stop message.
 | 
						|
.UNINDENT
 | 
						|
.SS Database
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-db\-driver\-list
 | 
						|
List all supported database drivers.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-d, \-\-database arg
 | 
						|
The database connection string, format:
 | 
						|
\fI\%service://user:pwd@host/database\fP\&.
 | 
						|
\(dqservice\(dq is the name of the database driver which
 | 
						|
can be queried with \(dq\-\-db\-driver\-list\(dq.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-config\-module arg
 | 
						|
The config module to use.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-inventory\-db arg
 | 
						|
Load the inventory from the given database or file, format:
 | 
						|
[\fI\%service://]location\fP .
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-db\-disable
 | 
						|
Do not use the database at all
 | 
						|
.UNINDENT
 | 
						|
.SS Mode
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-test
 | 
						|
Test mode, do not send any message
 | 
						|
.UNINDENT
 | 
						|
.SS Input
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-O, \-\-origin\-id arg
 | 
						|
Reprocess the origin and send a message unless test mode is activated
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-locator arg
 | 
						|
The locator type to use
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-use\-weight arg
 | 
						|
Use current picks weight
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-evaluation\-mode arg
 | 
						|
set origin evaluation mode: \(dqAUTOMATIC\(dq or \(dqMANUAL\(dq
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-ep file
 | 
						|
Defines an event parameters XML file to be read and processed. This
 | 
						|
implies offline mode and only processes all origins contained
 | 
						|
in that file. Each relocated origin is appended to the list
 | 
						|
of origins unless \-\-replace is given.
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-replace
 | 
						|
Used in combination with \-\-ep. If given then each origin for
 | 
						|
that an output has been generated is replaced by the result
 | 
						|
of relocation. In other words: two LocSAT origins in, two
 | 
						|
NonLinLoc origins out. All other objects are passed through.
 | 
						|
.UNINDENT
 | 
						|
.SS Profiling
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-measure\-relocation\-time
 | 
						|
Measure the time spent in a single relocation
 | 
						|
.UNINDENT
 | 
						|
.INDENT 0.0
 | 
						|
.TP
 | 
						|
.B \-\-repeated\-relocations arg
 | 
						|
improve measurement of relocation time by running each relocation multiple times. Specify the number of relocations, e.g. 100.
 | 
						|
.UNINDENT
 | 
						|
.SH AUTHOR
 | 
						|
gempa GmbH, GFZ Potsdam
 | 
						|
.SH COPYRIGHT
 | 
						|
gempa GmbH, GFZ Potsdam
 | 
						|
.\" Generated by docutils manpage writer.
 | 
						|
.
 |