mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-24 02:35:05 +00:00
formatting fixes
This commit is contained in:
parent
f6bdfe987d
commit
809a53cbe6
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user