We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current seismogram writing scheme does not follow the <network>.<station>.<location>.<component>.<format>.
<network>.<station>.<location>.<component>.<format>
Right now, the dots are omitted, leading to ambiguity in the id since network can have 1 to 4 letters and station 2-5 (or six).
To Reproduce
Write any seismogram
Expected behavior
seismogram name to be of the above described format.
What needs to be done?
Update the writer source file writer/seismogram.cpp and all examples/test that write seismograms.
writer/seismogram.cpp
Machine information (please complete the following information):
machine independent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current seismogram writing scheme does not follow the
<network>.<station>.<location>.<component>.<format>
.Right now, the dots are omitted, leading to ambiguity in the id since network can have 1 to 4 letters and station 2-5 (or six).
To Reproduce
Write any seismogram
Expected behavior
seismogram name to be of the above described format.
What needs to be done?
Update the writer source file
writer/seismogram.cpp
and all examples/test that write seismograms.Machine information (please complete the following information):
machine independent
The text was updated successfully, but these errors were encountered: