Thomas Robitaille
Thomas Robitaille
There are currently two bottlenecks for the profile viewer when many layers/datasets are present: * The first is that we sometimes chunk in compute_statistic when in fact we don't need...
The Qt plugin manager should show plugin packages (not just entry points) and could show available updates etc.
In Qt glue, in the plugin list we could add a link to the page that provides instructions about available plugins and how to install them
*This came out of a discussion with @eteq, @nmearl, and @jsub1 at Glue-Con 2020 NYC* Currently the world axis names are used as proxies for pixel axes in the image...
We should preserve circular ROIs whenever possible in glue instead of converting them to polygons. There are cases where we do need to convert to polygons, but the original subset...
The 1D histogram and density scatter plot (2D histogram) should have the ability to select an attribute to use as a binning weight (different from color coding)
In https://github.com/glue-viz/glue/pull/1876, @maartenbreddels added a new ``show_axes`` property for 2D viewers - we should honor this option for the Matplotlib viewers (which can also be used in glue-jupyter)
Possible fix for https://github.com/astropy/astroquery/issues/2482 - only raise an error about missing API key when it is needed, otherwise user doesn't have chance to set it before the warning is emitted.
Currently, using astrometry.net with a recent version of astropy on an image will result in the following INFO message: ``` INFO: using the unit adu passed to the FITS reader...