CONAN.models

Contents

CONAN.models#

Classes#

Planet_LC_Model

computes the transit model for a given set of parameters along with the baseline

Functions#

Planet_RV_Model(tt, T0, per, K[, sesinw, secosw, ...])

Model the radial velocity curve of planet(s).

TTV_Model(tarr[, rho_star, dur, T0_list, RpRs, b, ...])

computes the TTV model for a given set of parameters along with the baseline

basefuncLC(coeff, LCdata, res, useSpline)

Calculate the baseline function without the transit model

basefuncRV(coeff, RVdata, res, useSpline)

Calculate the baseline function without the RV model

para_minfunc(icoeff, ivars, mm, LCdata)

least square fit to the baseline after subtracting model transit mm

para_minfuncRV(icoeff, ivars, mod_RV, RVdata)

least square fit to the baseline after subtracting model RV mod_RV

spline_fit(data, res, useSpline[, return_splfunc])

Fit a spline to the data