OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
openzgy.exception.ZgyInternalError Class Reference

Exception that might be caused by a bug in OpenZGY. More...

Inheritance diagram for openzgy.exception.ZgyInternalError:
openzgy.exception.ZgyError

Detailed Description

Exception that might be caused by a bug in OpenZGY.

Exception that might be caused by a bug in %OpenZGY.

Determining whether a problem is the fault of the calling application
or the %OpenZGY library itself can be guesswork. Application code
might choose to treat ZgyUserError and ZgyInternalError the same way.

A corrupt file might also be reported as ZgyInternalError instead of
the more appropriate ZgyFormatError.

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