jdaviz
jdaviz copied to clipboard
JWST astronomical data analysis tools in the Jupyter platform
**Reporter: Camilla Pacifici** I loaded 6 images and I wanted 3 in the first viewer and the other 3 in the second viewer. I can do this manually very easily...
I tried to run specviz from command line - ```python >>> from specutils import Spectrum1D >>> from jdaviz import Specviz >>> specviz = Specviz() >>> specviz.show() ``` It gives the...
**Reporter: Jesse Averbukh** Original comment: https://github.com/spacetelescope/jdaviz/pull/2266#discussion_r1263688168 --- DISCLAIMER: This issue was autocreated by the Jdaviz Issue Creation Bot on behalf of the reporter. If any information is incorrect, please contact...
**Reporter: Camilla Pacifici** Load image in imviz. Create subset -> icon is spectral subset Create another subset -> first subset now has correct icon and second subset has the icon...
**Reporter: Jesse Averbukh** This covers the work done in https://github.com/spacetelescope/jdaviz/pull/2266 that attempts to fix the bug of these shadow marks not being applied or deleted correctly for plugin cubes. ---...
**Reporter:** pllim In https://github.com/astropy/astrowidgets/pull/170 , a new "overwrite" option was added to Astrowidgets API. Therefore, we should do the same here: https://github.com/spacetelescope/jdaviz/blob/683d989cc3cd3a3cb6cc73b2026c47651cb34b73/jdaviz/core/astrowidgets_api.py#L40 [🐱](https://jira.stsci.edu/browse/JDAT-3586) Related: https://github.com/astropy/astrowidgets/pull/171 --- DISCLAIMER: This issue was...
### Jdaviz component Mosviz ### Description The command to set the redshift of a single row does not do anything after initially loading a list of spec1ds with no redshift:...
### Jdaviz component Other (explain in Description below) ### Description When I tried to run https://github.com/spacetelescope/jdaviz/blob/main/notebooks/concepts/imviz_roman_asdf.ipynb in Jupyter Notebook 6.5.4, I get an error: 500 : Internal Server Error The...
**Reporter:** pllim As reported in https://github.com/spacetelescope/jdaviz/pull/2264#issuecomment-1612052525 Workflow to reproduce 1 (transparent background in PNG): 1. Fire up Cubeviz. Load the data in example notebook. 2. Export Plot -> Export to...
**Reporter:** pllim User expressed interest to be able to write movie out as GIF instead of MPEG-4. This would need yet another optional dependency like imageio . Also developer needs...