obspy.taup.utils.split_ray_path
- split_ray_path(path, model)[source]
Split and label ray path according to type of wave.
- Parameters:
model (
obspy.taup.tau_model.TauModel
) – The model used to calculate the ray path.
- Returns:
A list of paths and a list of wave types. Wave types are either “p”, “s”, or “diff”.
- Return type:
list[
ndarray
] and list[str]
The ray path is split at all discontinuities in the model and labelled according to wave type.