Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

option to apply uniform scaling to velocity #9

Open
carltape opened this issue Oct 26, 2017 · 0 comments
Open

option to apply uniform scaling to velocity #9

carltape opened this issue Oct 26, 2017 · 0 comments

Comments

@carltape
Copy link
Contributor

Currently we have options to remove instrument response or keep the raw files. It may be useful to have something in between: apply a scale factor (relevant for some fixed freq) that converts from counts to velocity (or acceleration). This would be similar to the 'calib' factor that is applied by default in the GISMO Waveform Toolbox for Matlab. Not sure if we want to implement this right now. Below are some lines from Vipul that seem good.

r=stations.get_response('AK.PPLA..BHZ',otime)
r
Channel Response
From M/S (velocity in meters per second) to COUNTS (digital counts)
Overall Sensitivity: 4.8876e+08 defined at 0.200 Hz
3 stages:
Stage 1: PolesZerosResponseStage from M/S to V, gain: 1165.3
Stage 2: CoefficientsTypeResponseStage from V to COUNTS, gain: 419430
Stage 3: CoefficientsTypeResponseStage from COUNTS to COUNTS, gain: 1
r.response_stages[1].stage_gain
419430

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant