Skip to content

Commit

Permalink
Fix bug with recent changes to visibility calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
rychallener committed Oct 11, 2021
1 parent 364fafa commit a57e3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theresa/theresa.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a57e3ac

Please sign in to comment.