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
Station and receiver are flipped in the reading of the stations file.
This means that for all examples the reference seismograms are named incorrectly
It should be AA.S0001 and not S0001.AA
This happened because the STATIONS file formate IS weird by naming the station in the first column and the network in the second column.
But found this mishap, because the Python receiver implementation is working! Yay!
Not complicated, but requires an update to read_receivers and to all example files and reference seismograms.
The text was updated successfully, but these errors were encountered:
lsawade
No branches or pull requests
Bug
Station and receiver are flipped in the reading of the stations file.
This means that for all examples the reference seismograms are named incorrectly
It should be AA.S0001 and not S0001.AA
This happened because the STATIONS file formate IS weird by naming the station in the first column and the network in the second column.
But found this mishap, because the Python receiver implementation is working! Yay!
Solution
Not complicated, but requires an update to read_receivers and to all example files and reference seismograms.
The text was updated successfully, but these errors were encountered: