From 30fddc32cfd5af1fc1f49de2e91b39c81cdf10e2 Mon Sep 17 00:00:00 2001 From: shivesh Date: Wed, 4 Apr 2018 17:26:05 -0500 Subject: intergrate GolemFit into scripts --- utils/enums.py | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'utils/enums.py') diff --git a/utils/enums.py b/utils/enums.py index 7798cca..bce3da2 100644 --- a/utils/enums.py +++ b/utils/enums.py @@ -56,17 +56,18 @@ class Priors(Enum): class SteeringCateg(Enum): - BASELINE = 1 - HOLEICE = 2 - ABSORPTION = 3 - SCATTERING = 4 - SCATTERING_ABSORPTION = 5 - STD = 6 - STD_HALF1 = 7 - STD_HALF2 = 8 - LONGLIFE = 9 - DPL = 10 - + P2_0 = 1 + P2_1 = 2 + # TODO(shivesh): fix this "P2_-1" + P2__1 = 3 + P2__3 = 4 + P2_0_HALF1 = 5 + P2_0_HALF2 = 6 + ABSORPTION = 7 + SCATTERING = 8 + SCATTERING_ABSORPTION = 9 + LONGLIFE = 10 + DPL = 11 class XSCateg(Enum): HALF = 1 -- cgit v1.2.3