diff --git a/astroplan/plots/finder.py b/astroplan/plots/finder.py index 58ca4034..06bf71a2 100644 --- a/astroplan/plots/finder.py +++ b/astroplan/plots/finder.py @@ -84,7 +84,7 @@ def plot_finder_image(target, survey='DSS', fov_radius=10*u.arcmin, target_name = None if isinstance(target, SkyCoord) else target.name hdu = SkyView.get_images(position=position, coordinates=coordinates, - survey=survey, radius=fov_radius, grid=grid)[0][0] + survey=survey, radius=fov_radius)[0][0] wcs = WCS(hdu.header) # Set up axes & plot styles if needed.