Browse Source

Add PHIOMEGA2012

compton 1 year ago
parent
commit
44e9c909d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compton_combiner.py

+ 2 - 2
compton_combiner.py

@@ -20,8 +20,8 @@ import pandas as pd
 from tqdm import tqdm
 
 SEASONS = {
-    'name': ['RHO2013', 'BRK2013/16', 'HIGH2017', 'RHO2018', 'HIGH2019', 'LOW2020', 'HIGH2020', 'HIGH2021', 'NNBAR2022', 'HIGH2023'],
-    'start_run': [18809, 32076, 36872, 48938, 70014, 85224, 89973, 98116, 107342, 131913, None],
+    'name': ['PHIOMEGA2012', 'RHO2013', 'BRK2013/16', 'HIGH2017', 'RHO2018', 'HIGH2019', 'LOW2020', 'HIGH2020', 'HIGH2021', 'NNBAR2022', 'HIGH2023'],
+    'start_run': [17405, 18809, 32076, 36872, 48938, 70014, 85224, 89973, 98116, 107342, 131913, None],
 }
 
 class RunsDBHandler():