[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

119
etc/scolv.cfg Normal file
View File

@ -0,0 +1,119 @@
# List of plugins loaded at startup. Separate multiple names by comma. Add
# ${plugins} to consider all previously read values.
plugins = ${plugins}, saic, spickdbg
# The precision of depth values.
scheme.precision.depth = 1
# The precision of lat/lon values.
scheme.precision.location = 3
# The precision of origin times.
scheme.precision.originTime = 1
# Precision of uncertainty values, e.g. latitude errors.
scheme.precision.uncertainties = 1
# Display distances in km?
scheme.unit.distanceInKM = true
# Configures the default filters selectable in manual picker. The entry with a
# leading "@" is selected as default filter.
picker.filters = "BP 0.1 - 1 Hz 3rd order;RMHP(10)>>ITAPER(30)>>BW(3,0.1,1)",\
"BP 0.1 - 2 Hz 3rd order;RMHP(10)>>ITAPER(30)>>BW(3,0.1,2)",\
"BP 0.4 - 1 Hz 3rd order;RMHP(10)>>ITAPER(30)>>BW(3,0.4,1)",\
"BP 0.7 - 2 Hz 3rd order;RMHP(10)>>ITAPER(30)>>BW(3,0.7,2)",\
"BP 1 - 3 Hz 3rd order;RMHP(5)>>ITAPER(10)>>BW(3,1.0,3)",\
"BP 1 - 5 Hz 3rd order;RMHP(5)>>ITAPER(10)>>BW(3,1.0,5)",\
"BP 2 - 4 Hz 3rd order;RMHP(5)>>ITAPER(10)>>BW(3,2.0,4)",\
"BP 3 - 6 Hz 3rd order;RMHP(5)>>ITAPER(10)>>BW(3,3.0,6)",\
"BP 4 - 8 Hz 3rd order;RMHP(5)>>ITAPER(10)>>BW(3,4.0,8)",\
"@HP 3 Hz 3rd order;RMHP(1)>>ITAPER(2)>>BW_HP(3,3)",\
"Texas P detector;RMHP(5)>>ITAPER(1)>>BW(3,5,-0.4)>>STALTA(0.2,10)"
# Configure the columns of the event list that are visible initially. The first
# column containing the origin time is always visible and cannot be hidden.
# Possible values are:
# Certainty, Type, M, MType, RMS, AzGap, Phases, Lat, Lon, Depth, DType, Stat,
# FM, Origins, Agency, Author, Region, ID.
# Custom columns can be added by eventlist.customColumn.* or
# eventlist.scripts.* parameters.
eventlist.visibleColumns = Type,\
Certainty,\
M,\
MType,\
Phases,\
RMS,\
AzGap,\
Lat,\
Lon,\
Depth,\
Stat,\
Origins,\
FM,\
Agency,\
Region,\
ID
# List of magnitude types to be calculated when computing magnitudes. This list
# can be altered interactively so it reflects only the default unless
# computeMagnitudesSilently is set to true. The configured types should include
# all types which are also computed by scmag in order to allow their processing
# in scolv. Otherwise scmag may add magnitudes to origins without interaction
# in scolv.
magnitudes = MLv, mb, mB, Mwp, MLc
# A list of magnitude types to be displayed in the summary widget (F8).
visibleMagnitudes = M, ML, MLv, MLc, mb, mB, Mwp, Mjma, Ms_20, Ms(BB)
# The default value for adding unassociated stations in the picker.
olv.defaultAddStationsDistance = 1.0
# If enabled, all traces without data and arrivals are hidden in the picker.
olv.hideStationsWithoutData = true
# Defines the visible columns in the arrival table. Valid tokens are: Used,
# Status, Phase, Weight, Method, Polarity, Takeoff, Net, Sta, Loc/Cha, Timeres,
# Dis, Az, Time, +/-, Slo, Slores, Baz, Bazres, Created, Latency
olv.arrivalTable.visibleColumns = Used, Status, Phase, Polarity, Net, Sta, Loc/Cha, Timeres, Dis, Az, Time, +/-
# The default locator profile to use.
olv.locator.defaultProfile = iasp91_scanloc
# Ask for confirmation by presenting the "commit with options" dialog with the
# options pre-populated from this configuration. Cancelling the dialog aborts
# the commit procedure.
olv.customCommits.induced.askForConfirmation = true
# The event type to be set of the event associated with the committed origin.
# If unset, the type remains unchanged. Use quotes for event types with spaces,
# e.g. "not existing".
olv.customCommits.induced.eventType = "induced earthquake"
# The commit button label. Use quotes for labels with spaces, e.g. "Earthquake
# reported".
olv.customCommits.induced.label = induced
# Activate a cross hair cursor showing the configured uncertainties when in
# picking mode.
picker.showCrossHairCursor = true
# Load all three components by default. If disabled, additional components are
# fetched upon request.
picker.loadAllComponents = true
# Start of the re-picker time window relative the cursor position on the trace.
picker.repickerStart = -2
# End of the re-picker time window relative the cursor position on the trace.
picker.repickerEnd = 0.5
# List of pre-defined pick uncertainties. The format of each list item is
# either a double value or a pair of double values for asymmetric
# uncertainties, e.g. "val1","(val2,val3)". This parameter is only used if
# "picker.uncertainties.preferred" is undefined.
picker.uncertainties = 0.05, 0.1, 0.5
# A list of filters used for the amplitude picker. Format:
# "name1;filter-definition1", "name2;filter-definition2"
amplitudePicker.filters = "HP 0.7 Hz;BW_HP(3,0.7)"