in_field#
- stellarphot.utils.in_field(apass_good_coord, ccd, apass, good_stars)[source]#
Return APASS stars in the field of view.
- Parameters:
- apass_good_coord
astropy.coordinates.SkyCoord Coordinates of the comparison stars.
- ccd
astropy.nddata.CCDData Sample image.
- apass
astropy.table.Table Table with APASS stars in the field of view.
- good_starsbool array
Boolean array indicating which stars are good.
- apass_good_coord
- Returns:
- ent
astropy.table.Table Table with APASS stars in the field of view.
- ent