|
OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
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 |
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.
1.8.17