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

Please avoid using SAC headers after the initial mtuq.read() call #199

Open
rmodrak opened this issue Feb 17, 2023 · 0 comments
Open

Please avoid using SAC headers after the initial mtuq.read() call #199

rmodrak opened this issue Feb 17, 2023 · 0 comments

Comments

@rmodrak
Copy link
Member

rmodrak commented Feb 17, 2023

To allow support for other file formats beyond SAC, please try to adopt the following

  • the initial mtuq.read() call handles all file format dependent metadata parsing
  • after that, metadata are stored in a common internal structure that works the same regardless of the original file format
  • in particular, this means not using observed data SAC headers at any point after the initial mtuq.read() call
  • the whole motivation is that data processing and inversion functions should work the same, regardless of the original file format
@rmodrak rmodrak changed the title Avoid using SAC headers after the initial mtuq.read() call Please avoid using SAC headers after the initial mtuq.read() call Feb 20, 2023
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