Getting Started
Developer Resources
Indices and Tables
Checks whether a file is a Seismic Handler Q file or not.
filename (str) – Name of the Q file to be checked.
bool
True if a Seismic Handler Q file.
True
Example
>>> _is_q("/path/to/QFILE-TEST.QHD") True