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

Handling of SV wave in _compute_h function #3

Closed
krisvanneste opened this issue Feb 28, 2022 · 1 comment
Closed

Handling of SV wave in _compute_h function #3

krisvanneste opened this issue Feb 28, 2022 · 1 comment

Comments

@krisvanneste
Copy link
Collaborator

Shouldn't this line be:
if wave_type == 'SV' and channel[-1] not in ('R', 'Z'):
or perhaps
if wave_type == 'SV' and channel[-1] == 'T':

If I understand correctly, R components are currently skipped when the SV wave is selected, and instead T and Z components are combined.

Kind regards,
Kris Vanneste

if wave_type == 'SV' and channel[-1] == 'R':

@claudiodsf
Copy link
Member

That's right!

Fixed, Thanks!

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

2 participants