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

@@ -42,16 +42,17 @@ sigma=3
# for these bands, slope is taken from stacked profile
fixed_slope = ['E04','E05','E06','E07','E08','E09','E10','E11','E12','E15',
'A02','A03','A04','A05','A06','A07','A08','A09','A10','A11',]
'A02','A03','A04','A05','A06','A07','A08','A09','A10','A11',
'B02','B03','B04','B05','B06','B07','B08','B09','B10','B11','B12','B13','B14','B15','B16','B17','B18','B19','B20','B21']
# for these bands, slope is free for each revolution
free_slope = ['E01', 'E02', 'E03', 'A01']
free_slope = ['E01', 'E02', 'E03', 'A01','B01']
# for these bands, slope is fixed at constant (or if positive, which is not allowed)
const_slope = ['E10','E11','E12','A10','A11']
const_slope = ['E10','E11','E12','A10','A11','B18','B19','B20','B21']
# for stacked profile, skip orbits>800 for energy channels <30 keV
skip800 = ['E02','E03','A01']
skip800 = ['E02','E03','A01','B01']
# some static revs/scws to be removed
ignore_orbits=[352,834,912,1019,1021,1028,2275,2405,2493]