From 1e3f59b7e9b267863ff665d83b004f1acf480ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6se?= Date: Mon, 9 Jan 2023 16:49:05 +0100 Subject: [PATCH] add towncrier message --- docs/changes/2141.api.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/changes/2141.api.rst diff --git a/docs/changes/2141.api.rst b/docs/changes/2141.api.rst new file mode 100644 index 00000000000..24eff81bb5a --- /dev/null +++ b/docs/changes/2141.api.rst @@ -0,0 +1,6 @@ +Drop support for ``CameraFrame`` in ``ImageProcessor`` + +``ImageProcessor`` now only uses the ``TelescopeFrame`` to perform all image operations. +This also drops support for calculating the ``HillasParameters`` in ``CameraFrame``. + +Reading files with DL1 parameters in ``CameraFrame`` is also no longer supported.