From 2108dea007c5dbe5c7c1899abe71e82dd7ab0110 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Wed, 1 May 2019 14:46:00 +0100 Subject: [PATCH] Defaut new images to write to file --- openflexure_microscope/camera/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/camera/base.py b/openflexure_microscope/camera/base.py index f6cd3e71..fc59456a 100644 --- a/openflexure_microscope/camera/base.py +++ b/openflexure_microscope/camera/base.py @@ -296,7 +296,7 @@ class BaseCamera(object): def new_image( self, - write_to_file: bool = False, + write_to_file: bool = True, temporary: bool = True, filename: str = None, folder: str = "",