make_markers#

stellarphot.gui_tools.make_markers(iw, RD, vsx, ent, name_or_coord=None)[source]#

Add markers for APASS, TESS targets, VSX. Also center on object/coordinate.

Parameters:
iwastrowidgets.ImageWidget

Ginga widget.

RDastropy.table.Table

Table with target information, including a astropy.coordinates.SkyCoord column.

vsxastropy.table.Table

Table with known variables in the field of view.

entastropy.table.Table

Table with APASS stars in the field of view.

name_or_coordstr or astropy.coordinates.SkyCoord, optional

Name or coordinates of the target.

Returns:
None

Markers are added to the image in Ginga widget.