jdaviz
jdaviz copied to clipboard
JWST astronomical data analysis tools in the Jupyter platform
In #1376 @maartenbreddels demo'ed the Solara file browser for jdaviz. The implementation in that PR is hard to test for two reasons: 1. jdaviz main has has diverged from the...
https://github.com/spacetelescope/jdaviz/blob/0655d4a43b82323042db87a74d352ecf0590d5fc/jdaviz/core/freezable_state.py#L70-L71 `_set_axes_lim` called too many times when Imviz adjusts more than one limit at once. Coupled with WCS look-ups every time it is called, this can lead to performance issues....
### Jdaviz component Imviz ### Description Running jdaviz --layout jdaviz on the safari browser (version jdaviz-3.8.1.dev276+g808b8970) -- when I try to set the VMIN and VMAX values of the stretch...
### Jdaviz component Specviz ### What is the problem this feature will solve? I have spectra with lots of noise at the far blue edge, which blows up the y...
The current documentation (at the time of original posting this issue) at https://jdaviz.readthedocs.io/en/latest/cubeviz/plugins.html#spectral-extraction does not mention at all how uncertainty and mask arrays are used in the extraction process. The...
The current documentation (at the time of original posting this issue) at https://jdaviz.readthedocs.io/en/latest/cubeviz/plugins.html#spectral-extraction does not mention at all how uncertainty and mask arrays are used in the extraction process. The...
### Jdaviz component Imviz ### What is the problem this feature will solve? The context: I am thinking about developing a new prototype exposure time calculator for X-ray missions. What...
This pull request is to address when a cube extracted with get_data has RA and Dec flipped when reingested into cubeviz. The solution utilizes metadata stored within the extracted cube,...
It is deprecated in Jdaviz 3.9 as part of: * #2179 Should be removed some time after. Is Jdaviz 4.0 too soon? [🐱](https://jira.stsci.edu/browse/JDAT-4145)
## NOT (YET) INTENDED FOR REVIEW/MERGE **UP FOR DISCUSSION** This pull request implements one possible re-usable approach to feature-flags. The idea here is that we can merge incremental PRs directly...