Thomas Robitaille
Thomas Robitaille
Similar to https://github.com/glue-viz/glue-jupyter/issues/101, the selection modes (and/or/etc) aren't always needed so it would be good to have a simple way to enable/disable this programmatically.
When panning around, the current debounce method works nicely. However, when changing slice in the n-dimensional data, it would be nice to have the image change while the slice is...
At the moment, #75 implemented color-compositing by re-using the infrastructure from glue-core, which operates on the CPU. However, in principle we could re-work this so that it happens in the...
#75 added the ability to have sliders for n-dimensional cubes. This issue is a reminder that we still need to add support for optionally showing the world coordinates next to...
For consistency with other methods, I think we should rename imshow to image2d
Let's say I turn on the linear scaling of the points, and the default attribute for that has a min and max of 10 and 20 respectively. Now let's say...
The bqplot histogram viewer has ``large_data_size = 1e5`` which is quite small. The state class actually has a method to find the histogram (which uses fast-histogram behind the scenes) and...
Currently if I create a GWCS using the example at the front of the docs: ```python In [1]: import numpy as np ...: from astropy.modeling import models ...: from astropy.coordinates...
I'm running into issues with a solar GWCS where the high-level objects are astropy coordinates with default values of arcseconds. To reproduce this you will need the following dataset: https://github.com/astropy/reproject/blob/main/reproject/tests/data/aia_171_level1.asdf...
In addition to having the 'live run' test, we could add some unit tests to make sure the environment variables are set correctly - this would allow tests to be...