Thomas Robitaille

Results 433 issues of Thomas Robitaille

The ``with_units_from_data`` method on models is meant to be public API, but ``CompoundModel.with_units_from_data`` will only work if ``_left_kwargs`` and ``_right_kwargs`` are passed as kwargs. If these parameters are needed, we...

modeling
API change

Still a work in progress - trying to figure out conceptually with whether the unit conversion stuff added here should result in any visual changes in the axes or just...

Work in progress, but can already be tested out.

Currently there is no mechanism for specifying units on data classes other than ``Data`` - we should fix this.

This is an experimental pull request adding a new type of callback called 'validators'. The idea here is that one can do e.g.: ```python In [1]: from echo import HasCallbackProperties,...

enhancement

Work in progress, seems to work for basic plot types but need to work on 3D viewers and WWT. Also need to decide on an API and a way to...

Still a work in progress, and requires https://github.com/glue-viz/glue/pull/2509

I just noticed today that vectors don't work properly with bqplot in the 2D scatter viewer - we just show a scatter plot with marker type ``arrow`` but this just...

bug

A common issue reported by users is the lack of ticks/tick labels for images that have significant rotation: * https://github.com/astropy/astropy/issues/7180 (which includes a number of different user reports) * https://github.com/astropy/astropy/issues/13458...

visualization
visualization.wcsaxes

As highlighted in https://github.com/astropy/astropy/issues/16244, modifying input pixel arrays in the WCSLIB C wrapper is not thread-safe. There are two possible solutions: * **Option 1** Avoid modifying the input pixel arrays...

wcs
external
needs-discussion
multi-threading