Thomas Robitaille
Thomas Robitaille
When using multiple subsets, we can probably make the spacing around the coloured circles more compact to reduce horizontal extent: 
Now that we can use vispy in Jupyter notebook/lab thanks to jupyter_rfb, we should try and factor out the part of the viewers that is not Qt-specific and then have...
@dhomeier - would you be able to look into this?
### Description This fixes a corner case in ``compute_scale`` when the fiducial coordinates provided are outside of the bounding box. This is needed if the bounding box on data is...
### Description The goal here is to try and make sure that we can convert between e.g. MJy and ergs/cm^2/s/AA/sr. However this doesn't work currently, probably because the equivalencies aren't...
This is a spin-off from a discussion in https://github.com/spacetelescope/jdaviz/pull/2889#discussion_r1610076337 The unit conversion class ``UnitConverterWithSpectral`` can deal with spectral density conversions, e.g. Fnu to Flam and so on. However, these conversions...
This is a very nice package, thanks! :+1: The basic examples in the notebooks work for me, but when I try and run the vispy one I get the following...
_This is a collaborative PR between myself and @Cadair_ ### Background A commonly requested feature (at least one that @Cadair and I have heard a lot) these days is the...
I ran into the issue again today that when reading a large table with io.ascii, the guessing is very slow because each format uses the whole table to guess the...
This is an attempt to fix https://github.com/astropy/astropy/issues/7976 by making sure that we do not process all the lines in the file if the first line is not the expected ECSV...