Brian Cherinka
Brian Cherinka
I am setting up a docker container using the `python:3.10-slim` image. photutils 1.12 is getting installed as a dependency through `jdaviz`. The installation fails: ``` Collecting photutils==1.12 Downloading photutils-1.12.0.tar.gz (1.2...
I am trying to deploy Solara via FastAPI using nginx. Due to the nature of things, it is behind two proxies. I'm running into issues where the solara mount loads...
Fix the test suite - remove all references to `MPLs` and `mangawork`, now that `sdsswork` in tree has been migrated to SDSS-V. Double check that only public data is used....
I am seeing strange behavior when using Solara to embed Jdaviz into a front-end app. When the button to popout Jdaviz into a browser window is clicked, the application fails...
For web embeds, since jdaviz and voila are inserted last, its CSS always overrides existing CSS in the main web, where it conflicts. Attempts to inject fixes on our end...
Is it possible to expose an API to create more complex custom UI elements? For example, I'd to create a button with a context menu, similar to the current Settings...
Is it possible to document the available public methods for object classes on the API? For example, the documentation for a Catalog, https://cds-astro.github.io/aladin-lite/Catalog.html, does not show any of the available...
The SDSS-V data loader for `mwmVisit` fails to load `mwmVisit` files that only have BOSS-extension data in them. It loads fine for `mwmVisit` files with only APOGEE-extension data. I think...
Add support for SDSS-V astraASPCAP file. Add a new SDSS-V loader to support loading this file, with proper units, into Spectrum1D and Specviz. The goal would be to overlay the...