obspy.core.event.magnitude¶
obspy.core.event.magnitude - The Magnitude class definition¶
This module provides a class hierarchy to consistently handle event metadata. This class hierarchy is closely modelled after the de-facto standard format QuakeML.
Note
For handling additional information not covered by the QuakeML standard and how to output it to QuakeML see the ObsPy Tutorial.
copyright: | The ObsPy Development Team (devs@obspy.org) |
---|---|
license: | GNU Lesser General Public License, Version 3 (http://www.gnu.org/copyleft/lesser.html) |
Classes
Amplitude | This class represents a quantification of the waveform anomaly, usually a single amplitude measurement or a measurement of the visible signal duration for duration magnitudes. |
Magnitude | Describes a magnitude which can, but does not need to be associated with an origin. |
StationMagnitude | This class describes the magnitude derived from a single waveform stream. |
StationMagnitudeContribution | This class describes the weighting of magnitude values from several |