obspy.segy.unpackΒΆ

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

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.

This Page