IndividualBasicRow#

class IndividualBasicRow[source]#

Bases: object

Columns of the DACE data we extract for the rest of the processing

name: str#

Spectrum name without path and extension

raw_filename: str#

Raw filename

mjd: float64#

Observation date/time in MJD

model: float64#

Optional RV shift correction in km/s

rv_mean: float64#

Median value of model (same for all spectra) in km/s

rv_shift: float64#

Difference model - rv_mean in km/s

vrad: float64#

Radial velocity

svrad: float64#

Radial velocity uncertainty

drift: float64#

Instrumental drift

__init__(name, raw_filename, mjd, model, rv_mean, rv_shift, vrad, svrad, drift)#