summaryrefslogtreecommitdiff
path: root/utils/raspberrypi/ctt/ctt_lux.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/raspberrypi/ctt/ctt_lux.py')
-rw-r--r--utils/raspberrypi/ctt/ctt_lux.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/raspberrypi/ctt/ctt_lux.py b/utils/raspberrypi/ctt/ctt_lux.py
index 55b2aa29..ab367cae 100644
--- a/utils/raspberrypi/ctt/ctt_lux.py
+++ b/utils/raspberrypi/ctt/ctt_lux.py
@@ -19,6 +19,7 @@ def lux(Cam, Img):
channels = [Img.channels[i] for i in Img.order]
return lux_calc(Cam, Img, patches, channels), shutter_speed, gain
+
"""
perform lux calibration on bayer channels
"""