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

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

### Jdaviz component Cubeviz ### Description If you load a MJy / sr cube, in the unit conversion plugin there are some units listed as available that you can't actually...

bug
needs-triage

As recommended by https://scientific-python.org/specs/spec-0008/#pin-github-actions-release-workflows-to-their-full-release-commit-shas , this PR changes your Actions workflow version pins to hashes, and updates to latest release hashes (at the time of writing) if needed. This is...

testing
trivial
no-changelog-entry-needed

This PR introduces adaptations to allow Level 2 data products to be loaded into Rampviz, at the same time as Level 1 products. The demo video below opens L1 and...

imviz
plugin
Extra CI
rampviz

- Defined a pixel squared unit PIX2 and replaced instances of u.pix * u.pix with PIX2 across the code - 'locally defined flux units', which is the list of flux...

cubeviz
specviz
testing
imviz
Ready for final review
no-changelog-entry-needed
plugin

### Description This pull request is to address wrong Subset unit when it is extracted from Subset created in Specviz2d on the 2D spectrum viewer. Glue itself does not attach...

bug
specviz2d
backport-v3.10.x

### Description This pull request fixes the visibility of the mouseover marker in the 1d spectrum viewer during a mouseover in the 1d spectrum viewer. This was broken by #2830...

imviz
trivial
plugin
backport-v3.10.x

### Jdaviz component Imviz ### Description Hello Jdaviz devs! This bug report is for the histogram crashing bug we suspect happening in Imviz. The following data product reliably crashes my...

bug
needs-triage

### Description This allows running jdaviz in its own browser (using qt) for the command line and the standalone version ### Change log entry - [ ] Is a change...

UI/UX😍
no-changelog-entry-needed
Build standalone

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

embed