From f0b495205671fc6b36d9f35e833ece49cb24cf6e Mon Sep 17 00:00:00 2001 From: Francisco Javier Hernandez <francisco.hernandez@ldas-pcdev2.ligo.caltech.edu> Date: Wed, 12 Sep 2018 20:59:40 -0700 Subject: [PATCH] changed lambda1 to lambda_1 and lambda2 to lambda_2 --- examples/injection_examples/binary_neutron_star_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/injection_examples/binary_neutron_star_example.py b/examples/injection_examples/binary_neutron_star_example.py index 18263b1f7..631b2b532 100644 --- a/examples/injection_examples/binary_neutron_star_example.py +++ b/examples/injection_examples/binary_neutron_star_example.py @@ -29,7 +29,7 @@ np.random.seed(88170235) injection_parameters = dict( mass_1=1.5, mass_2=1.3, a_1=0.0, a_2=0.0, luminosity_distance=50., iota=0.4, psi=2.659, phase=1.3, geocent_time=1126259642.413, - ra=1.375, dec=-1.2108, lambda1=400, lambda2=450) + ra=1.375, dec=-1.2108, lambda_1=400, lambda_2=450) # Set the duration and sampling frequency of the data segment that we're going # to inject the signal into. For the -- GitLab