diff --git a/docs/changes/2141.api.rst b/docs/changes/2141.api.rst new file mode 100644 index 00000000000..182f2f484ea --- /dev/null +++ b/docs/changes/2141.api.rst @@ -0,0 +1,4 @@ +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``.