Skip to content

Commit

Permalink
Add P option to wave_type in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Jul 18, 2022
1 parent 03a074b commit 2f9d71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sourcespec/configspec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ win_length = float(default=5.0)


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

# Integrate in time domain (default: integration in spectral domain)
time_domain_int = boolean(default=False)
Expand Down

0 comments on commit 2f9d71c

Please sign in to comment.