obspy.taup.tau.TauPyModel

class TauPyModel(model=u'iasp91', verbose=False)[source]

Bases: future.types.newobject.newobject

Representation of a seismic model and methods for ray paths through it.

Attributes

__dict__
__doc__ unicode(string [, encoding[, errors]]) -> object
__module__ str(object) -> string
__weakref__ list of weak references to the object (if defined)

Public Methods

get_pierce_points Return pierce points of every given phase.
get_ray_paths Return ray paths of every given phase.
get_travel_times Return travel times of every given phase.
next

Special Methods

__init__ Loads an already created TauPy model.
__long__
__native__ Hook for the future.utils.native() function
__nonzero__
__unicode__