Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting models in fluxes #129

Closed
jenniferyee opened this issue Apr 10, 2024 · 3 comments
Closed

Plotting models in fluxes #129

jenniferyee opened this issue Apr 10, 2024 · 3 comments
Labels
enhancement help wanted quick_fix something to be fixed easily and quickly

Comments

@jenniferyee
Copy link
Collaborator

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.

@rpoleski rpoleski added enhancement help wanted quick_fix something to be fixed easily and quickly labels Apr 10, 2024
@rpoleski
Copy link
Owner

It calls Model._get_lc() which also returns magnitudes always. That one should be changed as well.

rapoliveira added a commit to rapoliveira/MulensModel that referenced this issue Apr 23, 2024
@rpoleski
Copy link
Owner

@jenniferyee do you suggest to add a keyword to model.plot_lc or add a function model.plot_flux?

@rpoleski
Copy link
Owner

@jenniferyee - it was solved by Raphael in #131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted quick_fix something to be fixed easily and quickly
Projects
None yet
Development

No branches or pull requests

2 participants