From 5773c61157de4ee7da714a9e805cd8579c15cf00 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Mon, 9 Dec 2024 13:34:16 -0700 Subject: [PATCH] Add news fragments. --- doc/news/DM-48023.feature.1.rst | 1 + doc/news/DM-48023.feature.rst | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 doc/news/DM-48023.feature.1.rst create mode 100644 doc/news/DM-48023.feature.rst diff --git a/doc/news/DM-48023.feature.1.rst b/doc/news/DM-48023.feature.1.rst new file mode 100644 index 00000000..ee188dee --- /dev/null +++ b/doc/news/DM-48023.feature.1.rst @@ -0,0 +1 @@ +Updated ``MTCS`` to implement ``ready_to_offset``, which uses the ``m1m3_booster_valve`` context manager to enable/disable slew flag before/after offseting. diff --git a/doc/news/DM-48023.feature.rst b/doc/news/DM-48023.feature.rst new file mode 100644 index 00000000..5ec58391 --- /dev/null +++ b/doc/news/DM-48023.feature.rst @@ -0,0 +1,4 @@ +Updated ``BaseTCS`` to introduce a mechanism to execute code to prepare the telescope for offsetting. + +This consist of having an async context manager that is used when calling the offset command. +By default this context manager does nothing.