Machine Learning Phase Detections#
We use three common seismic body wave picking models to identify P and S waves in continuous seismic data. The first is Phasenet (Zhu and Beroza). The second is EQTransformer (Mousavi et al.) and the final model is one with an architecture similar to Phasenet but trained specifically on data from Cascadia. We use these three models together, instead of a single model, to more robustly identify picks. Both PhaseNet and EQTransformer are available via Seisbench. A basic picking script that utilizes the Seisbench framework follows.