Wave Modelling

darksirens.wavemodelling.waves module

class darksirens.wavemodelling.waves.wave_properties

Bases: object

This class handles the computation of the properties of the gravitational waves.

get_waveform(m1=30, m2=30, phic=0, distance=1000.0)

This function returns the waveform (i.e. the GW strain \(h(f)\)) from PyCBC.

Parameters
  • m1 – the mass of the first component.

  • m2 – the mass of the second component.

  • phic – the phase of the coalescence.

  • distance – the luminosity distance to the event.