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

Example: Planet-moon injection and retrieval - wrong LD conversion #48

Open
hippke opened this issue Oct 13, 2022 · 0 comments
Open

Example: Planet-moon injection and retrieval - wrong LD conversion #48

hippke opened this issue Oct 13, 2022 · 0 comments

Comments

@hippke
Copy link
Owner

hippke commented Oct 13, 2022

When plotting the planet-only model in the tutorial, it says

# Convert limb darkening back from q to u type:
u1, u2 = ld_invert(mll_planet_only_q1, mll_planet_only_q2)

This is the wrong way round and makes for an ugly result plot.
The correct way to transform LDs in q form to the usual (for plotting) u form is:

u1, u2 = ld_convert(mll_planet_only_q1, mll_planet_only_q2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant