Ephemeris#
Set, find, and refine ephemerides used for phase-folding.
Overview#
The ephemeris plugin allows for setting, finding, and refining the ephemeris or ephemerides used for phase-folding.
UI Access#
User API#
User API Example
See the Ephemeris user API documentation for more details.
import jdaviz as jd
import lcviz
from lightkurve import search_lightcurve
lc = search_lightcurve("HAT-P-11", mission="Kepler",
cadence="long", quarter=10).download().flatten()
jd.load(lc, format="Light Curve")
jd.show()
ephem = jd.plugins['Ephemeris']
ephem.period = 4.88780258
ephem.t0 = 2.43
ephem.rename_component('default', 'my component name')