diff --git a/src/openflexure_microscope_server/things/smart_scan.py b/src/openflexure_microscope_server/things/smart_scan.py index 8ede04ca..600bab4a 100644 --- a/src/openflexure_microscope_server/things/smart_scan.py +++ b/src/openflexure_microscope_server/things/smart_scan.py @@ -217,7 +217,7 @@ class BackgroundDetectThing(Thing): @thing_property def fraction(self) -> float: """How much of the image needs to be not background to label as sample""" - return self.thing_settings.get("fraction", 7) + return self.thing_settings.get("fraction", 25) @fraction.setter def fraction(self, value: float) -> None: