obspy.signal.invsim.evalresp

evalresp(*args, **kwargs)[source]

Use the evalresp library to extract instrument response information from a SEED RESP-file.

Parameters:
  • t_samp (float) Sampling interval in seconds
  • nfft (int) Number of FFT points of signal which needs correction
  • filename (str) SEED RESP-filename or content of RESP file
  • date (UTCDateTime) Date of interest
  • station (str) Station id
  • channel (str) Channel id
  • network (str) Network id
  • locid (str) Location id
  • units (str) Units to return response in. Can be either DIS, VEL or ACC
  • debug (bool) Verbose output to stdout. Disabled by default.
Return type:

numpy.ndarray complex128

Returns:

Frequency response from SEED RESP-file of length nfft

This Page