Skip to content

Commit

Permalink
camera focus arg (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
danjampro authored Jan 12, 2021
1 parent e41c2b1 commit cf5ae07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/panoptes/pocs/camera/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def autofocus(self,
merit_function_kwargs=None,
mask_dilations=None,
coarse=False,
make_plots=False,
make_plots=None,
blocking=False,
*args, **kwargs):
"""
Expand Down Expand Up @@ -659,7 +659,7 @@ def autofocus(self,
coarse (bool, optional): Whether to perform a coarse focus, otherwise will perform
a fine focus. Default False.
make_plots (bool, optional: Whether to write focus plots to images folder, default
False.
behaviour is to check the focuser autofocus_make_plots attribute.
blocking (bool, optional): Whether to block until autofocus complete, default False.
Returns:
Expand Down

0 comments on commit cf5ae07

Please sign in to comment.