-
Notifications
You must be signed in to change notification settings - Fork 16
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
scautopick stop working after ~3 hours #58
Comments
Hi Luca,
Take your pick. :) Maybe https://github.com/SeisComP/common/blob/master/libs/seiscomp/math/filter/stalta.cpp#L90 as a start... The developer on duty certainly did not have such large Thanks for the hint! |
I would just skip increasing the samplecount once it is not needed anymore, after it is >= numLta. If a lta time window for 1Mhz data of 30 minutes should be supported then we can use int64 anyway. Changing the count possibly breaks binary compatibility. |
Thank you, I had the feeling that you knew something already :) I will test it and report back. |
I confirm that is the bug |
I have fixed it hopefully, please give it another try. The fix is in common repo. |
Thank you! |
Dear developers,
this issue is something that I am going to debug myself, but I would like to double check first with you in case you have an idea already of what the problem could be.
The bug happens all the time: I start scautopick and after ~3 hours it stops producing picks. The process is still alive though. The interesting thing is that I am using data at 200.000hz. Do you know if there are internal counters that might reach the limits too soon with this high frequency data?
thanks
Luca
The text was updated successfully, but these errors were encountered: