diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-04 17:26:05 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-04 17:26:05 -0500 |
| commit | 30fddc32cfd5af1fc1f49de2e91b39c81cdf10e2 (patch) | |
| tree | f75483c8702c2367dc49e9af397de9eabbd52ccf /utils/enums.py | |
| parent | 9b12d2bf5d2047539dbb85ed3c218114cf1406d7 (diff) | |
| download | GolemFlavor-30fddc32cfd5af1fc1f49de2e91b39c81cdf10e2.tar.gz GolemFlavor-30fddc32cfd5af1fc1f49de2e91b39c81cdf10e2.zip | |
intergrate GolemFit into scripts
Diffstat (limited to 'utils/enums.py')
| -rw-r--r-- | utils/enums.py | 23 |
1 files changed, 12 insertions, 11 deletions
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 |
