Coverage for /opt/obspy/update-docs/src/obspy/obspy/taup/__init__ : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: utf-8 -*- obspy.taup - Travel time calculation tool ========================================= The obspy.taup package contains Python wrappers for iaspei-tau - a travel time library by Arthur Snoke (http://www.iris.edu/pub/programs/iaspei-tau/). The library iaspei-tau is written in Fortran and interfaced via Python ctypes.
.. seealso:: [Snoke2009]_
:copyright: The ObsPy Development Team (devs@obspy.org) :license: Unknown """
if __name__ == '__main__': import doctest doctest.testmod(exclude_empty=True) |