PyJKTEBOP is a simple, flexible Python interface for using the light curve fitting code JKTEBOP.
The JKTEBOP fortran code fits models to light curves and radial velocities of detached eclipsing binary stars. The original code does not have plotting capability, which is where PyJKTEBOP comes in!
PyJKTEBOP currently uses JKTEBOP version 43.
- Compile and run JKTEBOP with Python
- Run
TASK3(Levenberg-Marquardt minimisation) with optional RVs - Run
TASK8(Monte Carlo) and make a corner plot from the samples - Automatically take best parameters from
TASK8, generate and plot the best model usingTASK3 - Customisable, auto-generated, publication standard plots via the included matplotlib style file
- Scriptable or command-line interface
PyJKTEBOP documentation can now be found on ReadTheDocs!
Pull requests are welcome.