Some problem with my response file

Dear all,

I have a problem while trying to create visualizing Propabilistic PSD.

Here is my script, and while tried creating paz using parser.getPAZ looks like there’s a warning with my response file. And behalf of this, I attach my Response File.
Can anyone give me a clue, what is wrong with these steps.

Thankyou for any help.
— Start —

from obspy.core import read
from obspy.xseed import Parser

from obspy.signal import PPSD

st = read(‘C:\Users\Jica2012\Documents\pekerjaan kantor\evaluasi sensor seismic 2013\sinyal\IA.MKBI…BHZ’)
tr = st.select(id=“IA.MKBI…BHZ”)[0]

parser = Parser(“C:\Users\Jica2012\Documents\pekerjaan kantor\evaluasi sensor seismic 2013\Response File\dataless\DATALESS.IA_MKBI”)

paz = parser.getPAZ(tr.id)
C:\Users\Jica2012\ObsPy\lib\site-packages\obspy-0.8.3-py2.7-win-amd64.egg\obspy\xseed\parser.py:497: UserWarning: Only supporting Laplace transform response type. Skipping other response information.
warnings.warn(msg, UserWarning)

— End —

Regards,

DATALESS.IA_MKBI (32 KB)

Hello everybody,

   We are having an issue when trying to parse a dataless file, i already tried looking for a solution but cannot find one. Something similar is documented on issue 511, and i already tried using the script included in the solution, but even that script cant handle our dataless files. I'm sending a copy of a dataless file so you can take a look at what i'm talking about. Here is the output from the script:

Traceback (most recent call last):
   File "script.py", line 44, in <module>
     print block
   File "/usr/lib/python2.7/dist-packages/obspy/xseed/blockette/blockette.py", line 56, in __str__
     temp = 'Blockette %s: %s Blockette' % (self.blockette_id,
AttributeError: 'Blockette060' object has no attribute 'blockette_id'

I tried the other parser methods and they work fine, only the getPAZ() method fails

Cheers

Sergio Arregui
Ensenada, Mexico

dataless.BC.CBX (40 KB)