Skip to content

Draft: add pycbc plugin

Yifan Wang requested to merge yifan.wang/pyseobnr:pycbc into main

PyCBC is a popular gravitational wave data analysis software, so I think it'd good to support it via a mechanism of entry_point used by PyCBC (the so-called waveform plugin).

In details, I

(1) add some codes to adapt the waveform output to the PyCBC data format (see pycbc_plugin.py)

(2) add an entry_point in setup.py to hook up with PyCBC

This MR is to bridge pyseobnr and pycbc. People would be able to generate SEOBNRv5HM and SEOBNRv5PHM in PyCBC

Edited by Yifan Wang

Merge request reports