From 0e1a25b5b4cda78a8403fbad2f3468d2610d3da0 Mon Sep 17 00:00:00 2001 From: aschuesler Date: Wed, 29 Jan 2025 12:37:59 -0500 Subject: [PATCH] Update finder.py --- astroplan/plots/finder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroplan/plots/finder.py b/astroplan/plots/finder.py index 58ca4034..2fbf4d67 100644 --- a/astroplan/plots/finder.py +++ b/astroplan/plots/finder.py @@ -86,7 +86,7 @@ def plot_finder_image(target, survey='DSS', fov_radius=10*u.arcmin, hdu = SkyView.get_images(position=position, coordinates=coordinates, survey=survey, radius=fov_radius, grid=grid)[0][0] wcs = WCS(hdu.header) - + grid=grid # Set up axes & plot styles if needed. if ax is None: ax = plt.gcf().add_subplot(projection=wcs)