obspy.core.event.origin¶
obspy.core.event.origin - The Origin 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
Arrival | Successful association of a pick with an origin qualifies this pick as an arrival. |
Origin | This class represents the focal time and geographical location of an earthquake hypocenter, as well as additional meta-information. |
OriginQuality | This type contains various attributes commonly used to describe the quality of an origin, e. |
OriginUncertainty | This class describes the location uncertainties of an origin. |
Pick | A pick is the observation of an amplitude anomaly in a seismogram at a specific point in time. |