-
I used But now I run MSNoise separately about another study area. So I need to remove response file because the instruments which installed in the area are two types. There are two questions about removing instruments. What I wonder is whether there is a way to confirm the waveform before and after removing response file? I have three instrument codes (HHZ, HHE, HHZ). In the table, how can I apply all instruments when computing cc? I edit the instrument code as * or HH* but still occurs Edit.. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
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.
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 will check the waveform after all of the CC computation done. |
Beta Was this translation helpful? Give feedback.
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.
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…