From a57e3acb666dfef5ae5dd6b7d7f42818d8f7ba76 Mon Sep 17 00:00:00 2001 From: Ryan Challener Date: Mon, 11 Oct 2021 17:48:00 -0400 Subject: [PATCH] Fix bug with recent changes to visibility calculation --- theresa/theresa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theresa/theresa.py b/theresa/theresa.py index 1284a77..fe179e7 100755 --- a/theresa/theresa.py +++ b/theresa/theresa.py @@ -237,8 +237,8 @@ def map2d(cfile): fit.vis[it] = utils.visibility(fit.t[it], np.deg2rad(fit.lat), np.deg2rad(fit.lon), - np.deg2rad(fit.dlat), - np.deg2rad(fit.dlon), + np.deg2rad(fit.dlatgrid), + np.deg2rad(fit.dlongrid), np.deg2rad(180.), cfg.planet.prot, cfg.planet.t0,