latest.rfmpy.visualisation.tools

Functions

rfmops(trace, pref, Z, Vp, Vs)

get_iasp91([zmax, step, zmoho])

Retrieves P-wave, S-wave velocities and depths

Module Contents

latest.rfmpy.visualisation.tools.rfmops(trace, pref, Z, Vp, Vs)[source]
latest.rfmpy.visualisation.tools.get_iasp91(zmax=200, step=0.25, zmoho=35)[source]

Retrieves P-wave, S-wave velocities and depths from IASPEI91 global velocity model. :type zmax: float :param zmax: Maximum depth for obtaining velocity values. :type step: float :param step: Incremental step to increase depth values. :type zmoho: int :param zmoho: Moho depth in km. :rtype: numpy.ndarrays :returns: Array of P-wave, S-wave velocities and their depths.