From 266d966b959d9ed5ce0d927cf2a1b047586df82a Mon Sep 17 00:00:00 2001 From: VChristiaens Date: Wed, 14 Feb 2024 00:50:15 +0100 Subject: [PATCH] reverted signs of returned shifts found by Radon-based recentering function --- vip_hci/preproc/recentering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vip_hci/preproc/recentering.py b/vip_hci/preproc/recentering.py index ed891e1d..6540f9b5 100644 --- a/vip_hci/preproc/recentering.py +++ b/vip_hci/preproc/recentering.py @@ -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