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

Some earthquakes not detected #128

Open
PPS101 opened this issue Apr 18, 2022 · 3 comments
Open

Some earthquakes not detected #128

PPS101 opened this issue Apr 18, 2022 · 3 comments

Comments

@PPS101
Copy link

PPS101 commented Apr 18, 2022

Hi! I've tried the EQTransformer using our local mseed file and its works fine like in the tutorial, but I observed that some local earthquakes were not detected. Any recommendations to improve the result? I also tried applying different filters.
PV LUBP BHZ__20220314T140000Z__20220314T145998Z

@PPS101
Copy link
Author

PPS101 commented Apr 18, 2022

with highpass filter
PV LUBP BHZ__20220314T140000Z__20220314T145998Z_filtered_HP

but still, some EQs were not detected. Example in 1450z

@saeedsltm
Copy link

Did you try with different models? It seems one model is suited for mid to large regional earthquakes while the other one is for small local events. BTW, I had the same issue, i guess probably the package is still suffering from false negative detection. There is an updated version of EQT which claims he can fix this problem. Here is the link: https://github.com/MrXiaoXiao/SiameseEarthquakeTransformer .

@smousavi05
Copy link
Owner

@PPS101 @saeedsltm sorry for the delay in the response. I missed these.
These are some suggestions:

  1. try larger overlapping windows like 0.9. This will help detect the larger events or those that are far away from the station.
  2. try the original model (with a threshold level of ~ 0.3 for phases and 0.8 for detection). This would catch all smaller events that were missed initially but with the cost of some false positives (similar to other packages out there). If your final goal is to locate and build a catalog, this is not an issue since most of the false positives will be removed in the association and location steps.
  3. you can also try the SeisBench implementation of EQTransformer.

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

3 participants