make_datarow¶
- tessilator.tessilator.make_datarow(t_target, scc, d_target, labels_cont)[source]¶
Once the tessilator has analysed a target, the results are printed line by line to a table.
- Parameters:
- t_target
astropy.table.Table The Gaia and contamination details (see ‘getGaiaData’ and ‘contamination’ functions in tessilator.tess_functions.)
- d_target
dict The dictionary containing details of the periodogram analysis, which is returned by ‘run_LS’ in tessilator.tess_functions.)
- scc
list, size=3 A list containing the Sector, Camera and CCD.
- labels_cont
str A string of labels listing details of any contaminant sources.
- t_target
- Returns:
- dr
dict A dictionary entry for the target star containing tessilator data
- dr