From 33c4221e8700e15db55994e510d86225d6cd9ece Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 2 May 2020 03:32:00 +0300 Subject: utils: raspberrypi: ctt: Fix pycodestyle E305 E305 expected 2 blank lines after class or function definition Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: David Plowman --- utils/raspberrypi/ctt/ctt_ccm.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/raspberrypi/ctt/ctt_ccm.py') diff --git a/utils/raspberrypi/ctt/ctt_ccm.py b/utils/raspberrypi/ctt/ctt_ccm.py index 0a4eb57a..dd660e40 100644 --- a/utils/raspberrypi/ctt/ctt_ccm.py +++ b/utils/raspberrypi/ctt/ctt_ccm.py @@ -16,6 +16,7 @@ def degamma(x): x = x * ((2**16)-1) return x + """ FInds colour correction matrices for list of images """ @@ -153,6 +154,7 @@ def ccm(Cam, cal_cr_list, cal_cb_list): }) return ccms + """ calculates the ccm for an individual image. ccms are calculate in rgb space, and are fit by hand. Although it is a 3x3 -- cgit v1.2.1