get_median_lc¶
- tessilator.tessilator.get_median_lc(tables, files_loc, scc, n_bin=10)[source]¶
A function that makes the final noisy lightcurve.
For a given number of lightcurves, this function calculates the median flux at each time step if there are more than 2 measurements (or the mean if 2 or less).
- Parameters:
- Returns:
- t_fin
astropy.table.Table A table containing the data for the final noisy lightcurve.
- t_fin