Skip to content

Expand the REDPy catalog using EQcorrscan, FMF. Finding REDPy locations. Clustering of REDPy.

License

Notifications You must be signed in to change notification settings

Denolle-Lab/expand_redpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expanding and Fingerprinting a Repeating Earthquake Catalog on the Cascades Volcanoes

We look at the REDPy (Repeating Earthquake Detector in Python - Alicia Hotovec-Ellis software) catalog on five Cascades Volcanoes (Mt Rainier, Mt St Helens, Mt Hood, Mt Baker, Newberry Volcano). Because REDPy catalogs only have cluster ID and guessed origin time, we aim to do 3 things:

  1. Backfill the REDPy catalog with template matching from 2002-2009
  2. Locate the events
  3. Fingerprint events using clustering

We use eqcorrscan (Chamberlain et al, 2018) and the Fast Matched Filter (Beauce and Frank, 2018) to run template matching on GPUs.

Methods/Process

We select stations with make_volcano_metadata.ipynb, generate templates in make_templates.ipynb, locate templates in template_locations.ipynb, detect with templates in find_detections.ipynb, make events in find_events.ipynb, and do post processing in remove_redpy_overlap.ipynb.

Methods Flowchart

Understanding the Repo

Directory Description
catalogs/ REDPy catalogs as CSVs with column titles. A subdirectory has the REDPy as they were downloaded (.txt) on June 19, 2022.
notebooks/ Jupyter Notebooks of code. Directory is subdivided into backfilling, clustering, location, plots, and tutorials.
scripts/ script versions of notebooks, functions (such as mbf_elep_func.py), and config files.

About

Expand the REDPy catalog using EQcorrscan, FMF. Finding REDPy locations. Clustering of REDPy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published