Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.82 KB

File metadata and controls

33 lines (22 loc) · 1.82 KB

qnm_filter

Ringdown analysis with rational filters. The properties of the rational filters can be found in Ma, et al. (2023a), Ma, et al. (2023b), and Ma, et al. (2022).

Installation

Install this Python package in "editable mode":

git clone git@github.com:Sizheng-Ma/qnm_filter.git
cd qnm_filter
conda create --name qnm_filter python=3.11
conda activate qnm_filter
pip install -e .

Examples

  1. The analysis of GW150914 can be found in code_demo/Filter.ipynb.
  2. Two injection systems with a numerical-relativity waveform (GW150914-like) are available at code_demo/NRInjection_bilby.ipynb and code_demo/NRInjection_customized_noise.ipynb.
  3. The evidence curve is a useful tool for determining the statistical significance of a quasinormal mode and for limiting its start time. An example is at code_demo/Evidence.ipynb.

Cite this code

Please cite these three papers if you use this code for academic research:

Documentation

The documentation can be viewed at here.