From 2bc315f85da8d686b33f32111b7f08d87a3fb080 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Tue, 28 Oct 2025 13:57:22 +0000 Subject: [PATCH] Update picamera cal docstring now white balance isn't its own method. --- src/openflexure_microscope_server/things/camera/picamera.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/openflexure_microscope_server/things/camera/picamera.py b/src/openflexure_microscope_server/things/camera/picamera.py index 0b9a00c8..430e7a40 100644 --- a/src/openflexure_microscope_server/things/camera/picamera.py +++ b/src/openflexure_microscope_server/things/camera/picamera.py @@ -836,9 +836,8 @@ class StreamingPiCamera2(BaseCamera): * ``flat_lens_shading`` to disable flat-field * ``auto_expose_from_minimum`` * ``set_static_green_equalisation`` to set geq offset to max - * ``calibrate_lens_shading`` + * ``calibrate_lens_shading`` (also sets colour gains for white balance) * ``reset_ccm`` - * ``calibrate_white_balance`` * ``set_background`` """ self.flat_lens_shading()