make_target_row¶
- tessilator.tessilator.make_target_row(t_targets, r, scc)[source]¶
Construct table row with the input target data.
If tessilator fails to run on a target, that’s all you get.
- Parameters:
- t_targets
astropy.table.Row One row of input data for the tessilator, with the following columns:
name: name of the target (
str)source_id: Gaia DR3 source identifier (
str)ra: right ascension
dec: declination
parallax: parallax
Gmag: Gaia DR3 apparent G-band magnitude
BPmag: Gaia DR3 apparent BP-band magnitude
RPmag: Gaia DR3 apparent RP-band magnitude
log_tot_bg: log-10 value of the flux ratio between contaminants and target (optional)
log_max_bg: log-10 value of the flux ratio between the largest contaminant and target (optional)
num_tot_bg: number of contaminant sources (optional)
- r
float The pixel size of the aperture radius
- scctuple, size=3
A list containing the Sector, Camera and CCD.
- t_targets
- Returns:
- drdict
A dictionary for the target star containing input data