From 55c168a0bf2733368ed8eef8a8d72e3f51add005 Mon Sep 17 00:00:00 2001
From: Willem-Jan Vriend <wjvriend@astro.rug.nl>
Date: Wed, 12 Oct 2022 09:40:58 +0200
Subject: [PATCH] removed obsolet

---
 src/micado/main/TemplateExtra.py | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/micado/main/TemplateExtra.py b/src/micado/main/TemplateExtra.py
index 8de787d14..19bef4dfc 100644
--- a/src/micado/main/TemplateExtra.py
+++ b/src/micado/main/TemplateExtra.py
@@ -61,22 +61,6 @@ class TemplateExtra(MObject):
             assert cls is Template
             return "Unknown"
 
-    def real_fits_keywords(self, prefixes: Optional[List] = None):
-        """Overloaded to add CLS.
-
-        Args:
-            prefixes: List of prefixes.
-        """
-        # TODO: or should this be a regular property?
-        # TODO: Align with use of ID in ESO templates, conficts with Detector
-        # TODO: Or infer this from the raw class instead, and we know that
-        #       due to the DPR keywords.
-        kws = super().real_fits_keywords(prefixes=prefixes)
-        # prefixes = prefixes if prefixes is not None else []
-        # k = " ".join(prefixes + ["CLS"])
-        # kws[k.upper()] = self.__class__.name_eso()
-        return kws
-
     @property
     def scopesim_dictionary(self):
         """Create ScopeSIM configuration dictionary."""
-- 
GitLab