rpoleski / MulensModel

Microlensing Modelling package
https://rpoleski.github.io/MulensModel/
Other
57 stars 15 forks source link

Allow plotting models in flux, changed model.plot_lc() and ._get_lc() #131

Closed rapoliveira closed 6 months ago

rapoliveira commented 6 months ago

Following issue #129, models can now be plotted in flux. New lines were added to the functions model.plot_lc() and model._get_lc(), which were then shortened.

Important: model.get_lc() still calculates light curves in magnitudes only.

rpoleski commented 6 months ago

Please change version number to 2.22.0. I also suggest to replace _plt_settings to _plot_axes, i.e., start function with a verb (Jen's rule no. 4) and clearer noun.

Looks good!