formatting fixes

This commit is contained in:
caes 2017-01-31 21:18:40 -05:00
parent f6bdfe987d
commit 809a53cbe6

View File

@ -68,8 +68,8 @@ fqd = 10**(np.log10( (fqL[:-1]*fqL[1:]) )/2.)
## load the first light curve ## load the first light curve
lc1_time, lc1_strength, lc1_strength_err = lc1_time, lc1_strength, lc1_strength_err = np.loadtxt(args[0],
np.loadtxt(args[0],skiprows=1).T skiprows=1).T
# for pylab: errorbar(t1,l1,yerr=l1e,fmt='o') # for pylab: errorbar(t1,l1,yerr=l1e,fmt='o')