Replies: 2 comments 15 replies
-
The third light should definitely be in the forward model, so I don't think that should be a problem, unless its defined at a different reference time/flux which is possible. I would caution against using decoupled luminosities unless absolutely necessary (as luminosities will no longer be coupled with radii and temperatures). Instead it might be worth trying to back out the temperatures that give you the luminosity ratio (probably surface brightness ratio) from jktebop, and see if that agrees better. You can find the way that we estimate surface brightness ratio from phoebe parameters when calling jktebop in the jktebop wrapper. My last suggestion would be to just run the forward model with PHOEBE's jktebop wrapper and compare those to see how well the code's compare in this area of parameter space (keeping in mind some discrepancies could also be caused by approximations in the wrapper itself... including this ugly surface brightness approximation). |
Beta Was this translation helpful? Give feedback.
-
Hello @kecnry This is an old thread, but I have a follow-up question. I wish to adjust so that it is defined at some-place close to eclipses, instead of at maximum light or periastron (which is current?) |
Beta Was this translation helpful? Give feedback.
-
Hello!
I am normally working with JKTEBOP, where I normalize my light curve using polynomial curve fitting around the eclipses ahead of analysis. I wish to ascertain what effect this has on the stellar radii and other parameters, so I decided to produce a forward model using PHOEBE and my found JKTEBOP parameters, and normalize it in the same way before using it as a synthetic light curve in JKTEBOP. However, I want to be absolutely sure that I'm handling it right, since I'm getting some wild results.
In order to get the right luminosity ratio in the forward model without accurate temperatures, I am currently using the decoupled setting in pblum_mode, and then manually scaling the secondary component pblum using my previously found luminosity ratio. Is that reasonable?
What about third light? If I manually input something like
b['l3_frac@lc_kepler@dataset'] = 0.0029667000
will that still be included in the forward model?
I suspect that I might be doing something wrong somewhere. It is possible that everything is as it's supposed to be. I'm just a little bit skeptical since I'm seeing a 60%-90% increase in radius for both my components by doing this, which I suspect might be a bit extreme. Is it possible that the eclipse depths are simply too deep in the forward model due to some setting I'm using?
The change in eclipse depths for the forward model is also visible in an over-plot:
I have also attached a pdf version of my notebook, if that is helpful.
forward.pdf
Beta Was this translation helpful? Give feedback.
All reactions