[texas] Add tuned parameters

This commit is contained in:
2025-10-10 11:04:12 +02:00
parent 7086945aa7
commit 2ff097f9d1
134 changed files with 1060 additions and 0 deletions

77
etc/global.cfg Normal file
View File

@ -0,0 +1,77 @@
# 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

0
etc/init/scamp.auto Normal file
View File

0
etc/init/scanloc.auto Normal file
View File

0
etc/init/scautoloc.auto Normal file
View File

0
etc/init/scautopick.auto Normal file
View File

0
etc/init/scevent.auto Normal file
View File

0
etc/init/scmag.auto Normal file
View File

0
etc/init/seedlink.auto Normal file
View File

0
etc/init/slarchive.auto Normal file
View File

File diff suppressed because one or more lines are too long

0
etc/kernel.cfg Normal file
View File

View File

@ -0,0 +1,62 @@
# The sensor location code of the preferred stream used e.g. by scautopick and
# scrttv.
detecLocid = 00
# 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!
detecStream = HHZ
# 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.
picker.AIC.noiseBegin = -10
# Override the default time (relative to the trigger time) of the begin of the
# signal window used to pick.
picker.AIC.signalBegin = -2
# Override the default time (relative to the trigger time) of the begin of the
# signal window used to pick.
picker.AIC.signalEnd = 1
# Override the default filter which is "raw". The typical filter grammar can be
# used.
picker.AIC.filter = "RMHP(5)>>ITAPER(3)>>BW(3,3,-0.4)"
# Mininum SNR as returned from AIC for accepting picks.
picker.AIC.minSNR = 3
# Start time of the signal processing relative to the triggering P pick. This
# adds a margin to the actual processing and is useful to initialize the filter
# (e.g. STALTA). The data is not used at all for detection until signalBegin is
# reached.
spicker.AIC.noiseBegin = -10
# Start time of the S-phase detector relative to the triggering P pick.
# Delaying the detector ignores P-coda and early signals, e.g. due to P-S phase
# conversions at shallow depths.
spicker.AIC.signalBegin = 0.3
# End time of the S-phase detector relative to the triggering P pick.
spicker.AIC.signalEnd = 5
# Filter applied on the raw horizontal traces to compute the L2 trace. As a
# minimum remove offsets. S-AIC-V, filters the raw vertical trace computing the
# filtered vertical trace.
spicker.AIC.filter = "RMHP(1)>>ITAPER(2)>>BW(3,3,15)"
# The AIC time window stepping in seconds. For every step the window is
# expanded by step and the AIC is computed.
spicker.AIC.step = 0.3
# Mininum SNR as returned from AIC for accepting a detection.
spicker.AIC.minSNR = 5
# Minimum number of hits for a particular pick time when the running AIC is
# computed for accepting a detection.
spicker.AIC.minCnt = 3

View File

@ -0,0 +1,57 @@
# 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.
picker.AIC.noiseBegin = -10
# Override the default time (relative to the trigger time) of the begin of the
# signal window used to pick.
picker.AIC.signalBegin = -3
# Override the default time (relative to the trigger time) of the begin of the
# signal window used to pick.
picker.AIC.signalEnd = 0.5
# Override the default filter which is "raw". The typical filter grammar can be
# used.
picker.AIC.filter = "RMHP(5)>>ITAPER(3)>>BW(3,3,-0.4)"
# Mininum SNR as returned from AIC for accepting picks.
picker.AIC.minSNR = 3
# Start time of the signal processing relative to the triggering P pick. This
# adds a margin to the actual processing and is useful to initialize the filter
# (e.g. STALTA). The data is not used at all for detection until signalBegin is
# reached.
spicker.AIC.noiseBegin = -10
# Start time of the S-phase detector relative to the triggering P pick.
# Delaying the detector ignores P-coda and early signals, e.g. due to P-S phase
# conversions at shallow depths.
spicker.AIC.signalBegin = 0.3
# End time of the S-phase detector relative to the triggering P pick.
spicker.AIC.signalEnd = 5
# Filter applied on the raw horizontal traces to compute the L2 trace. As a
# minimum remove offsets. S-AIC-V, filters the raw vertical trace computing the
# filtered vertical trace.
spicker.AIC.filter = "RMHP(1)>>ITAPER(2)>>BW(3,3,15)"
# The AIC time window stepping in seconds. For every step the window is
# expanded by step and the AIC is computed.
spicker.AIC.step = 0.3
# Mininum SNR as returned from AIC for accepting a detection.
spicker.AIC.minSNR = 5
# Minimum number of hits for a particular pick time when the running AIC is
# computed for accepting a detection.
spicker.AIC.minCnt = 3
# Defines the filter to be used for picking.
detecFilter = "RMHP(5)>>ITAPER(1)>>BW(3,5,-0.4)>>STALTA(0.2,10)"
# The time correction applied to a pick.
timeCorr = 0

View File

@ -0,0 +1,9 @@
# Activated plugins for category sources
sources = chain
# Hostname or IP of the Seedlink server.
sources.chain.address = rtserve.iris.washington.edu
# List of stream selectors. If left empty all available streams will be
# requested. See slinktool manpage for more information.
sources.chain.selectors = 00HH?.D

View File

@ -0,0 +1,3 @@
# Number of days the data is kept in the archive. This requires purge_datafile
# to be run as cronjob.
keep = -1

5
etc/key/station_TX_833A Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_ALPN Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_APMT Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_BRDY Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_CRHG Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_DKNS Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_DRZT Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_EF02 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_EF03 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_EF04 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_EF05 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_ET01 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW01 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW02 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW04 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW05 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW06 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW07 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW09 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW11 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW12 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW13 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW14 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_FW15 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_HBVL Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB01 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB02 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB03 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB05 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB06 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB08 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB09 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB11 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB12 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB13 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB15 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB16 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB18 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB19 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB21 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB22 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB23 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MB25 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MLDN Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_MNHN Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_ODSA Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_OZNA Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB01 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB02 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB03 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB04 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB05 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB06 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB07 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB08 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB09 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB10 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB11 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB12 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB14 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB16 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB17 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB18 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB19 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB20 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB21 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB22 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB23 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB24 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB25 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB26 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB28 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB29 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB30 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB31 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB32 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB33 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB34 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB35 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB36 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB37 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB38 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB39 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB40 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

5
etc/key/station_TX_PB43 Normal file
View File

@ -0,0 +1,5 @@
# Binding references
global:00HHZ
scautopick:texas
seedlink:earthscope-00HHZ
slarchive:unlimited

Some files were not shown because too many files have changed in this diff Show More