Closed jenniferyee closed 7 months ago
It calls Model._get_lc()
which also returns magnitudes always. That one should be changed as well.
@jenniferyee do you suggest to add a keyword to model.plot_lc
or add a function model.plot_flux
?
@jenniferyee - it was solved by Raphael in https://github.com/rpoleski/MulensModel/pull/131
Weirdly enough, model.plot_lc does not appear to have a phot_fmt keyword. The light curve can ONLY be plotted in MAGNITUDES. Sometimes, we might want to use fluxes, so we should enable that as an option. Requires various refactoring in other functions.