Getting Started
Developer Resources
Indices and Tables
Read a SAC ASCII/Alphanumeric file.
source (str or file) – Full path or File-like object from a SAC ASCII file on disk.
headonly (bool) – If headonly is True, return the header arrays not the data array. Note, the entire file is still read in if headonly=True.
The float, integer, and string header arrays, and data array, in that order. Data array will be None if headonly is True.
numpy.ndarray