jdaviz
jdaviz copied to clipboard
JWST astronomical data analysis tools in the Jupyter platform
### Description Relies on #768 being merged. This pull request is to add tests for the slit overlay plugin. The tests currently do not work (which is why this in...
This PR is a retooling of https://github.com/spacetelescope/jdaviz/pull/182. It came from discussions with @eteq about the need for a data prompt that could indicate to the user when there was an...
This is based on https://github.com/maartenbreddels/ipyvolume/pull/355 and https://github.com/bqplot/bqplot/pull/1311 And is using: * https://github.com/jupyterlab/galata It will start up jupyter lab, and use galata to execute the notebook, take a screenshot, and compare...
Related #283 I haven't been able to solve #283, but managed to get a handle on where things go wrong and expose them in a unit test. * This issue...
This reuses code from the previous iteration of Cubeviz (https://github.com/spacetelescope/cubeviz/blob/master/cubeviz/data_factories/ifucube.py) that would allow users to check their data for valid header values. It will also output valid header values for...
_Issue [JDAT-4826](https://jira.stsci.edu/browse/JDAT-4826) was created on JIRA by [Pey-Lian Lim](https://jira.stsci.edu/secure/ViewProfile.jspa?name=lim):_ At the time of writing, these are the top 10 slowest tests (without the flag --run-slow). I propose we mark any...
### Description This pull request is to address ... ### Change log entry - [ ] Is a change log needed? If yes, is it added to `CHANGES.rst`? If you...
### Description This pull request is to address some missing coverage in `core`. For these, comprehensive test coverage is provided regardless of pre-existing coverage in order to provide a direct...
### Description Introducing the `RegionOverlay` mark, which is similar to but distinct from the `FootprintOverlay` mark. `FootprintOverlay` is meant specifically for the Footprints plugin, `RegionOverlay` is for general use like...
### Description This pull request generalizes the handling of importing spectra in the new loaders infrastructure to share logic for any dimensionality and parser/input, with the goal to eventually add...