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:
- iw
astrowidgets.ImageWidget Ginga widget.
- RD
astropy.table.Table Table with target information, including a
astropy.coordinates.SkyCoordcolumn.- vsx
astropy.table.Table Table with known variables in the field of view.
- ent
astropy.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.
- iw
- Returns:
- None
Markers are added to the image in Ginga widget.