obspy.taup.tau\_model.TauModel
==============================

.. currentmodule:: obspy.taup.tau_model
.. autoclass:: TauModel
   :show-inheritance:




.. rubric:: Public Methods

.. autosummary::
  :toctree: .
  :nosignatures:


  ~TauModel.calc_tau_inc_from
  ~TauModel.depth_correct
  ~TauModel.deserialize
  ~TauModel.find_branch
  ~TauModel.from_file
  ~TauModel.get_branch_depths
  ~TauModel.get_tau_branch
  ~TauModel.load_from_depth_cache
  ~TauModel.serialize
  ~TauModel.split_branch
  ~TauModel.validate



.. rubric:: Private Methods

.. warning::

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



.. automethod:: TauModel._load_from_depth_cache


.. rubric:: Special Methods



.. automethod:: TauModel.__delattr__

.. automethod:: TauModel.__dir__

.. automethod:: TauModel.__eq__

.. automethod:: TauModel.__format__

.. automethod:: TauModel.__ge__

.. automethod:: TauModel.__getattribute__

.. automethod:: TauModel.__gt__

.. automethod:: TauModel.__hash__

.. automethod:: TauModel.__init__

.. automethod:: TauModel.__init_subclass__

.. automethod:: TauModel.__le__

.. automethod:: TauModel.__lt__

.. automethod:: TauModel.__ne__

.. automethod:: TauModel.__new__

.. automethod:: TauModel.__reduce__

.. automethod:: TauModel.__reduce_ex__

.. automethod:: TauModel.__repr__

.. automethod:: TauModel.__setattr__

.. automethod:: TauModel.__sizeof__

.. automethod:: TauModel.__str__

.. automethod:: TauModel.__subclasshook__