pyrocko.io.segy

ibm2ieee(ibm)[source]

Converts an IBM floating point number into IEEE format. :param: ibm - 32 bit unsigned integer: unpack(‘>L’, f.read(4))

exception SEGYError[source]
iload(filename, load_data, endianness='>')[source]

Read SEGY file.

filename – Name of SEGY file. load_data – If True, the data is read, otherwise only read headers.