prose.Image.gaia_stars#

Image.gaia_stars(world=False, inplace=True)#

Query gaia stars in the image (only in >= 2.0.3)

Parameters:
  • world (bool, optional) – wether to return coordinates as SkyCoord if inplace is False, by default False which return the pixel location of stars in image

  • inplace (bool, optional) – wether to set set Image.stars_coords to pixel coordinates of stars instead of returning them, by default True