utils: raspberrypi: ctt: Fix pycodestyle E251
E251 unexpected spaces around keyword / parameter equals 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
6eb1bce9c7
commit
965cae72a7
6 changed files with 9 additions and 9 deletions
|
@ -131,7 +131,7 @@ def alsc(Cam, Img, do_alsc_colour, plot=False):
|
|||
"""
|
||||
average the green channels into one
|
||||
"""
|
||||
av_ch_g = np.mean((channels[1:2]), axis = 0)
|
||||
av_ch_g = np.mean((channels[1:2]), axis=0)
|
||||
if do_alsc_colour:
|
||||
"""
|
||||
obtain 16x12 grid of intensities for each channel and subtract black level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue