.gitignore
.gitlab-ci.yml
LICENSE
Makefile
README.md
pyproject.toml
setup.py
burst_waveform/__init__.py
burst_waveform/_version.py
burst_waveform.egg-info/PKG-INFO
burst_waveform.egg-info/SOURCES.txt
burst_waveform.egg-info/dependency_links.txt
burst_waveform.egg-info/requires.txt
burst_waveform.egg-info/top_level.txt
burst_waveform/interface/__init__.py
burst_waveform/interface/generate_waveform_lal.py
burst_waveform/interface/generate_waveform_pycwb.py
burst_waveform/models/__init__.py
burst_waveform/models/cosine_gaussian.py
burst_waveform/models/ringdown.py
burst_waveform/models/sine_gaussian.py
burst_waveform/models/white_noise_burst.py
burst_waveform/utils/__init__.py
burst_waveform/utils/hrss.py
notebook/CGQ_test.ipynb
notebook/Ringdown.ipynb
notebook/Ringdown_test.ipynb
notebook/SGQE_test.ipynb
notebook/SGQ_test.ipynb
notebook/WNB_test.ipynb
notebook/cWB_check.ipynb
notebook/test.ipynb
test/test_waveform_generation.py