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

gstlal_inspiral_plot_extrinsic_params: increase resolution of plot

parent c1ad2605
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ from gstlal.stats import inspiral_extrinsics
TPDPDF = inspiral_extrinsics.InspiralExtrinsics()
num = 100
num = 300
dts = numpy.linspace(-0.030, 0.030, num)
dphis = numpy.linspace(-numpy.pi*1.99, numpy.pi*1.99, num)
jointpdf = numpy.zeros((num,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