How to get information like limb darkening coefficient after doing the best fit? #154
Closed
abrahammathews2000
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi Abraham, Sorry for the delay, you can access the best-fit solution after line 10 from
but I'd recommend using the posterior distributions that you get after running the sampler (line 16) instead of the best-fit solutions. You can access the posteriors from
Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After doing the best fit using ta.plot_light_curves(method='fit');
How do we get the quadratic limb darkening coefficients for the plotted best fit light curve?
I was trying to follow this tutorial: https://github.com/hpparvi/PyTransit/blob/master/notebooks/001_simple_broadband_parameter_estimation.ipynb
(line 11 and line 14)
Beta Was this translation helpful? Give feedback.
All reactions