Imviz
Imviz is a tool for visualization and quick-look analysis for 2D astronomical
images. Like the rest of jdaviz, it is written in the Python programming
language, and therefore can be run anywhere Python is supported
(see Installation). Imviz is built on top of the
Glupyter backend, providing a visual,
interactive interface to the analysis capabilities in that library.
Imviz allows images to be easily displayed and examined. It supports WCS and so on. (TODO: Add content.)
Using Imviz
To run Imviz in a notebook:
from jdaviz import Imviz
imviz = Imviz()
imviz.app
(TODO: Add content.)