calc_multi_vmag#

stellarphot.differential_photometry.calc_multi_vmag(var_stars, star_data, comp_stars, **kwd)[source]#

Calculate the average magnitude and standard deviation of multiple variable stars in a field.

Parameters:
var_stars‘~astropy.table.Table’

Table of variable stars known in field

star_data‘~astropy.table.Table’

Table of star data from observation image

comp_stars‘~astropy.table.Table’

Table of known comparison stars in the field, given by AAVSO

kwdKeyword arguments passed through to calc_vmag
Returns:
vmag_table‘~astropy.table.Table’

Table including the name, average magnitude, and standard deviation of multiple variable stars in a field.