test
This commit is contained in:
12
kate/gti.py
12
kate/gti.py
@@ -195,18 +195,6 @@ for start,end in outbursts:
|
||||
if outbursts[-1][1] != tm[-1]:
|
||||
tstop.append(tm[-1])
|
||||
|
||||
#hdu=pf.open("gti_sun_flares.fits")
|
||||
#print(hdu[1].header)
|
||||
#data=hdu[1].data
|
||||
#ttstart=data.field("START")/86400.+51543.875
|
||||
#tstart_obj = Time(ttstart, format='mjd')
|
||||
#print(tstart_obj.decimalyear)
|
||||
#ttstop=data.field("STOP")/86400.+51543.875
|
||||
#tstop_obj=Time(ttstop,format="mjd")
|
||||
#print(tstop_obj.decimalyear)
|
||||
#print(zip(tstart_obj.decimalyear,tstop_obj.decimalyear))
|
||||
#for i in np.arange(len(ttstart)):
|
||||
# plt.hlines(y=1, xmin=tstart_obj[i].decimalyear, xmax=tstop_obj[i].decimalyear, color='green', linestyle='-', linewidth=1,label="Old GTI")
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user