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

gstlal_inspiral_plot_extrinsic_params: extend the phase range

parent acaaf921
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ TPDPDF = inspiral_extrinsics.InspiralExtrinsics()
num = 100
dts = numpy.linspace(-0.030, 0.030, num)
dphis = numpy.linspace(-numpy.pi*.99, numpy.pi*.99, num)
dphis = numpy.linspace(-numpy.pi*1.99, numpy.pi*1.99, num)
jointpdf = numpy.zeros((num,num))
tpdf = numpy.zeros((num))
phipdf = numpy.zeros((num))
......
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