obspy.segy.packΒΆ

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

Functions

pack_1byte_Integer
pack_2byte_Integer Packs 2 byte integers.
pack_4byte_Fixed_point
pack_4byte_IBM Packs 4 byte IBM floating points. This will only work if the host system
pack_4byte_IEEE Packs 4 byte IEEE floating points.
pack_4byte_Integer Packs 4 byte integers.

Exceptions

WrongDtypeException

This Page