IndividualReinterpolatedRow#

class IndividualReinterpolatedRow[source]#

Bases: object

Describes the scalar data associated Returns:

name: str#

Spectrum name without path and extension

instrument: str#

Instrument name

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

SNR_5500: float64#
jdb: float64#
berv: float64#
lamp_offset: float64#
plx_mas: float64#
acc_sec: float64#
hole_left: float64#
hole_right: float64#
wave_min: float64#
wave_max: float64#
dwave: float64#
nb_bins: int64#
vrad: float64#

Radial velocity

svrad: float64#

Radial velocity uncertainty

drift: float64#

Instrumental drift

__init__(name, instrument, mjd, model, rv_mean, rv_shift, SNR_5500, jdb, berv, lamp_offset, plx_mas, acc_sec, hole_left, hole_right, wave_min, wave_max, dwave, nb_bins, vrad, svrad, drift)#