obspy.io.xseed.core._is_resp

_is_resp(filename)[source]

Check if a file at the specified location appears to be a RESP file.

Parameters:filename (str) Path/filename of a local file to be checked.
Return type:bool
Returns:True if file seems to be a RESP file, False otherwise.