jdaviz
jdaviz copied to clipboard
JWST astronomical data analysis tools in the Jupyter platform
Does what the title says.
(Draft PR from hack day). This adds a function to (eventually) check if a subset name provided when renaming is valid, and raises a warning if it's not (and returns...
Lots of to-do's left, but this shows off a proof of concept for saving and restoring state, including automatically loading the same data as long as it's on disk (currently...
### Description This pull request is to add keyboard shortcuts 'd' and 'f' to select the previous and next viewer layer, respectively. ### Change log entry - [ ] Is...
### Description This pull request provides access to the launcher/helper APIs when calling `show_launcher()`. While working on #2417, I noticed it was difficult to debug because `show_launcher` _only_ calls show...
### Description This pull request is to explore what if markers use Astropy regions instead of Astropy Table. There is no expectation for this to be merged until more backends...
Now that the standalone builds are working in CI again, we need to decide how we want to distribute these executables when we release a new version. Possible answers: host...
### Description Several folks on the Roman team have requested help visualizing WFI Level 1 (image ramp) products. These data are flux cubes with two spatial dimensions and one "sample"/"group"/"resultant"...
### Description This pull request implements the concept of "inapplicable attributes" for a plugin which then disables access to that attribute (method, traitlet, etc) within the user API based on...
### Description This pull request copies the `_clear_cache` method that exists for plugins to the `TemplateMixin` base class so plugin subcomponents and toolbar tools, etc, can use cached properties in...