|
OpenZGY/Python Public API (ALPHA)
Access seismic data stored in ZGY format.
|
Horizontal or vertical dimension as used in the public API. More...
Static Public Attributes | |
| int | unknown = 2000 |
| int | time = 2001 |
| int | length = 2002 |
| int | arcangle = 2003 |
Horizontal or vertical dimension as used in the public API.
Horizontal or vertical dimension as used in the public API. Horizontal dimension may be length or arc angle, although most applications only support length. Vertical dimension may be time or length. Vertical length is of course the same as depth. Arguably there should have been separate enums for horizontal and vertical dimension since the allowed values differ.
1.8.17