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: 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(object=’‘) -> unicode object __module__ str(object=’‘) -> string __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. next run Create a tau model from a velocity model. Special Methods
__format__ default object formatter __init__ __long__ __native__ Hook for the future.utils.native() function __new__ __nonzero__ __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(). __unicode__