Skip to content

Commit 62e2d6b

Browse files
committed
Config file: better explain when theoretical arrivals are used
1 parent 86daa27 commit 62e2d6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sourcespec/configspec.conf

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ trace_units = option('auto', 'disp', 'vel', 'acc', default='auto')
103103
# TIME WINDOW PARAMETERS --------
104104
# P and S wave velocity (in km/s) for travel time calculation
105105
# (if None, the global velocity model 'iasp91' is used)
106+
# Theoretical P or S arrival times are used when a manual P or S pick is not
107+
# available, or when the manual P or S pick is too different from the
108+
# theoretical arrival (see 'p_arrival_tolerance' and 's_arrival_tolerance'
109+
# below).
106110
vp_tt = float(min=0, default=None)
107111
vs_tt = float(min=0, default=None)
108112
# As an alternative, a directory containing NonLinLoc travel time grids

0 commit comments

Comments
 (0)