Dear community!
I have RESP file and mSeed recorded on broadband seismometer (0.2 Hz to 50 Hz). How I can convert data from counts to m/s, m/s^2 or m?
Which preprocessing I have to apply?
Is it sufficiently use only “remove_response” function with filter or I have to do anything more?
pre_filt = (0.1, 0.2, 50.0, 55.0) # Is it correct???
ch1.remove_response(inventory=RESP_E, output=‘DISP’, pre_filt=pre_filt, plot=True)