OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Public Member Functions | List of all members
openzgy.impl.genlod.GenLodC Class Reference
Inheritance diagram for openzgy.impl.genlod.GenLodC:
openzgy.impl.genlod.GenLodImpl openzgy.impl.genlod.GenLodBase

Public Member Functions

def __init__ (self, accessor, *compressor=None, decimation=None, progress=None, verbose=None)
 
- Public Member Functions inherited from openzgy.impl.genlod.GenLodImpl
def __init__ (self, *args, **kwargs)
 
def __call__ (self)
 
- Public Member Functions inherited from openzgy.impl.genlod.GenLodBase
def __init__ (self, size, *bricksize=(64, 64, 64), dtype=np.float32, range_hint=None, nlods=None, decimation=None, histogram=None, defaultvalue=None, progress=None, verbose=None)
 

Detailed Description

Generate and store low resolution bricks, histogram, and statistics.
See doc/lowres.html for details. I/O is done via ZgyInternalBulk.
Use this class as part as finalize().
The implementation uses plan C, which means the full resolution data
will be read from the ZGY file. To implement plan D, make a derived
class that redefines _read() to query the client for the required full
resolution data. _read() must then also call _write() to store the
data it just received.

The documentation for this class was generated from the following file: