make_lc_corr_plot

tessilator.tessilator.make_lc_corr_plot(plot_name, ref_name, targ_time, targ_flux, sim_flux, im_dir='plots')[source]

Make a plot of the noise corrections to the lightcurve.

Parameters:
plot_namestr

The file name which will be used to save the plot.

ref_namestr

The reference name for each subdirectory which will connect all output files.

targ_timeIterable

The time coordinate of the data.

targ_fluxIterable

The flux coordinate of the target data.

sim_fluxIterable

The flux coordinate of the simulated noisy lightcurve.

im_dirstr, optional, default=’plots’

The directory to save the plots.

Returns:
None. Plots are saved to file.