obspy.taup.tau.Arrivals¶
- class Arrivals(arrivals, model)[source]¶
Bases: future.types.newlist.newlist
List of arrivals returned by TauPyModel methods.
Parameters: - arrivals (list of Arrival) Initial arrivals to store.
- model (TauPyModel) The model used to calculate the arrivals.
Attributes
__dict__ __doc__ unicode(string [, encoding[, errors]]) -> object __hash__ __module__ str(object) -> string __slots__ list() -> new empty list __weakref__ list of weak references to the object (if defined) model Public Methods
clear copy plot Plot the ray paths if any have been calculated. Special Methods
__add__ __getitem__ x.__getitem__(y) <==> x[y] __init__ __native__ Hook for the future.utils.native() function __nonzero__ __radd__ left + self __repr__ __str__