Reads only the header portion of a binary SAC-file.
>>> from obspy.sac import SacIO >>> tr = SacIO() >>> tr.ReadSacHeader('test.sac')
This is equivalent to:
>>> tr = SacIO('test.sac', headonly=True)
Enter search terms or a module, class or function name.