EQTransformer icon indicating copy to clipboard operation
EQTransformer copied to clipboard

Some earthquakes not detected

Open PPS101 opened this issue 2 years ago • 3 comments

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 avatar Apr 18 '22 03:04 PPS101

with highpass filter PV LUBP BHZ__20220314T140000Z__20220314T145998Z_filtered_HP

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

PPS101 avatar Apr 18 '22 03:04 PPS101

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 .

saeedsltm avatar Aug 11 '22 07:08 saeedsltm

@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.

smousavi05 avatar Sep 04 '22 22:09 smousavi05