Skip to content

Commit

Permalink
Ah! Finally found where the algorithm was being changed!
Browse files Browse the repository at this point in the history
  • Loading branch information
hickerson committed May 8, 2023
1 parent 6a57bfd commit dd66cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumaviewpro.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ def focus_iterate(self, dt):
# calculate the position and focus measure
try:
current = lumaview.scope.get_current_position('Z')
focus = self.focus_function(image, algorithm = 'skew')
focus = self.focus_function(image)
next_target = lumaview.scope.get_target_position('Z') + self.resolution
except:
logger.warning('[LVP Main ] Error talking to motion controller.')
Expand Down

0 comments on commit dd66cfc

Please sign in to comment.