Hackathon #1#

Part 1: Checking your picks#

  • Run Unet picks, seisbench picks with Earthquake Transformer, and download PhaseNet picks from a station of your choice. Plot each set of picks along with their associated waveforms. Which picks seem most robust? What are the differences?

  • Run a picker of your choice on a set of stations surrounding the Ferndale earthquake for an hour after the mainshock. Plot the pick timing vs. station position (e.g. longitude, or distance from the epicenter). Do the temporal and spatial distribution of the picks reflect moveout? What fraction of picks seem to be legitimate? What ways you can think of to do quality control on picks?

Part 2: More network performance checks#

  • Change the picker to seisbench in the top of the performance_metrics notebook and determine the precision-recall curve and pick distribution. How does this compare to the network we trained? How does it compare to the stats mentioned in Zhu and Beroza [2019]?

  • Compute the mean and standard deviation of all pick residuals for both our trained UNet and PhaseNet. How do these compare to the values reported in the original PhaseNet paper?

  • In what ways might a network trained to detect earthquakes in California have limited performance when applied to data in Cascadia?