generate_aij_table#

stellarphot.io.generate_aij_table(table_name, comparison_table)[source]#

Generate an AIJ table from a stellarphot table and a comparison table.

Parameters:
table_nameastropy.table.Table

Table of stellarphot photometry.

comparison_tableastropy.table.Table

Table of comparison star photometry.

Returns:
base_tableastropy.table.Table

Table of photometry in AIJ format.