obspy.xseed.fields.Float

class Float(id, name, length, **kwargs)[source]

Bases: obspy.xseed.fields.Field

A float number with a fixed length and output mask.

Attributes

__dict__
__doc__ str(object) -> string
__module__ str(object) -> string
__weakref__ list of weak references to the object (if defined)

Public Methods

convert
getSEED
getXML
parseSEED
parseXML
read
write

Private Methods

_formatString Using SEED specific flags to format strings.

Special Methods

__init__
__str__

This Page