jdaviz icon indicating copy to clipboard operation
jdaviz copied to clipboard

JWST astronomical data analysis tools in the Jupyter platform

Results 249 jdaviz issues
Sort by recently updated
recently updated
newest added

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...

bug
trivial

### 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...

cubeviz
embed
plugin
rampviz

This PR is to test how many CI failures we have when replacing all configs with deconfigged in the existing test coverage.

cubeviz
specviz
testing
imviz
plugin
specviz2d
continue-on-error

### 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 -...

specviz
mosviz
UI/UX😍
trivial
specviz2d

### 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...

cubeviz
specviz
imviz
Ready for final review
plugin

### 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...

plugin

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...

no-changelog-entry-needed

### 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...

cubeviz
no-changelog-entry-needed
plugin

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

bug

### 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...

Ready for final review