Thomas Robitaille
Thomas Robitaille
See comment in https://github.com/radio-astro-tools/casa-formats-io/pull/33#issuecomment-979366278
In https://github.com/glue-viz/glue/pull/2250 I made it so that we skip the checks for residual references to viewers for the ``test_aspect_resize`` test, as this now fails with Matplotlib 3.5 due to https://github.com/matplotlib/matplotlib/pull/19255...
Either in the documentation, or somehow when using that functionality Logo: https://github.com/radio-astro-tools/radio-astro-tools.github.com/blob/master/radiosnakes_nostruts2.svg
@ChrisBeaumont - When working on some other PRs, I was going to clean up a few docstrings to change the ``` :param x: x pixel location in slice array :param...
Astronomical WCSes can have different number of world and pixel coordinates, so we should make sure we support this.
It would be nice to have an auto-linker that could look at datasets with 1-d attributes and offer to link them if there are >N columns and all the column...
The current linking UI allows categorical attributes to be linked but viewers such as the histogram viewer then crash if trying to plot these attributes. To reproduce, link two categorical...
This will require a bit of thinking but it would be nice to have a way to have some kind of 'nearest-neighbor' linking. For instance, if I select points in...
If glue-astronomy is installed, some tests here fail. We should make sure that the test suite is somehow more robust to plugin packages, perhaps by temporarily setting all registries to...
The FITS-WCS class auto-converts units to SI. It would be nice to develop an APE-14 wrapper we could use here for FITS files that preserves the original units from the...