π¦ ClawHub
Gravitational Wave Event Analyzer
by @yash-kavaiya
Fetch real LIGO/Virgo/KAGRA gravitational wave events from the GWOSC (Gravitational Wave Open Science Center) catalog, download detector strain data, run sig...
π‘ Examples
Analyze a specific event
from gw_analyzer import GWEventAnalyzeranalyzer = GWEventAnalyzer()
result = analyzer.analyze_event("GW150914")
result.plot()
result.summary()
List recent events
events = analyzer.list_events(catalog="GWTC-3", min_far=1e-3)
Full pipeline
python gw_analyzer.py --event GW150914 --detector H1 --output ./output/
python gw_analyzer.py --event GW231123_135430 --detector L1 --output ./output/
python gw_analyzer.py --list-events --catalog GWTC-3 --top 10
TERMINAL
clawhub install gravitational-wave-analyzer