OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Static Public Attributes | List of all members
openzgy.impl.lodalgo.DecimationType Class Reference

Possible algorithms to generate LOD bricks. More...

Inheritance diagram for openzgy.impl.lodalgo.DecimationType:

Static Public Attributes

int LowPass = 0,
 
int WeightedAverage = 1,
 
int Average = 2,
 
int Median = 3,
 
int Minimum = 4,
 
int Maximum = 5,
 
int MinMax = 6,
 
int Decimate = 7,
 
int DecimateSkipNaN = 8,
 
int DecimateRandom = 9,
 
int AllZero = 10,
 
int WhiteNoise = 11,
 
int MostFrequent = 12,
 
int MostFrequentNon0 = 13,
 
int AverageNon0 = 14,
 

Detailed Description

Possible algorithms to generate LOD bricks.

Possible algorithms to generate LOD bricks.
We might trim this list later to what is actually in use.
The "classic" ZGY only uses the first two.

CAVEAT: Many of these might be expensive to port and/or not
possible to implement efficiently in Python.

TODO-Low: Avoid exposing this enum to the public API.

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