obspy.taup.utils.split_ray_path

split_ray_path(path, model)[source]

Split and label ray path according to type of wave.

Parameters:
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.