Skip to content
Snippets Groups Projects
Commit 9a6dee02 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Merge branch 'main' into 'main'

Main

See merge request astrogeology/autocnet!668
parents 2fba1be6 95d0276e
Branches
Tags
No related merge requests found
...@@ -321,7 +321,7 @@ class Roi(): ...@@ -321,7 +321,7 @@ class Roi():
mode=mode, mode=mode,
order=3) order=3)
self._clip_center = tuple(np.array(pixel_locked.shape)[::-1]) / 2.0) self._clip_center = tuple(np.array(pixel_locked.shape)[::-1] / 2.0)
self._clipped_array = img_as_float32(pixel_locked) self._clipped_array = img_as_float32(pixel_locked)
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment