[texas] Add tuned parameters
This commit is contained in:
62
etc/key/global/profile_00HHZ
Normal file
62
etc/key/global/profile_00HHZ
Normal 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
|
57
etc/key/scautopick/profile_texas
Normal file
57
etc/key/scautopick/profile_texas
Normal 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
|
9
etc/key/seedlink/profile_earthscope-00HHZ
Normal file
9
etc/key/seedlink/profile_earthscope-00HHZ
Normal 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
|
3
etc/key/slarchive/profile_unlimited
Normal file
3
etc/key/slarchive/profile_unlimited
Normal 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
5
etc/key/station_TX_833A
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_ALPN
Normal file
5
etc/key/station_TX_ALPN
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_APMT
Normal file
5
etc/key/station_TX_APMT
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_BRDY
Normal file
5
etc/key/station_TX_BRDY
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_CRHG
Normal file
5
etc/key/station_TX_CRHG
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_DKNS
Normal file
5
etc/key/station_TX_DKNS
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_DRZT
Normal file
5
etc/key/station_TX_DRZT
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_EF02
Normal file
5
etc/key/station_TX_EF02
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_EF03
Normal file
5
etc/key/station_TX_EF03
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_EF04
Normal file
5
etc/key/station_TX_EF04
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_EF05
Normal file
5
etc/key/station_TX_EF05
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_ET01
Normal file
5
etc/key/station_TX_ET01
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW01
Normal file
5
etc/key/station_TX_FW01
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW02
Normal file
5
etc/key/station_TX_FW02
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW04
Normal file
5
etc/key/station_TX_FW04
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW05
Normal file
5
etc/key/station_TX_FW05
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW06
Normal file
5
etc/key/station_TX_FW06
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW07
Normal file
5
etc/key/station_TX_FW07
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW09
Normal file
5
etc/key/station_TX_FW09
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW11
Normal file
5
etc/key/station_TX_FW11
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW12
Normal file
5
etc/key/station_TX_FW12
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW13
Normal file
5
etc/key/station_TX_FW13
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW14
Normal file
5
etc/key/station_TX_FW14
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_FW15
Normal file
5
etc/key/station_TX_FW15
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_HBVL
Normal file
5
etc/key/station_TX_HBVL
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB01
Normal file
5
etc/key/station_TX_MB01
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB02
Normal file
5
etc/key/station_TX_MB02
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB03
Normal file
5
etc/key/station_TX_MB03
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB05
Normal file
5
etc/key/station_TX_MB05
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB06
Normal file
5
etc/key/station_TX_MB06
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB08
Normal file
5
etc/key/station_TX_MB08
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB09
Normal file
5
etc/key/station_TX_MB09
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB11
Normal file
5
etc/key/station_TX_MB11
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB12
Normal file
5
etc/key/station_TX_MB12
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB13
Normal file
5
etc/key/station_TX_MB13
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB15
Normal file
5
etc/key/station_TX_MB15
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB16
Normal file
5
etc/key/station_TX_MB16
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB18
Normal file
5
etc/key/station_TX_MB18
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB19
Normal file
5
etc/key/station_TX_MB19
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB21
Normal file
5
etc/key/station_TX_MB21
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB22
Normal file
5
etc/key/station_TX_MB22
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB23
Normal file
5
etc/key/station_TX_MB23
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MB25
Normal file
5
etc/key/station_TX_MB25
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MLDN
Normal file
5
etc/key/station_TX_MLDN
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_MNHN
Normal file
5
etc/key/station_TX_MNHN
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_ODSA
Normal file
5
etc/key/station_TX_ODSA
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_OZNA
Normal file
5
etc/key/station_TX_OZNA
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB01
Normal file
5
etc/key/station_TX_PB01
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB02
Normal file
5
etc/key/station_TX_PB02
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB03
Normal file
5
etc/key/station_TX_PB03
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB04
Normal file
5
etc/key/station_TX_PB04
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB05
Normal file
5
etc/key/station_TX_PB05
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB06
Normal file
5
etc/key/station_TX_PB06
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB07
Normal file
5
etc/key/station_TX_PB07
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB08
Normal file
5
etc/key/station_TX_PB08
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB09
Normal file
5
etc/key/station_TX_PB09
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB10
Normal file
5
etc/key/station_TX_PB10
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB11
Normal file
5
etc/key/station_TX_PB11
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB12
Normal file
5
etc/key/station_TX_PB12
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB14
Normal file
5
etc/key/station_TX_PB14
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB16
Normal file
5
etc/key/station_TX_PB16
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB17
Normal file
5
etc/key/station_TX_PB17
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB18
Normal file
5
etc/key/station_TX_PB18
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB19
Normal file
5
etc/key/station_TX_PB19
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB20
Normal file
5
etc/key/station_TX_PB20
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB21
Normal file
5
etc/key/station_TX_PB21
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB22
Normal file
5
etc/key/station_TX_PB22
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB23
Normal file
5
etc/key/station_TX_PB23
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB24
Normal file
5
etc/key/station_TX_PB24
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB25
Normal file
5
etc/key/station_TX_PB25
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB26
Normal file
5
etc/key/station_TX_PB26
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB28
Normal file
5
etc/key/station_TX_PB28
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB29
Normal file
5
etc/key/station_TX_PB29
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB30
Normal file
5
etc/key/station_TX_PB30
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB31
Normal file
5
etc/key/station_TX_PB31
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB32
Normal file
5
etc/key/station_TX_PB32
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB33
Normal file
5
etc/key/station_TX_PB33
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB34
Normal file
5
etc/key/station_TX_PB34
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB35
Normal file
5
etc/key/station_TX_PB35
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB36
Normal file
5
etc/key/station_TX_PB36
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB37
Normal file
5
etc/key/station_TX_PB37
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB38
Normal file
5
etc/key/station_TX_PB38
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB39
Normal file
5
etc/key/station_TX_PB39
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB40
Normal file
5
etc/key/station_TX_PB40
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB43
Normal file
5
etc/key/station_TX_PB43
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB44
Normal file
5
etc/key/station_TX_PB44
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB46
Normal file
5
etc/key/station_TX_PB46
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB47
Normal file
5
etc/key/station_TX_PB47
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PB51
Normal file
5
etc/key/station_TX_PB51
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PCOS
Normal file
5
etc/key/station_TX_PCOS
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PECS
Normal file
5
etc/key/station_TX_PECS
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PH02
Normal file
5
etc/key/station_TX_PH02
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PH03
Normal file
5
etc/key/station_TX_PH03
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_PLPT
Normal file
5
etc/key/station_TX_PLPT
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_POST
Normal file
5
etc/key/station_TX_POST
Normal file
@ -0,0 +1,5 @@
|
||||
# Binding references
|
||||
global:00HHZ
|
||||
scautopick:texas
|
||||
seedlink:earthscope-00HHZ
|
||||
slarchive:unlimited
|
5
etc/key/station_TX_RTBA
Normal file
5
etc/key/station_TX_RTBA
Normal 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
Reference in New Issue
Block a user