|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Public Member Functions | |
| LutInfoEx (const LookupTable::LutInfo &info, const IJK &pos_in, double constvalue_in) | |
Public Member Functions inherited from InternalZGY::LookupTable::LutInfo | |
| LutInfo (BrickStatus status_in, std::int64_t offset, std::int64_t size, std::uint32_t constant) | |
| Create an instance will all data fields filled in. | |
Public Attributes | |
| IJK | survey_position |
| double | double_constvalue |
Public Attributes inherited from InternalZGY::LookupTable::LutInfo | |
| BrickStatus | status |
| std::int64_t | offset_in_file |
| std::int64_t | size_in_file |
| std::uint32_t | raw_constant |
TODO-Low might want to fold this into LookupTable::LutInfo.
Add position in samples. LookupTable::getBrickFilePosition() cannot easily store this because it only has the brick position and would need to know the brick size to get sample position.
Add constvalue after decoding.
1.8.17