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: 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__

__module__

__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__

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.

__subclasshook__

Abstract classes can override this to customize issubclass().