Skip to content

Commit 999aeb6

Browse files
Merge pull request #22 from JohemianKnapsody/main
Update full_auto_calibrate() to set geq to max
2 parents a8f2cc5 + c13e222 commit 999aeb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/labthings_picamera2/thing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,11 +934,13 @@ def full_auto_calibrate(self):
934934
935935
* `flat_lens_shading` to disable flat-field
936936
* `auto_expose_from_minimum`
937-
* `calibrate_white_balance`
937+
* `set_static_green_equalisation` to set geq offset to max
938938
* `calibrate_lens_shading`
939+
* `calibrate_white_balance`
939940
"""
940941
self.flat_lens_shading()
941942
self.auto_expose_from_minimum()
943+
self.set_static_green_equalisation()
942944
self.calibrate_lens_shading()
943945
self.calibrate_white_balance()
944946

0 commit comments

Comments
 (0)