Skip to content
Snippets Groups Projects
Commit e66e94a0 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_inspiral_compute_dtdphideff_cov_matrix: fix typo in pp term

parent c9fc0530
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ sigsqtp = {}
for ifo in rho:
sigsqf = moment(10, 1024, 2, ifo) - moment(10, 1024, 1, ifo)**2
sigsqtt[ifo] = (1. / (2 * 3.14 * rho[ifo] * sigsqf**.5)**2)
sigsqpp[ifo] = moment(10, 1024, 1, ifo)**2 / (rho[ifo]**2 * sigsqf)
sigsqpp[ifo] = moment(10, 1024, 2, ifo) / (rho[ifo]**2 * sigsqf)
sigsqtp[ifo] = moment(10, 1024, 1, ifo) / (2 * 3.14 * rho[ifo]**2 * sigsqf)
transtt = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment