HI All,
I am trying to plot PSD for hydrophone, though there is no instrument response available. I tried obspy PPSD object but it requires pole information. Can anyone suggest something?
Lalit
HI All,
I am trying to plot PSD for hydrophone, though there is no instrument response available. I tried obspy PPSD object but it requires pole information. Can anyone suggest something?
Lalit
You can check this post for a related issue: Metadata entries for PPSD when using hydrophone data
If your instrument response is indeed flat unity (which seems doubtful… but maybe your data has already been corrected for the frequency response of the recording system?), you could create some unity metadata and use that.
You could download an example unity metadata from NRL and manually adjust it:
http://service.iris.edu/irisws/nrl/1/combine?instconfig=sensor_GenericUnity_UnityVelocity_LF0_SG1_STgroundVel:datalogger_GenericUnity_UnityDatalogger_FR40&format=stationxml
Or you could follow our related tutorial to do the same in python.