diff --git a/doc/news/DM-47890.feature.1.rst b/doc/news/DM-47890.feature.1.rst new file mode 100644 index 00000000..a97d2bcf --- /dev/null +++ b/doc/news/DM-47890.feature.1.rst @@ -0,0 +1 @@ +Update auxtel/latiss.py, maintel/comcam.py and maintel/lsstcam.py to add startIntegration event to the camera usages. 57adff3 Tiago Ribeiro Dec 13, 2024 at 11:40 AM diff --git a/doc/news/DM-47890.feature.2.rst b/doc/news/DM-47890.feature.2.rst new file mode 100644 index 00000000..097b2e3f --- /dev/null +++ b/doc/news/DM-47890.feature.2.rst @@ -0,0 +1 @@ +In maintel/mtcs.py, remove settling time after clearing slew flag (currently refered to as close booster valve in the code). diff --git a/doc/news/DM-47890.feature.3.rst b/doc/news/DM-47890.feature.3.rst new file mode 100644 index 00000000..510dde6a --- /dev/null +++ b/doc/news/DM-47890.feature.3.rst @@ -0,0 +1 @@ +In maintel/mtcs.py, add a context manager to ensure m1m3 is in engineering mode before/after some operation and add unit tests. diff --git a/doc/news/DM-47890.feature.rst b/doc/news/DM-47890.feature.rst new file mode 100644 index 00000000..09495e0d --- /dev/null +++ b/doc/news/DM-47890.feature.rst @@ -0,0 +1 @@ +In base_camera.py, refactor how the start/end integration works to allow returning from a take image sequence as soon as the last image finishes exposing, instead of having to wait for the endReadout event. bcafd0a Tiago Ribeiro Dec 13, 2024 at 11:40 AM