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