|
OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Static Public Attributes | |
| int | Unknown = 0 |
| int | Parametric = 1 |
| int | ThreePoint = 2 |
| int | FourPoint = 3 |
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.
1.8.17