You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a fit is done, I would like to have access to the typical parameters which are derived from the fit, that is, a/R*, inclination, orbital semimajor axis, transit duration etc. I know they are all easy to compute, but I notice that in utils.py exits a function writepp(fout,posteriors,priors) where all these parameters are printed. However, I'm having problems to make it works.
Is it possible to provide with an example of its usage, assuming that the fitting is done?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
After a fit is done, I would like to have access to the typical parameters which are derived from the fit, that is, a/R*, inclination, orbital semimajor axis, transit duration etc. I know they are all easy to compute, but I notice that in utils.py exits a function writepp(fout,posteriors,priors) where all these parameters are printed. However, I'm having problems to make it works.
Is it possible to provide with an example of its usage, assuming that the fitting is done?
Thanks in advance!
The text was updated successfully, but these errors were encountered: