DACE#

class DACE[source]#

Bases: object

Columns of the DACE table we import

fileroot: str#

Full filename including folders, folders may be outdated

mjd: float64#

Observation date/time in MJD

model: float64#

Optional RV shift correction km/s

If not used, set the column values to zero

vrad: float64#

Radial velocity

svrad: float64#

Radial velocity uncertainty

drift_used: float64#

Instrumental drift

__init__(fileroot, mjd, model, vrad, svrad, drift_used)#