Currently updating every ~15 minutes at:

Mount Baker: Last 60 Days | Full Catalog | Download as .txt
Mount Rainier: Last 60 Days | Full Catalog | Download as .txt
Mount St. Helens: Last 60 Days | Full Catalog | Download as .txt
Mount St. Helens (Borehole): Last 60 Days | Full Catalog | Download as .txt
Mount St. Helens (local): Last 60 Days | Full Catalog | Download as .txt
Mount Hood: Last 60 Days | Full Catalog | Download as .txt
Newberry: Last 60 Days | Full Catalog | Download as .txt

REDPy (Repeating Earthquake Detector in Python) is a tool for automated detection and analysis of repeating earthquakes in continuous data. It works without any previous assumptions of what repeating seismicity looks like (that is, does not require a template event). Repeating earthquakes are clustered into "families" based on their cross-correlation on multiple stations. An event will be part of the cluster if it has at least one match within the cluster, but may not match all events. Orphans are only considered candidates for repetition for a limited time (up to a week), so repeaters that are infrequent may be missed. I've also set the parameters for what is considered a repeat fairly conservatively (see table below). Teleseisms and regional events are common in the catalogs. The primary outputs are interactive HTML files:
This example is from the beginning of the 2004 eruption
    of Mount St. Helens

Current Setup Parameters

VolcanoStations Used (top to bottom on plots) TriggerCross-CorrelationPreview Catalog Start
Mount BakerMBW, SHUK, MBKE, MRBL, RPW2+ stations 0.7+ over 20.48 s window, 2+ stationsMBW01-01-2009
Mount RainierRCS, STAR, RCM, RER, FMW, LO2, RVC, WPW5+ stations 0.7+ over 10.24 s window, 4+ stationsRCS01-01-2009
Mount St. HelensSEP, VALT, SUG, SWF2, HSR, SHW, EDM, B2045+ stations 0.7+ over 10.24 s window, 4+ stationsHSR01-01-2009
Mount St. Helens (Borehole)B201, B202, B203, B204 (3 components)6+ components 0.7+ over 10.24 s window, 4+ componentsB204-EHZ01-01-2009
Mount HoodPALM, TIMB, HOOD, VLL, HIYU, TDH, SHRK, VFP4+ stations 0.7+ over 10.24 s window, 4+ stationsTDH01-01-2009
NewberryCPCO, NORM, NN21, NN19, NN17, NN32, KWBU,
SVIC, SWNB, CIHL, NCO, TMBU, ASBU
6+ stations0.7+ over 10.24 s window, 5+ stationsNORM08-22-2012

Full source code and documentation available at: https://github.com/ahotovec/REDPy