Skip to content

Commit

Permalink
Merge branch 'hyperion_1068_1213_ophyd_oav_for_grid_detect' of github…
Browse files Browse the repository at this point in the history
….com:DiamondLightSource/dodal into hyperion_1068_1213_ophyd_oav_for_grid_detect
  • Loading branch information
dperl-dls committed Mar 5, 2024
2 parents 8c15d40 + 21aa5a9 commit e5e629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dodal/devices/oav/pin_image_recognition/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _locate_sample(self, edge_arr: np.ndarray) -> SampleLocation:
"pin-tip detection: No non-narrow edges found - cannot locate pin tip"
)
return SampleLocation(
tip_y=None, tip_x=None, edge_bottom=bottom, edge_top=top
tip_x=None, tip_y=None, edge_bottom=bottom, edge_top=top
)

# Choose our starting point - i.e. first column with non-narrow width for positive scan, last one for negative scan.
Expand Down

0 comments on commit e5e629e

Please sign in to comment.