From 0d1178afc0c06fed9e5745cfe920add706c605ea Mon Sep 17 00:00:00 2001 From: kate Date: Wed, 17 Sep 2025 18:20:34 +0300 Subject: [PATCH] test --- kate/gti.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/kate/gti.py b/kate/gti.py index c59c7a5..fe252eb 100644 --- a/kate/gti.py +++ b/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")