-
Notifications
You must be signed in to change notification settings - Fork 21
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
selection stuck without progress #19
Comments
Hi @yjgao-gfz, thanks for opening this issue. Some context or a working example would help to debug this issue. Do you have a small working example that gets stuck that you could provide? One thing to try in the meantime is to turn the logger to debug mode to figure out where the selection process is getting stuck. That would just involve adding the following line to your processing script: from pyflex import logger
logger.setLevel("DEBUG") Your script should output log messages to the console, if you could copy the last 10 or so log messages prior to where processing is getting stuck, that would help to determine where the issue is coming from. Hopefully we can resolve this issue quickly for you! |
Sorry for my really late reply, probably it is much delayed by the following issues: |
Hi @yjgao-gfz, yeah that is a lot of windows! Window selection is dependent on your choice of DT and the length of your traces. Not sure what type of data you are looking at but you might benefit from downsampling or trimming your waveforms prior to feeding them into Pyflex. Hope that helps! |
Here I met a problem when i use the pyflex to select time windows without event and station information:
The selection sometimes stuck there without errors but no progress. Any ideas?
The text was updated successfully, but these errors were encountered: