[anonymous] Replying to [ticket:165 anonymous]:
dataless = Parser("dataless.seed")
<p>timereq = UTCDateTime(2009, 1, 1, 1, 21, 58, 849998)</p>
<p>paz = dataless.getPAZ("NZ.BFZ.10.HHZ", timereq)</p>
<p>gives me the error message : TypeError?: getPAZ() takes exactly 2 arguments (3 given)
</p>
Sorry - this problem disappeared after updating code version; using easy_install, but I now hit a
problem with
File "/home/stephen/mypython/lib/python2.6/site-packages/obspy.xseed-0.4.0-py2.6.egg/obspy/xseed/parser.py", line 435, in getPAZ
[complex(x, y) for x, y in zip(resp.real_zero,
AttributeError: 'Blockette053' object has no attribute 'real_zero'