You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a pysep issue or obspy issue, since we are using obspy functions within pysep. The testing notebook is response_removal_test.ipynb. This contains more than is needed to demonstrate the issue, which is this: When testing a range of options for removing the instrument response, we cannot seem to achieve the option to directly divide FFT(c(t)) by Ia(f) to get a(f), where c(t) is the time series in counts, Ia(f) is the instrument response to acceleration, and a(f) is the acceleration in the frequency domain.
Here are four subplots (from the notebook above) showing the 0.2-1.0 mHz spectra for II.NNA.00.LHZ derived from a 10-day time series of the 2004 Sumatra earthquake. From the top, they are:
instrument response to acceleration (simple flat line)
raw
acceleration from manual removal of response
acceleration via obspy remove_response (via pysep) using the best input options we found (water_level = None, pre_filt = default).
Here is II.SUR.00.BHZ:
For this class problem, we would like to achieve the cleanest results for instrument response removal, which seem to be the direct division. We hope that this is possible by using the remove_response function in obspy (and, in turn, pysep), but we can't see how. Perhaps there is some taper or operation that is happening in obspy that is causing the issue. Or perhaps pysep is applying some additional operation. Thanks.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a pysep issue or obspy issue, since we are using obspy functions within pysep. The testing notebook is response_removal_test.ipynb. This contains more than is needed to demonstrate the issue, which is this: When testing a range of options for removing the instrument response, we cannot seem to achieve the option to directly divide FFT(c(t)) by Ia(f) to get a(f), where c(t) is the time series in counts, Ia(f) is the instrument response to acceleration, and a(f) is the acceleration in the frequency domain.
Here are four subplots (from the notebook above) showing the 0.2-1.0 mHz spectra for II.NNA.00.LHZ derived from a 10-day time series of the 2004 Sumatra earthquake. From the top, they are:
Here is II.SUR.00.BHZ:
For this class problem, we would like to achieve the cleanest results for instrument response removal, which seem to be the direct division. We hope that this is possible by using the remove_response function in obspy (and, in turn, pysep), but we can't see how. Perhaps there is some taper or operation that is happening in obspy that is causing the issue. Or perhaps pysep is applying some additional operation. Thanks.
The text was updated successfully, but these errors were encountered: