Replies: 1 comment 4 replies
-
See the compute comparison table and the discussion in the 2.3 release paper for an overview on the major differences.
phoebe will not be able to handle the pulsar itself, but can handle both ellipsoidal variations and irradiation (although may need to fallback on blackbody atmosphere approximations).
You can try manually adjusting or fitting other parameters which affect the ellipsoidal amplitude (especially the radius of the distorted star), but I'm not sure you'll be able to reproduce that amplitude or signal with ellipsoidal variations alone. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hi Kyle,

1、I want to know that the difference between phoebe and ELC (Orosz & Hauschildt 2000).
2、I wonder whether the phoebe is able to model both ellipsoidal variations and irradiation in redback millisecond pulsar binaries system. If the phoebe can do, I should how to use phoebe to model the light curve.
3、I try to interpret the light curves as ellipsoidal variability in the Black Hole Binary. My code as follow:
b = phoebe.default_binary()
b.add_dataset('lc', times=times, fluxes=fluxes, sigmas=sigmas_lc)
b.set_value('distortion_method', component='secondary', value='none')
b.set_value('pblum', component='primary', value=0.5*np.pi)
b.set_value('teff@secondary', 4000)
b.run_compute(model='distortion_method_none')
_ = b.plot(x='phases', model='distortion_method_none', show=True).
However, the fluxes, and flux variations are obviously too high compare to the blue curve.
Beta Was this translation helpful? Give feedback.
All reactions