can we get PZ values from a RESP file in obspy

Hi all,

I am trying to plot PSD plot in obspy. I have a mineseed data and a RESP file in hand. I'm wondering whether obspy has a function to retrieve PAZ for PSD!

thanks!!

Cheers,
Patty

Hello Patty,

I have had good luck using evalresp through obspy for this task: http://docs.obspy.org/packages/autogen/obspy.signal.invsim.evalresp.html

I might even have some code for doing this if you are interested.

Best,

Adam

There is also an example in the tutorial on how to do this:

http://docs.obspy.org/tutorial/code_snippets/seismometer_correction_simulation.html#using-a-resp-file

Cheers!

Lion