jdaviz
jdaviz copied to clipboard
JWST astronomical data analysis tools in the Jupyter platform
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...
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...
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...
- 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...
### 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...
### 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...
### 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...
### 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...
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...