mtpy.modeling.plots package

Submodules

mtpy.modeling.plots.plot_mesh module

Created on Fri Oct 14 08:37:48 2022

@author: jpeacock

class mtpy.modeling.plots.plot_mesh.PlotMesh(model_obj, **kwargs)[source]

Bases: PlotBase

plot()[source]

Plot the mesh to show model grid.

Arguments:

**z_limits** : tuple (zmin,zmax)
                plot min and max distances in meters for the
                vertical direction.  If None, the z_limits is
                set to the number of layers.  Z is positive down
                *default* is None

mtpy.modeling.plots.plot_modem_rms module

Created on Wed Feb 17 10:57:29 2021

copyright:

Jared Peacock (jpeacock@usgs.gov)

license:

MIT

class mtpy.modeling.plots.plot_modem_rms.PlotRMS(dataframe, **kwargs)[source]

Bases: PlotBaseMaps

property dataframe

Dataframe function.

plot(**kwargs)[source]

Plot function. :param **kwargs: DESCRIPTION. :type **kwargs: TYPE :return: DESCRIPTION. :rtype: TYPE

print_suspect_stations(rms_threshold=4)[source]

Print stations that are suspect. :return: DESCRIPTION. :rtype: TYPE

property rms_array

Arrays for color maps. :return: DESCRIPTION. :rtype: TYPE

property rms_cmap

Rms cmap.

property rms_per_period_all

RMS per period.

property rms_per_station

RMS per period.

Module contents

class mtpy.modeling.plots.PlotMesh(model_obj, **kwargs)[source]

Bases: PlotBase

plot()[source]

Plot the mesh to show model grid.

Arguments:

**z_limits** : tuple (zmin,zmax)
                plot min and max distances in meters for the
                vertical direction.  If None, the z_limits is
                set to the number of layers.  Z is positive down
                *default* is None
class mtpy.modeling.plots.PlotRMS(dataframe, **kwargs)[source]

Bases: PlotBaseMaps

property dataframe

Dataframe function.

plot(**kwargs)[source]

Plot function. :param **kwargs: DESCRIPTION. :type **kwargs: TYPE :return: DESCRIPTION. :rtype: TYPE

print_suspect_stations(rms_threshold=4)[source]

Print stations that are suspect. :return: DESCRIPTION. :rtype: TYPE

property rms_array

Arrays for color maps. :return: DESCRIPTION. :rtype: TYPE

property rms_cmap

Rms cmap.

property rms_per_period_all

RMS per period.

property rms_per_station

RMS per period.