Helper module containing xseed fields.
copyright: | The ObsPy Development Team (devs@obspy.org) |
---|---|
license: | GNU Lesser General Public License, Version 3 (http://www.gnu.org/copyleft/lesser.html) |
Classes
Field | General SEED field. |
FixedString | An string field with a fixed width. |
Float | A float number with a fixed length and output mask. |
Integer | An integer field. |
Loop | A loop over multiple elements. |
VariableString | Variable length ASCII string, ending with a tilde: ~ (ASCII 126). |
Exceptions
SEEDTypeException |