match_plot

GWCorrect.ppE.prior.match_plot(ppE_waveform_generator,GR_waveform_generator,injection,
beta_tildes,delta_epsilon_tildes,PSDs=None,save=False,path=None,levels=None)

Generates a contour plot displaying the match between a ppE waveform and a GR waveform at different values of beta_tilde and delta_epsilon_tilde.

Parameters:

ppE_waveform_generator: bilby.gw.waveform_generator

bilby waveform generator with the ppE frequency domain source model

GR_waveform_generator: bilby.gw.waveform_generator

default bilby waveform generator

injection: dict

dictionary of binary black hole source parameters; include b for the ppE model

beta_tildes: numpy.ndarray

array of beta_tilde values to evaluate waveforms on

delta_epsilon_tildes: numpy.ndarray

array of delta_epsilon_tilde values to evaluate waveforms on

PSDs: numpy.ndarray, optional, (None)

array of power spectral densities to weight the waveforms

save: bool, optional, (False)

whether or not to save the contour plot; will be saved as a png image

path: string, optional, (None)

path to send the saved image; if None, saves to default path

levels: numpy.ndarray, optional, (None)

array of levels for the contour plot

Returns:

match_plot

contour plot displaying the match between a ppE waveform and a GR waveform at the specified values of beta_tilde and delta_epsilon_tilde