78 lines
3.0 KiB
INI
78 lines
3.0 KiB
INI
# Agency ID used to set creationInfo.agencyID in data model objects. Should not
|
|
# contain spaces.
|
|
agencyID = gempa
|
|
|
|
# Datacenter ID which is primarily used by Arclink and its tools. Should not
|
|
# contain spaces.
|
|
datacenterID = gempa
|
|
|
|
# Organization name used mainly by ArcLink and SeedLink.
|
|
organization = gempa
|
|
|
|
# List of plugins loaded at startup. Separate multiple names by comma. Add
|
|
# ${plugins} to consider all previously read values.
|
|
plugins = ${plugins}, saic
|
|
|
|
# SeisComP applications access waveform data through the RecordStream
|
|
# interface. Read the SeisComP documentation for a list of supported services
|
|
# and their configuration.
|
|
# This parameter configures RecordStream source URL.
|
|
# Format: [service://]location[#type]
|
|
# "service": The name of the RecordStream implementation. If not given,
|
|
# "file://" is implied.
|
|
# IMPORTANT: This parameter replaces former RecordStream configurations in
|
|
# "recordstream.service" and "recordstream.source" which have been removed.
|
|
recordstream = combined://slink/localhost:18000;sdsarchive/@ROOTDIR@/var/lib/archive
|
|
|
|
# Define a list of core modules loaded at startup.
|
|
core.plugins = dbmysql
|
|
|
|
# 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.
|
|
commands.target = ".*$"
|
|
|
|
# The list of supported table (model) names per interface.
|
|
ttt.LOCSAT.tables = iasp91, iasp91_scanloc
|
|
|
|
# SeisComP ships with the rectangular projection built-in. Other projections
|
|
# may be provided through plugins.
|
|
scheme.map.projection = Mercator
|
|
|
|
# Name of the custom column to be shown in the column header.
|
|
eventlist.customColumn.name = Comment
|
|
|
|
# ID of the event comment to look up.
|
|
# originCommentID, if configured, takes priority.
|
|
eventlist.customColumn.eventCommentID = Operator
|
|
|
|
# Default value to display if the specified origin or event comment id was not
|
|
# found.
|
|
eventlist.customColumn.default = -
|
|
|
|
# Add the defined region profiles separated by comma. The order determines the
|
|
# ocurrence in the filter menu.
|
|
eventlist.filter.regions.profiles = texas
|
|
|
|
# Defines the name of the region that shows up in the listbox.
|
|
eventlist.filter.regions.region.texas.name = Texas
|
|
|
|
# Defines a rectangular region with a list of 4 values: latmin, lonmin, latmax,
|
|
# lonmax.
|
|
eventlist.filter.regions.region.texas.rect = 25.5, -108, 35.5, -91
|
|
|
|
# Defines a list of available LOCSAT travel-time tables.
|
|
LOCSAT.profiles = iasp91, iasp91_scanloc
|
|
|
|
# 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.
|
|
LOCSAT.usePickBackazimuth = false
|
|
|
|
# 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.
|
|
LOCSAT.usePickSlowness = false
|