plots.dtdphi module

plots.dtdphi.dtdphi2prob(dt, dphi, ifo1, ifo2, refsnr, refhorizon)[source]

function that takes dt,dphi samples and return the probability (density) values derived from the new pdf

Dt:

the time delay between detector pair

Dphi:

the difference of the coalescence phase between detector pair

Returns:

dtdpipdf(dt, dphi) * snr^4 (assuming snr = {“H1”: 5., “V1”: 2.25} and horizon = {“H1”: 110., “V1”: 45.})

plots.dtdphi.init_plot(figsize)[source]
plots.dtdphi.plots_dtdphi(ifo1, ifo2, snrs, horizons, sngl=None)[source]