add_relative_flux_column#
- stellarphot.differential_photometry.add_relative_flux_column(photometry_data_file, source_list_file, add_name='-relative-flux', verbose=False)[source]#
Add AIJ-style relative flux columns to a photometry data file.
- Parameters:
- photometry_data_filestr
Path to the photometry data file.
- source_list_filestr
Path to the source list file.
- add_namestr, optional
String to add to the end of the new file name before the suffix.
- Returns:
- None; writes a file with the relative flux columns added.