From 809a53cbe64f4ec958ca9c35344eab1f75b26674 Mon Sep 17 00:00:00 2001 From: caes Date: Tue, 31 Jan 2017 21:18:40 -0500 Subject: [PATCH] formatting fixes --- scripts/analyze_lightcurve.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/analyze_lightcurve.py b/scripts/analyze_lightcurve.py index 6160d3e..a54f1b9 100644 --- a/scripts/analyze_lightcurve.py +++ b/scripts/analyze_lightcurve.py @@ -68,8 +68,8 @@ fqd = 10**(np.log10( (fqL[:-1]*fqL[1:]) )/2.) ## load the first light curve -lc1_time, lc1_strength, lc1_strength_err = - np.loadtxt(args[0],skiprows=1).T +lc1_time, lc1_strength, lc1_strength_err = np.loadtxt(args[0], + skiprows=1).T # for pylab: errorbar(t1,l1,yerr=l1e,fmt='o')