obspy.io.mseed.core

MSEED bindings to ObsPy core module.

Private Functions

Warning

Private functions are mainly for internal/developer use and their API might change without notice.

__is_mseed Internal version of _is_mseed working only with open file-like object.
_is_mseed Checks whether a file is Mini-SEED/full SEED or not.
_np_copy_astype Helper function to copy data, replacing trace.data.copy().astype(dtype)
_read_mseed Reads a Mini-SEED file and returns a Stream object.
_write_mseed Write Mini-SEED file from a Stream object.

Classes

MST Class that transforms a ObsPy Trace object to a libmseed internal MSTrace