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_alsc.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/raspberrypi/ctt/ctt_alsc.py') diff --git a/utils/raspberrypi/ctt/ctt_alsc.py b/utils/raspberrypi/ctt/ctt_alsc.py index b697ed3e..b988f565 100644 --- a/utils/raspberrypi/ctt/ctt_alsc.py +++ b/utils/raspberrypi/ctt/ctt_alsc.py @@ -218,6 +218,7 @@ def get_16x12_grid(chan, dx, dy): """ return np.array(grid) + """ obtains sigmas for red and blue, effectively a measure of the 'error' """ @@ -257,6 +258,7 @@ def get_sigma(Cam, cal_cr_list, cal_cb_list): # print(sigma_r, sigma_b) return sigma_r, sigma_b + """ calculate sigma from two adjacent gain tables """ -- cgit v1.2.1