|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Arithmetic average, excluding zero, of integer data. More...
Public Member Functions | |
| T | operator() (T s0, T s1, T s2, T s3, T s4, T s5, T s6, T s7, int, int, int) |
Static Public Attributes | |
| static const LodAlgorithm | algorithm = LodAlgorithm::AverageNon0 |
Arithmetic average, excluding zero, of integer data.
This is not useful for seismic data. It might be handy if samples are by nature integer values, not just floating point numbers (such as seismic amplitude) crammed into a too-small integer.
1.8.17