# HG changeset patch
# User luca_milaz
# Date 1722800335 0
# Node ID 7f0c1363f1dc9d8b341a35553634f6de62d818e9
# Parent  fe1a9318929035ef802230d43f47ef2fca3843eb
Uploaded

diff -r fe1a93189290 -r 7f0c1363f1dc marea_2/utils/general_utils.py
--- a/marea_2/utils/general_utils.py	Sun Aug 04 19:38:41 2024 +0000
+++ b/marea_2/utils/general_utils.py	Sun Aug 04 19:38:55 2024 +0000
@@ -516,7 +516,9 @@
 
     Recon   = "Recon"
     ENGRO2  = "ENGRO2"
+    ENGRO2_no_legend = "ENGRO2_no_legend"
     HMRcore = "HMRcore"
+    HMRcore_no_legend = "HMRcore_no_legend"
     Custom  = "Custom" # Exists as a valid variant in the UI, but doesn't point to valid file paths.
 
     def __raiseMissingPathErr(self, path :Optional[FilePath]) -> None: