make_failrow

tessilator.tessilator.make_failrow(t_target, scc)[source]

Print a line with input data if tessilator fails for a given target

Parameters:
t_targetsastropy.table.Table
Table of input data for the tessilator, with the following columns:
  1. name: name of the target (str)

  2. source_id: Gaia DR3 source identifier (str)

  3. ra: right ascension

  4. dec: declination

  5. parallax: parallax

  6. Gmag: Gaia DR3 apparent G-band magnitude

  7. log_tot_bg_star: log-10 value of the flux ratio between contaminants and target (optional)

  8. log_max_bg_star: log-10 value of the flux ratio between the largest contaminant and target (optional)

  9. n_contaminants: number of contaminant sources (optional)

Note that if the contaminantion is not calculated, the final three columns are automatically filled with -999 values.

scclist, size=3

A list containing the Sector, Camera and CCD.

Returns:
drdict

A dictionary entry for the target star containing input data