obspy.io.xseed.fields

Helper module containing xseed fields.

copyright:

The ObsPy Development Team (devs@obspy.org)

license:

GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Classes

Field

General SEED field.

FixedString

A 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