You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the _displacement_to_moment function in ssp_build_spectra calls ssp_util.get_vel to obtain vs_station.
However, when there is no NLL grid, ssp_util.get_vel just returns config.vs, which according to sourcespec.conf is the S-wave velocity close to the source. The _hypo_vel function in ssp_read_traces also calls ssp_util.get_vel and stores the same value in config.hypo.vs. So, when not using NLL grids, hypocentral and station velocities end up with the same value.
Would it be possible to define hypocentral and station velocities (P and S) separately in sourcespec.conf?