Thomas Robitaille
Thomas Robitaille
It would be nice to add a function that estimates a covariance matrix of output pixels for any of the reprojection functions. We could make this a 'brute force' way...
Currently we hard-code the exact reprojection to only work with 2d images: https://github.com/astropy/reproject/blob/master/reproject/spherical_intersect/high_level.py#L63 We should extend this to any data cube that has celestial slices, even though it might be...
Currently we require datasets with spectral axes to have matching CTYPEs to be reprojected: https://github.com/astropy/reproject/blob/master/reproject/interpolation/core.py#L45 Once SpectralCoord has been implemented (https://github.com/astropy/specutils/pull/524) and this has been connected to the FITS-WCS APE...
Currently the HEALPix example in https://reproject.readthedocs.io/en/stable/healpix.html is problematic because in fact the healpix array is 2D. This causes the reprojection to be very slow as a large (1000,800,1024) array is...
When setting a value for a slider from a property, the slider shouldn't re-adjust the property based on the discretization of the slider, as this can then cause additional callbacks.
The following notebook demonstrates a bug in the blending of multiple ImageGL marks: https://gist.github.com/astrofrog/08735bc30c2f8980edeaae0fd0842352 In short, I set up two arrays that look like: ```python image1 = np.array([[[255, 0, 0,...
One thing that Matplotlib images support that would be good to add here is support for colormaps that have variable opacity - for instance when showing a density map of...
We might want to simply remove this job or try and determine in more detail what is causing the segfault.
Fixes https://github.com/glue-viz/glue/issues/2047