Thomas Robitaille
Thomas Robitaille
This still needs a changelog entry
Still a work in progress as it doesn't look great for now
This is a work in progress for https://github.com/glue-viz/glue/issues/1777 - basically making it so that combos where the data should be selected show an explicit 'Select data' message rather than having...
This improves the performance of ``RoiSubsetState`` by adding a ``mask`` method for ``ROI`` For this to work properly for 2D images, we'll need to make it so that the new...
Still very early days... Remaining things to do in this PR: * [x] Rebase once #1662 is merged * [x] Extract slice for all attributes from current reference data *...
This is a work in progress to make the derived component editor into a window with two tabs, one for free-form expressions, and one to use pre-existing functions.
This is a work in progress and tries to improve the UI in the left sidebar (as per https://github.com/glue-viz/glue/issues/1308). At the moment this: * [x] Makes it impossible for individual...
For large cubes, extracting a small rectangular region in image space can be computationally expensive when computing e.g. a profile or histogram because the full mask is computed. We should...
### Background ``Component`` objects can have units set in the ``units`` attribute, which are currently not actually used anywhere. Adding support for units covers several distinct parts of glue which...
At the moment vector columns cause issues in the table viewer: https://github.com/radio-astro-tools/casa-formats-io/pull/33#issuecomment-979364153 We should find a way to deal with this, e.g. showing first value...last value or something similar.