obspy.taup.tau_model.TauModel

class TauModel(s_mod, radius_of_planet, is_spherical=True, cache=None, debug=False, skip_calc=False)[source]

Bases: object

Provides storage of all the TauBranches comprising a model.

Attributes

__dict__
__doc__
__module__
__weakref__ list of weak references to the object (if defined)

Public Methods

calc_tau_inc_from Calculates tau for each branch within a slowness model.
depth_correct Called in TauPTime.
deserialize Deserialize model from numpy npz binary file.
find_branch Finds the branch that either has the depth as its top boundary, or strictly contains the depth.
from_file
get_branch_depths Return an array of the depths that are boundaries between branches.
get_tau_branch
load_from_depth_cache
serialize Serialize model to numpy npz binary file.
split_branch Returns a new TauModel with the branches containing depth split at depth.
validate

Private Methods

Warning

Private methods are mainly for internal/developer use and their API might change without notice.

_load_from_depth_cache

Special Methods

__dir__ Default dir() implementation.
__format__ Default object formatter.
__init__ Initialize self.
__init_subclass__ This method is called when a class is subclassed.
__new__ Create and return a new object.
__reduce__ Helper for pickle.
__reduce_ex__ Helper for pickle.
__sizeof__ Size of object in memory, in bytes.
__str__ Return str(self).
__subclasshook__ Abstract classes can override this to customize issubclass().