Skip to content

Commit

Permalink
reverted signs of returned shifts found by Radon-based recentering fu…
Browse files Browse the repository at this point in the history
…nction
  • Loading branch information
VChristiaens committed Feb 13, 2024
1 parent 2a2c3f0 commit 266d966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vip_hci/preproc/recentering.py
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ def cube_recenter_radon(array, full_output=False, verbose=True, imlib='vip-fft',
timing(start_time)

if full_output:
return array_rec, cy-y, cx-x, dyx
return array_rec, y-cy, x-cx, dyx
else:
return array_rec

Expand Down

0 comments on commit 266d966

Please sign in to comment.