From f5b956e54bfd8bdd03744b2e260cc270ac2415b2 Mon Sep 17 00:00:00 2001 From: gmegh Date: Fri, 25 Oct 2024 19:47:21 -0300 Subject: [PATCH] Add parameter_march news files --- doc/news/DM-45761.feature.1.rst | 1 + doc/news/DM-45761.feature.2.rst | 1 + doc/news/DM-45761.feature.rst | 1 + 3 files changed, 3 insertions(+) create mode 100644 doc/news/DM-45761.feature.1.rst create mode 100644 doc/news/DM-45761.feature.2.rst create mode 100644 doc/news/DM-45761.feature.rst diff --git a/doc/news/DM-45761.feature.1.rst b/doc/news/DM-45761.feature.1.rst new file mode 100644 index 000000000..f286e744d --- /dev/null +++ b/doc/news/DM-45761.feature.1.rst @@ -0,0 +1 @@ +Introduced `parameter_march_lsstcam.py`: Script for taking parameter march images with Simonyi Telescope using LSSTCam. diff --git a/doc/news/DM-45761.feature.2.rst b/doc/news/DM-45761.feature.2.rst new file mode 100644 index 000000000..124e5d54c --- /dev/null +++ b/doc/news/DM-45761.feature.2.rst @@ -0,0 +1 @@ +Introduced `parameter_march_comcam.py`: Script for taking parameter march images with Simonyi Telescope using LSSTComCam. diff --git a/doc/news/DM-45761.feature.rst b/doc/news/DM-45761.feature.rst new file mode 100644 index 000000000..f11ea6917 --- /dev/null +++ b/doc/news/DM-45761.feature.rst @@ -0,0 +1 @@ +Introduced `base_parameter_march.py`: Base class for running for taking sensitivity matrices and parameter marches.