Source code for agilegeo.avo

"""
===============
agilegeo.avo
===============
"""

from reflection import zoeppritz, akirichards, akirichards_alt, \
                       fatti, shuey2, shuey3, bortfeld2, bortfeld3
from timedepthconv import time_to_depth, depth_to_time

__all__=[ "zoeppritz", "akirichards", "akirichards_alt",
          "fatti", "shuey2", "shuey3", "bortfeld2", "bortfeld3",
          "time_to_depth", "depth_to_time" ]