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
trafficstars

### Jdaviz component Imviz ### What is the problem this feature will solve? The aperture photometry plugin (in batch or single mode) has a "Pixel area" option with the caption...

feature
UI/UX😍
imviz

### Jdaviz component Other (explain in Description below) ### Description Not a bug per se. Data loading into the image viewers for all viz tools is now noticeably slower after...

bug
performance

### Two problems 1. Parsing logic needs fixing, see https://github.com/spacetelescope/jdaviz/pull/2504 for the fix. [🐱](https://jira.stsci.edu/browse/JDAT-3885) 2. Performance issue when large cube is loaded into Cubeviz. For example, when I create a...

bug
cubeviz
performance

**Reporter:** pllim Mosviz is very special. In the use case where you have one giant image with multiple rows tied to it, click on a row changes the pan of...

mosviz
feature
plugin

- [ ] Revert https://github.com/spacetelescope/jdaviz/pull/2497 I opened https://github.com/glue-viz/glue-jupyter/issues/401 to potentially handle deselecting the subset tool on subset deletion upstream in glue-jupyter. If logic is actually implemented upstream, we'll need to...

UI/UX😍
Upstream fix required

**Reporter:** pllim Once upon a time, there was a Simple Aperture Photometry plugin. Then a ~fairy~ dev appears and it is not so simple anymore. It has grown up to...

feature
imviz
plugin

**Reporter:** pllim In general, the specviz parser is messy. Handling of spectrum list results in a lot of special logic route. I think things like these can be cleaned up:...

specviz

**Reporter:** pllim We used to have strict formatting to ensure the coordinates don't jump around when blinking images, but this does not seem to be the case anymore. I noticed...

bug
imviz

**Reporter:** pllim https://github.com/spacetelescope/jdaviz/blob/639d22e3fc45c3457e43f70fbcd454e3e05437a2/pyproject.toml#L140-L149 The blanket ignores can accidentally ignore things we care about (e.g., #2460). We should remove these and handle any remaining warnings individually as appropriate: a. fix the...

testing

**Reporter:** pllim This now emits a warning from glue-core because it is separating out Qt implementation upstream: ```python >>> from jdaviz import Specviz # Does not matter which viz >>>...

bug