This commit is contained in:
2024-06-28 12:35:49 +03:00
parent ef604e08c8
commit 04843f27fc
72 changed files with 755 additions and 42 deletions

View File

@@ -40,6 +40,7 @@ n_bins = 80
sigma=3
plotme=False
"""
ebands0={#'E02':[0.0,0.0],
'E03':[0.0,0.0],
'E04':[0.0,0.0],
@@ -51,6 +52,31 @@ ebands0={#'E02':[0.0,0.0],
'E10':[0.0,0.0],
'E11':[0.0,0.0],
'E12':[0.0,0.0],}
"""
ebands0={'B01':[0.0,0.0],
'B02':[0.0,0.0],
'B03':[0.0,0.0],
'B04':[0.0,0.0],
'B05':[0.0,0.0],
'B06':[0.0,0.0],
'B07':[0.0,0.0],
'B08':[0.0,0.0],
'B09':[0.0,0.0],
'B10':[0.0,0.0],
'B11':[0.0,0.0],
'B12':[0.0,0.0],
'B13':[0.0,0.0],
'B14':[0.0,0.0],
'B15':[0.0,0.0],
'B16':[0.0,0.0],
'B17':[0.0,0.0],
'B18':[0.0,0.0],
'B19':[0.0,0.0],
'B20':[0.0,0.0],
'B21':[0.0,0.0],
}
#skey='Geminga'
if len(sys.argv) > 1:
@@ -130,7 +156,7 @@ for skey in skeys:
subprocess.run(["perl", "do_pha_igr_v3_mCrab.pl", fspec])
try:
for remfile in ["cols","cols1","cols2","header"]:
for remfile in ["cols","cols1","cols2","header",]:
os.remove(remfile)
except OSError:
pass