prose.Image.plot_catalog#

Image.plot_catalog(name, color='y', label=False, n=100000)[source]#

Plot catalog stars

must be over Image.show or Image.show_cutout plot

Parameters:
  • name (str) – catalog name as stored in :py:class:Image.catalog`

  • color (str, optional) – color of stars markers, by default “y”

  • label (bool, optional) – whether to show stars catalogs ids, by default False

  • n (int, optional) – number of brightest catalog stars to show, by default 100000