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

Static Public Attributes

int SignedInt8 = 0
 
int UnsignedInt8 = 1
 
int SignedInt16 = 2
 
int UnsignedInt16 = 3
 
int SignedInt32 = 4
 
int UnsignedInt32 = 5
 
int Float32 = 6
 
int IbmFloat32 = 7
 

Detailed Description

Sample data type as stored on the file.
In the public API this maps to SampleDataType.
Source: BrickedFileVersion.cpp, MetaDataValue.h
This enum is used for all versions.
Note that the existing public ZGY library
only recognizes SignedInt8, SignedInt16, and Float32.

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