prose.Image.show#
- Image.show(cmap='Greys_r', ax=None, figsize=(10, 10), stars=True, zscale=True, frame=False, contrast=0.1, **kwargs)#
Show image data
- Parameters:
cmap (str, optional) β matplotlib colormap, by default βGreys_rβ
ax (subplot, optional) β matplotlbib Axes in which to plot, by default None
figsize (tuple, optional) β matplotlib figure size if ax not sepcified, by default (10,10)
stars (bool, optional) β whether to show
Image.stars_coords, by default Nonestars_labels (bool, optional) β whether top show stars indexes, by default True
zscale (bool, optional) β whether to apply a z scale to plotted image data, by default False
frame (bool, optional) β whether to show astronomical coordinates axes, by default False
contrast (float, optional) β image contrast used in image scaling, by default 0.1
ms (int) β stars markers size
ft (int) β stars label font size
See also
show_cutoutShow a specific star cutout
plot_catalogPlot catalog stars on an image
plot_circlePlot circle with radius in astronomical units