Skip to content

Remove instrument response #264

Answered by sujan1746
sujan1746 asked this question in Q&A
Discussion options

You must be logged in to vote

I have RESP and I thought it would be not bad to remove response file first and run MSNoise.

But it is not a good way because I need to convert from raw data to response_removed_data and save them every time when I add new data.

So I convert RESP to Station XML format by using below code.

`inv='RESP.net.sta..comp'
inv=read_inventory(inv)
inv.write("net.sta..comp.xml", format="stationxml", validate=True)`

And made instrument code in the stations.csv as * because I need to remove response about all components (e.g. HHZ, HHN) and made pre_filt as None for running faster.

I am not sure it is the right way to convert RESP file to Station XML file but any error shows up when computing CC.

I wi…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ThomasLecocq
Comment options

@sujan1746
Comment options

@ThomasLecocq
Comment options

@sujan1746
Comment options

Answer selected by sujan1746
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants