obspy.taup.taup_create.TauP_Create

class TauP_Create(input_filename, output_filename, verbose=False, min_delta_p=0.1, max_delta_p=11.0, max_depth_interval=115.0, max_range_interval=2.5, max_interp_error=0.05, allow_inner_core_s=True)[source]

Bases: future.types.newobject.newobject

The seismic travel time calculation method of [Buland1983].

The calculation method is described in [Buland1983]. This creates the SlownessModel and tau branches and saves them for later use.

Attributes

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

Public Methods

createTauModel Create TauModel from velocity model.
loadVMod Try to load a velocity model.
next
run Create a tau model from a velocity model.

Special Methods

__init__
__long__
__native__ Hook for the future.utils.native() function
__nonzero__
__unicode__