utils: raspberrypi: ctt: Fix pycodestyle E222
E222 multiple spaces after operator Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
This commit is contained in:
parent
23cb30918c
commit
5f2160cc96
2 changed files with 2 additions and 2 deletions
|
@ -330,7 +330,7 @@ def get_alsc_patches(Img, colour_cals, grey=True):
|
|||
"""
|
||||
this works because -0 = 0 = first and -1 = last index
|
||||
"""
|
||||
col_tabs = np.array(colour_cals[cts[-pos//len(cts)]])
|
||||
col_tabs = np.array(colour_cals[cts[-pos//len(cts)]])
|
||||
"""
|
||||
else, perform linear interpolation between existing alsc colour
|
||||
calibration tables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue