linea Documentation

This is the documentation for linea.

Reference/API

linea Package

Functions

linreg(X, flux, error)

Least squares linear regression.

test(**kwargs)

Run the tests for the package.

Classes

CheopsLightCurve([record_array, …])

Data handling class for CHEOPS light curves.

JointLightCurve(light_curves)

Joint analysis object for multiple CHEOPS light curves.

Planet([per, t0, inc, rp, ecc, w, a, u, fp, …])

Transiting planet parameters.

RegressionResult(design_matrix, betas, cov)

Result from a linear regression

Class Inheritance Diagram

Inheritance diagram of linea.core.CheopsLightCurve, linea.core.JointLightCurve, linea.planets.Planet, linea.linalg.RegressionResult