latest.rfmpy.visualisation.tools
Functions
|
|
|
Retrieves P-wave, S-wave velocities and depths |
Module Contents
- 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.