obspy.clients.seishub.client._StationMapperClient.get_paz

_StationMapperClient.get_paz(seed_id, datetime)[source]

Get PAZ for a station at given time span. Gain is the A0 normalization constant for the poles and zeros.

Parameters
  • seed_id (str) – SEED or channel id, e.g. "BW.RJOB..EHZ" or "EHE".

  • datetime (UTCDateTime) – Time for which the PAZ is requested, e.g. '2010-01-01 12:00:00'.

Return type

dict

Returns

Dictionary containing zeros, poles, gain and sensitivity.