WALDO is a deep learning data quality tool developed to flag possible anomalous Gravitational Waves (GW) from Numerical Relativity (NR) catalogs.
We use a U-Net architecture to learn the waveform features of a dataset. These waveforms are timeseries
WALDO computes the mismatch between
To install WALDO, we can use the pip command:
pip install grav-waldo
The project is composed of three main codes:
- wfdset.py: for pre-processing NR dataset;
- unet.py: the neural network;
- waldo.py: for mismatch evaluation and anomaly search.
Check the tutorials in docs.
WALDO's paper: Deep learning waveform anomaly detector for numerical relativity catalogs.