This commit is contained in:
Roman Krivonos
2024-08-30 18:40:31 +03:00
parent 6781f091f9
commit a1340250f0
26 changed files with 24464 additions and 17185 deletions

View File

@@ -39,7 +39,7 @@ inkey="ALL"
sigma=3
plotme=False
plotme=True
ebands0={
'E01':[0.0,0.0], # 25-60 keV

View File

@@ -43,6 +43,10 @@ ax1.set_title("25-60 keV")
ax2.set_title("60-80 keV")
ax3.set_title("80-200 keV")
ax1.set_xlim(185,-185)
ax2.set_xlim(185,-185)
ax3.set_xlim(185,-185)
ax1.set_ylim(-0.3,1.8)
ax2.set_ylim(-0.3,1.8)
ax3.set_ylim(-0.3,1.8)