astropy / astroplan

Observation planning package for astronomers – maintainer @bmorris3
https://astroplan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
199 stars 109 forks source link

SkyView #588

Open paeinovis opened 3 months ago

paeinovis commented 3 months ago

Not sure if this is an issue for others, but in case it is:

In order to use plot_finder_image with Astropy v 6.1.2, Astroquery 0.4.8, and Astroplan 0.11, I had to remove the grid=grid argument in SkyView.get_images in the file finder.py (line 88-89) under astroplan because the get_images function doesn't take a grid parameter. So even though it is by default False in finder.py, astroquery threw an error my way from SkyView/core.py.

keflavich commented 2 months ago

This was caused by https://github.com/astropy/astroquery/pull/2979