obspy.io.mseed.core.MST

class MST(trace, data, dataquality)[source]

Bases: builtins.object

Class that transforms a ObsPy Trace object to a libmseed internal MSTrace struct.

Attributes

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

Special Methods

__del__ Frees all allocated memory.
__dir__ default dir() implementation
__format__ default object formatter
__init__ The init function requires a ObsPy Trace object which will be used to
__new__ Create and return a new object.
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__sizeof__ size of object in memory, in bytes
__subclasshook__ Abstract classes can override this to customize issubclass().