display_frame#
- skysim.plot.display_frame(ax, wcs, frame, frame_title)[source]#
Display a single frame on a matplotlib axes.
- Parameters:
- ax
matplotlib.axes.Axes Axes to use.
- wcs
astropy.wcs.WCS Coordinates of the new frame.
- frame
FloatArray RGB image.
- frame_title
str Title of the frame.
- ax
- Returns:
matplotlib.axes.AxesUpdated axes.