4.7.2.4. eqcorrscan.utils.mag_calc._find_resp¶
-
eqcorrscan.utils.mag_calc.
_find_resp
(station, channel, network, time, delta, directory)[source]¶ Helper function to find the response information.
Works for a given station and channel at a given time and return a dictionary of poles and zeros, gain and sensitivity.
Parameters: - station (str) Station name (as in the response files)
- channel (str) Channel name (as in the response files)
- network (str) Network to scan for, can be a wildcard
- time (datetime.datetime) Date-time to look for repsonse information
- delta (float) Sample interval in seconds
- directory (str) Directory to scan for response information
Returns: dictionary of response information
Return type: