OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Public Member Functions | Public Attributes | List of all members
InternalZGY::LutInfoEx Struct Reference
Inheritance diagram for InternalZGY::LutInfoEx:
InternalZGY::LookupTable::LutInfo

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
 

Detailed Description

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.


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