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
Unpacks 2 byte integers. |
|
Unpacks 4 byte IBM floating points. |
|
Unpacks 4 byte IEEE floating points. |
|
Unpacks 4 byte integers. |
Classes
Tie-up a data sample unpack function with its parameters. |