How do I quickly display an image?
The make_figure routine can display an image as well as contour it by explicitly giving the "image" argument after the file name. If the image contains WCS information then the contours will be drawn using this grid, unless specified otherwise.
make_figure("img.fits", "image")
make_figure("img.fits", "image", ["colormap", "heat"])
make_figure("img.fits", "image", ["wcs", "physical"])
The ChIPS GUI
The ChIPS GUI makes it easy to modify a visualization using your mouse, rather than Pythoon functions. New in CIAO 4.5 is the ability to add annotations - such as labels, lines, points and regions - directly from the GUI.
The ChIPS Gallery
More examples can be seen in the ChIPS Gallery.
