Get PAZ for a station at given time span. Gain is the A0 normalization constant for the poles and zeros.
Parameters: |
|
---|---|
Return type: | dict |
Returns: | Dictionary containing zeros, poles, gain and sensitivity. |
Example
>>> c = Client()
>>> paz = c.station.getPAZ('BW.MANZ..EHZ', '20090707')
>>> paz['zeros']
[0j, 0j]
>>> len(paz['poles'])
5
>>> print(paz['poles'][0])
(-0.037004+0.037016j)
>>> paz['gain']
60077000.0
>>> paz['sensitivity']
2516800000.0