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_name
astropy.table.Table Table of stellarphot photometry.
- comparison_table
astropy.table.Table Table of comparison star photometry.
- table_name
- Returns:
- base_table
astropy.table.Table Table of photometry in AIJ format.
- base_table