OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Static Public Attributes | List of all members
openzgy.api.UnitDimension Class Reference

Horizontal or vertical dimension as used in the public API. More...

Inheritance diagram for openzgy.api.UnitDimension:

Static Public Attributes

int unknown = 2000
 
int time = 2001
 
int length = 2002
 
int arcangle = 2003
 

Detailed Description

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.

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