OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Public Member Functions | Static Public Attributes | List of all members
InternalZGY::LodAverage< float > Class Reference

Arithmetic average of 8 neighboring float samples, ignoring NaN. More...

Public Member Functions

float operator() (float s0, float s1, float s2, float s3, float s4, float s5, float s6, float s7, int, int, int)
 

Static Public Attributes

static const LodAlgorithm algorithm = LodAlgorithm::Average
 

Detailed Description

Arithmetic average of 8 neighboring float samples, ignoring NaN.


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