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_name
str The file name which will be used to save the plot.
- ref_name
str The reference name for each subdirectory which will connect all output files.
- targ_time
Iterable The time coordinate of the data.
- targ_flux
Iterable The flux coordinate of the target data.
- sim_flux
Iterable The flux coordinate of the simulated noisy lightcurve.
- im_dir
str, optional, default=’plots’ The directory to save the plots.
- plot_name
- Returns:
- None. Plots are saved to file.