pytgr package
Submodules
pytgr.birefringence module
pytgr.dipole module
pytgr.fta module
- pytgr.fta.gen_waveform(**kwds)[source]
Generate waveform with FTA (flexible theory agnostic) correction. Described in https://arxiv.org/pdf/1811.00364.pdf “Tests of General Relativity with GW170817”
Parameters
- kwds: dict
Only support dchi2 atm.
Returns
- hp: pycbc.types.FrequencySeries
Plus polarization time series
- hc: pycbc.types.FrequencySeries
Cross polarization time series
pytgr.massivegraviton module
- pytgr.massivegraviton.gen_waveform(**kwds)[source]
Generate waveform with massive graviton correction, assuming no effects are introduced to binary dynamics. Refer to https://journals.aps.org/prd/pdf/10.1103/PhysRevD.57.2061 “Bounding the mass of the graviton using gravitational-wave observations of inspiralling compact binaries” by Clifford Will for more details
Parameters
- kwds: dict
The parameters defining the waveform to generator. In particular,
one should provide “lambda_g”, the Compton wavelength for massive graviton, and ‘baseapprox’, the based GR waveform, on top of which correction from massive graviton will be added.
Returns
- hp: pycbc.types.FrequencySeries
Plus polarization time series
- hc: pycbc.types.FrequencySeries
Cross polarization time series