jdaviz
jdaviz copied to clipboard
JWST astronomical data analysis tools in the Jupyter platform
Looks like some of the recent work cleaning up memory in tests is causing the loader in the UI to crash in some cases: This checks for the existence of...
### Description This pull request migrates the rampviz parsers to the new loaders infrastructure and deprecates `load_data` in favor of `load`. This does not yet bring all rampviz functionality to...
This PR is to test how many CI failures we have when replacing all configs with deconfigged in the existing test coverage.
### Description This pull request disables cloning viewer tabs in specviz and specviz2d to avoid tab management issues since tabs are disabled for these configs. ### Change log entry -...
### Description This pull request improves support for 3d spectral cubes within deconfigged jdaviz. * automatically hiding/appearing slice indicator * imviz plugins relevance checks to ignore cube viewers/data * subset...
### Description This allows blocking a call, while still responding to widgets, which is useful for exporting figures, e.g.: ``` exp_plg = cubeviz.plugins['Export'] slice_plg = cubeviz.plugins['Slice'] # for wave in...
This PR removes the restriction of requiring source positions (RA/Dec and/or X/Y) when loading tables to allow users to load any sort of table into the data collection. Tables without...
### Description This pull request implements a table viewer that can be added in the deconfigged instance and is capable of showing tabular data from the "catalogs" importer (although could...
The user should be able to drag a subset around, but in deconfigged a new subset gets created at each place you drag the preview to instead: https://github.com/user-attachments/assets/e1549f6d-95ab-40d1-83fe-2916d5ca49a4
### Description This pull request fixes the parser priority that sometimes was randomly resulting in using specutils parser even though fits was supposed to have preference. (It also renames an...