Skip to content

Commit 2f9d71c

Browse files
committed
Add P option to wave_type in config file
1 parent 03a074b commit 2f9d71c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sourcespec/configspec.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ win_length = float(default=5.0)
115115

116116

117117
# SPECTRUM PARAMETERS --------
118-
# Wave type to analyse: 'S', 'SH' or 'SV'
118+
# Wave type to analyse: 'P', 'S', 'SH' or 'SV'
119119
# If 'SH' or 'SV' are selected, traces are rotated in the radial-transverse
120120
# system. Transverse component is used for 'SH', radial (and vertical)
121121
# components are used for 'SV'
122-
wave_type = option('S', 'SH', 'SV', default='S')
122+
wave_type = option('P', 'S', 'SH', 'SV', default='S')
123123

124124
# Integrate in time domain (default: integration in spectral domain)
125125
time_domain_int = boolean(default=False)

0 commit comments

Comments
 (0)