From 53373b32feb403f9547e09d2e1f7d043a973a3a6 Mon Sep 17 00:00:00 2001 From: rcooke Date: Sat, 15 Jul 2023 07:32:10 +0100 Subject: [PATCH] clean up --- pypeit/spectrographs/keck_hires.py | 21 --------------------- pypeit/spectrographs/vlt_xshooter.py | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/pypeit/spectrographs/keck_hires.py b/pypeit/spectrographs/keck_hires.py index bf9a8f6182..cac1271d78 100644 --- a/pypeit/spectrographs/keck_hires.py +++ b/pypeit/spectrographs/keck_hires.py @@ -207,27 +207,6 @@ def compound_meta(self, headarr, meta_key): else: msgs.error("Not ready for this compound meta") - - def config_independent_frames(self): - """ - Define frame types that are independent of the fully defined - instrument configuration. - - This method returns a dictionary where the keys of the dictionary are - the list of configuration-independent frame types. The value of each - dictionary element can be set to one or more metadata keys that can - be used to assign each frame type to a given configuration group. See - :func:`~pypeit.metadata.PypeItMetaData.set_configurations` and how it - interprets the dictionary values, which can be None. - - Returns: - :obj:`dict`: Dictionary where the keys are the frame types that - are configuration-independent and the values are the metadata - keywords that can be used to assign the frames to a configuration - group. - """ - return {'bias': 'binning', 'dark': 'binning'} - def configuration_keys(self): """ Return the metadata keys that define a unique instrument diff --git a/pypeit/spectrographs/vlt_xshooter.py b/pypeit/spectrographs/vlt_xshooter.py index 1634ad981e..8c4cc3620c 100644 --- a/pypeit/spectrographs/vlt_xshooter.py +++ b/pypeit/spectrographs/vlt_xshooter.py @@ -101,7 +101,7 @@ def config_independent_frames(self): keywords that can be used to assign the frames to a configuration group. """ - return {'bias': 'arm', 'dark': 'arm'} + return {} def configuration_keys(self): """