Apply suggestions from code review of branch jpeg-capture-in-stacking

Co-authored-by: Richard Bowman <richard.bowman@cantab.net>
This commit is contained in:
Julian Stirling 2025-06-25 09:17:32 +00:00
parent 4e78f3d104
commit 8a4ad49c03
2 changed files with 3 additions and 5 deletions

View file

@ -146,8 +146,6 @@ class BaseCamera(Thing):
) -> None:
"""Capture an image and save it to disk
This will set the event `acquired` once the image has been acquired, so
that the stage may be moved while it's saved.
save_resolution can be set to resize the image before saving. By default this is None
meaning that the image is saved at original resoltion.