crossmatch_APASS2VSX#

stellarphot.utils.crossmatch_APASS2VSX(CCD, RD, vsx)[source]#

Find APASS stars in FOV and matches APASS stars to VSX and APASS to input targets.

Parameters:
CCDastropy.nddata.CCDData

Sample image.

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.

Returns:
apassstellarphot.CatalogData

Table with APASS stars in the field of view.

v_angleastropy.units.Quantity

Angular separation between APASS stars and VSX stars.

RD_angleastropy.units.Quantity

Angular separation between APASS stars and input targets.