apply_noise_corr

tessilator.tessilator.apply_noise_corr(targ_lc, sim_lc)[source]

Apply the correction to the lightcurve based on the noise simulation.

Parameters:
targ_lcdict

A dictionary containing the lightcurve data for a target star (see tessilator.make_lc for the required inputs).

sim_lcdict

A dictionary containing the simulated data.

Returns:
targ_lcdict

The same input lightcurve, corrected by the noise simulation.