OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Static Public Attributes | List of all members
openzgy.impl.enum.RawGridDefinition Class Reference
Inheritance diagram for openzgy.impl.enum.RawGridDefinition:

Static Public Attributes

int Unknown = 0
 
int Parametric = 1
 
int ThreePoint = 2
 
int FourPoint = 3
 

Detailed Description

Method used to define the geometry. Only FourPoint is allowed for write,
and only ThreePoint (treated as FourPoint) and FourPoint supported on read.
The values are stored in the file, so the numbers must not be changed.
There is no corresponding enum in the API layer.

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