obspy.segy.unpack.OnTheFlyDataUnpacker

class OnTheFlyDataUnpacker(unpack_function, filename, filemode, seek, count, endian='>')[source]

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

This class allows for data to be read directly from the disk as needed, preventing the need to store data in memory.

Attributes

__doc__ str(object=’‘) -> string
__module__ str(object=’‘) -> string

Special Methods

__call__
__init__

This Page