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

The ZGY file became corrupted while writing to it. More...

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

Detailed Description

The ZGY file became corrupted while writing to it.

The ZGY file became corrupted while writing to it.

No further writes are allowed on this file because a previous write
raised an exception and we don't know the file's state. Subsequent
writes will also throw this exception.

The safe approach is to assume that the error caused the file to
become corrupted. It is recommended that the application closes and
deletes the file.

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