mtpy.modeling.plots package
Submodules
mtpy.modeling.plots.plot_mesh module
Created on Fri Oct 14 08:37:48 2022
@author: jpeacock
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.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.