obspy.core.util.obspy_types
Various types used in ObsPy.
- copyright:
The ObsPy Development Team (devs@obspy.org)
- license:
GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)
Classes
Complex class which can store uncertainties. |
|
Helper class to inherit from and which stores a complex number that is extendable. |
|
Helper class to inherit from and which stores a float number that is extendable. |
|
Enumerated type (enum) implementation for Python. |
|
Helper class to inherit from and which stores a float with a given valid range, upper/lower uncertainties and eventual additional attributes. |
|
Float value that has lower and upper uncertainties and a unit associated with it. |
|
Float value that has lower and upper uncertainties and a fixed unit associated with it. |
Exceptions