From 57b5210f37f4b6342abc9608740f946e6277eac1 Mon Sep 17 00:00:00 2001 From: Ben Benson Date: Fri, 25 Aug 2023 16:58:23 +0100 Subject: utils: raspberrypi: ctt: Added CAC support to the CTT Added the ability to tune the chromatic aberration correction within the ctt. There are options for cac_only or to tune as part of a larger tuning process. CTT will now recognise any files that begin with "cac" as being chromatic aberration tuning files. Signed-off-by: Ben Benson Reviewed-by: Naushir Patuck --- utils/raspberrypi/ctt/alsc_pisp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/raspberrypi/ctt/alsc_pisp.py') diff --git a/utils/raspberrypi/ctt/alsc_pisp.py b/utils/raspberrypi/ctt/alsc_pisp.py index 499aecd1..d0034ae1 100755 --- a/utils/raspberrypi/ctt/alsc_pisp.py +++ b/utils/raspberrypi/ctt/alsc_pisp.py @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: BSD-2-Clause # -# Copyright (C) 2022, Raspberry Pi (Trading) Limited +# Copyright (C) 2022, Raspberry Pi Ltd # # alsc_only.py - alsc tuning tool -- cgit v1.2.1