obspy.taup.taup_create.TauPCreate

class TauPCreate(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: builtins.object

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__ str(object=’‘) -> str
__module__ str(object=’‘) -> str
__weakref__ list of weak references to the object (if defined)

Public Methods

create_tau_model Create TauModel from velocity model.
load_velocity_model Try to load a velocity model.
run Create a tau model from a velocity model.

Special Methods

__dir__ default dir() implementation
__format__ default object formatter
__init__
__new__ Create and return a new object.
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__sizeof__ size of object in memory, in bytes
__subclasshook__ Abstract classes can override this to customize issubclass().