|
OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
| Ignore iocontext and verbose arguments. | |
| def | read (self, *args, **kwargs) |
| Ignore iocontext and verbose arguments. | |
| def | meta (self) |
| Old: strings, new: enums for 4 properties. More... | |
| def | datatype (self) |
| Old: string, new: openzgy.api.SampleDataType. | |
| def | zunitdim (self) |
| Old: string, new: openzgy.api.UnitDimension. | |
| def | hunitdim (self) |
| Old: string, new: openzgy.api.UnitDimension. | |
| def | bricksize (self) |
| Old: missing from api. More... | |
| def openzgy.zgypublic.ZgyReader.bricksize | ( | self | ) |
Old: missing from api.
For the old API the bricksize will always be returned as (64,64,64) on read and always set to that value on file create.
| def openzgy.zgypublic.ZgyReader.meta | ( | self | ) |
Old: strings, new: enums for 4 properties.
datatype, sourcetype, zunitdim, hunitdim need to be mapped.
1.8.17