obspy.io.segy.unpack

Functions that will all take a file pointer and the sample count and return a NumPy array with the unpacked values.

Public Functions

unpack_1byte_integer
unpack_2byte_integer Unpacks 2 byte integers.
unpack_4byte_fixed_point
unpack_4byte_ibm Unpacks 4 byte IBM floating points.
unpack_4byte_ieee Unpacks 4 byte IEEE floating points.
unpack_4byte_integer Unpacks 4 byte integers.

Classes

OnTheFlyDataUnpacker Tie-up a data sample unpack function with its parameters.