From afb5270b6c47fa7fd3119df68f6cb596b8b829d5 Mon Sep 17 00:00:00 2001 From: edennihy Date: Tue, 19 Nov 2024 10:26:47 -0700 Subject: [PATCH] Add news fragments. --- doc/news/DM-47381.bugfix.2.rst | 1 + doc/news/DM-47381.bugfix.3.rst | 1 + doc/news/DM-47381.bugfix.rst | 1 + doc/news/DM-47381.feature.1.rst | 1 + doc/news/DM-47381.feature.2.rst | 1 + doc/news/DM-47381.feature.3.rst | 1 + doc/news/DM-47381.feature.4.rst | 1 + doc/news/DM-47381.feature.5.rst | 1 + doc/news/DM-47381.feature.6.rst | 1 + doc/news/DM-47381.feature.rst | 1 + 10 files changed, 10 insertions(+) create mode 100644 doc/news/DM-47381.bugfix.2.rst create mode 100644 doc/news/DM-47381.bugfix.3.rst create mode 100644 doc/news/DM-47381.bugfix.rst create mode 100644 doc/news/DM-47381.feature.1.rst create mode 100644 doc/news/DM-47381.feature.2.rst create mode 100644 doc/news/DM-47381.feature.3.rst create mode 100644 doc/news/DM-47381.feature.4.rst create mode 100644 doc/news/DM-47381.feature.5.rst create mode 100644 doc/news/DM-47381.feature.6.rst create mode 100644 doc/news/DM-47381.feature.rst diff --git a/doc/news/DM-47381.bugfix.2.rst b/doc/news/DM-47381.bugfix.2.rst new file mode 100644 index 00000000..656b5093 --- /dev/null +++ b/doc/news/DM-47381.bugfix.2.rst @@ -0,0 +1 @@ +In ``maintel/take_aos_sequence_comcam.py``, wait for all images to be ingested before starting OCPS process. \ No newline at end of file diff --git a/doc/news/DM-47381.bugfix.3.rst b/doc/news/DM-47381.bugfix.3.rst new file mode 100644 index 00000000..99d5709d --- /dev/null +++ b/doc/news/DM-47381.bugfix.3.rst @@ -0,0 +1 @@ +In ``maintel/base_close_loop.py``, flush evt_degreeOfFreedom. \ No newline at end of file diff --git a/doc/news/DM-47381.bugfix.rst b/doc/news/DM-47381.bugfix.rst new file mode 100644 index 00000000..07d942f7 --- /dev/null +++ b/doc/news/DM-47381.bugfix.rst @@ -0,0 +1 @@ +In ``maintel/take_aos_sequence_comcam.py``, fix call to ready_to_take_data. \ No newline at end of file diff --git a/doc/news/DM-47381.feature.1.rst b/doc/news/DM-47381.feature.1.rst new file mode 100644 index 00000000..ccc025fe --- /dev/null +++ b/doc/news/DM-47381.feature.1.rst @@ -0,0 +1 @@ +In ``track_target_and_take_image_comcam.py``, add StateTransition usages to MTCS and ComCam usages. \ No newline at end of file diff --git a/doc/news/DM-47381.feature.2.rst b/doc/news/DM-47381.feature.2.rst new file mode 100644 index 00000000..b9725288 --- /dev/null +++ b/doc/news/DM-47381.feature.2.rst @@ -0,0 +1 @@ +In ``base_track_target_and_take_image.py`` and ``track_target_and_take_image_comcam.py``, add instrument name to metadata. \ No newline at end of file diff --git a/doc/news/DM-47381.feature.3.rst b/doc/news/DM-47381.feature.3.rst new file mode 100644 index 00000000..cc01f75b --- /dev/null +++ b/doc/news/DM-47381.feature.3.rst @@ -0,0 +1 @@ +In ``base_track_target.py``, add log to debug check feature. \ No newline at end of file diff --git a/doc/news/DM-47381.feature.4.rst b/doc/news/DM-47381.feature.4.rst new file mode 100644 index 00000000..5fad5797 --- /dev/null +++ b/doc/news/DM-47381.feature.4.rst @@ -0,0 +1 @@ +In ``base_track-target_and_take_image.py``, add support for single filters or array of filters in metadata. \ No newline at end of file diff --git a/doc/news/DM-47381.feature.5.rst b/doc/news/DM-47381.feature.5.rst new file mode 100644 index 00000000..8620bbac --- /dev/null +++ b/doc/news/DM-47381.feature.5.rst @@ -0,0 +1 @@ +In ``track_target_and_take_iamge_comcam.py``, simplify the _handle_slew_and_change_filter method. \ No newline at end of file diff --git a/doc/news/DM-47381.feature.6.rst b/doc/news/DM-47381.feature.6.rst new file mode 100644 index 00000000..ab4634f8 --- /dev/null +++ b/doc/news/DM-47381.feature.6.rst @@ -0,0 +1 @@ +In ``base_close_loop.py``, add gain_sequence. \ No newline at end of file diff --git a/doc/news/DM-47381.feature.rst b/doc/news/DM-47381.feature.rst new file mode 100644 index 00000000..50a97807 --- /dev/null +++ b/doc/news/DM-47381.feature.rst @@ -0,0 +1 @@ +In ``maintel/take_aos_sequence_comcam.py``, use all topics from the camera. \ No newline at end of file