From 178342548718f55da936b1af69643ff51e6765a4 Mon Sep 17 00:00:00 2001 From: caes Date: Tue, 31 Jan 2017 21:48:28 -0500 Subject: [PATCH] maybe fixed Cx --- scripts/analyze_lightcurve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analyze_lightcurve.py b/scripts/analyze_lightcurve.py index 7cbfb6e..ae3d51b 100644 --- a/scripts/analyze_lightcurve.py +++ b/scripts/analyze_lightcurve.py @@ -100,7 +100,7 @@ echo_psd, echo_psd_err = clag.errors(P2, echo_psd, echo_psd_err) ### Now the cross spectrum ### ### We also give it the calculated psd values as input ### Cx = clag.clag('cxd10r', - [[lc1_time,lc1_time]], + [[lc1_time,lc2_time]], [[lc1_strength,lc2_strength]], [[lc1_strength_err,lc2_strength_err]], dt, fqL, ref_psd, echo_psd)