From 9776011ef88e6e42d4e7199965dd525f634d7a64 Mon Sep 17 00:00:00 2001 From: Rob Bovill Date: Fri, 8 Dec 2023 09:48:28 -0700 Subject: [PATCH] Updated the disperser name and band with new values. --- .../configs/auxtel_night_operations_configs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/lsst/ts/IntegrationTests/configs/auxtel_night_operations_configs.py b/python/lsst/ts/IntegrationTests/configs/auxtel_night_operations_configs.py index a2f27663..643b7958 100644 --- a/python/lsst/ts/IntegrationTests/configs/auxtel_night_operations_configs.py +++ b/python/lsst/ts/IntegrationTests/configs/auxtel_night_operations_configs.py @@ -147,7 +147,7 @@ "object_name": "HD164461", "acq_filter": "SDSSr_65mm", "acq_grating": "empty_1", - "grating_sequence": ["ronchi170lpmm", "ronchi170lpmm", "empty_1"], + "grating_sequence": ["holo4_003", "holo4_003", "empty_1"], "filter_sequence": ["empty_1", "SDSSr_65mm", "SDSSr_65mm"], "exposure_time_sequence": [4.0, 4.0, 1.0], "target_pointing_tolerance": 5, @@ -165,7 +165,7 @@ registry["auxtel_acquire_and_take_sequence_test"] = yaml.safe_dump( { "object_name": "HD164461", - "grating_sequence": ["ronchi170lpmm", "ronchi170lpmm", "ronchi170lpmm"], + "grating_sequence": ["holo4_003", "holo4_003", "holo4_003"], "filter_sequence": ["SDSSr_65mm", "SDSSr_65mm", "SDSSr_65mm"], "exposure_time_sequence": [5.0, 5.0, 5.0], "do_acquire": False,