IndividualImportedRow#

class IndividualImportedRow[source]#

Bases: object

Scalar values from individual pickles tabulated for ease of computation

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

jdb: float64#

Observation date/time in JDB

berv: float64#

Barycentric Earth RV in km/s

lamp_offset: float64#

Simultaneous drift measurement of the observation in m/s (no more used since 1D spectra are corrected for it)

plx_mas: float64#

Parralax in milliarcseconds (used for secular acceleration correction)

acc_sec: float64#

The secular acceleration drift in m/s/year

wave_min: float64#

Wavelength minima wavelength of the spectrum in Angstrom

wave_max: float64#

Wavelength maxima value of the spectrum in Angstrom

dwave: float64#

Wavelength step of the spectrum (spectra being evenly sampled in wavelength)

hole_left: float64#

Wavelength of the left side border for instrument containing hole (HARPS)

hole_right: float64#

Wavelength of the right side border for instrument containing hole (HARPS)

vrad: float64#

Radial velocity

svrad: float64#

Radial velocity uncertainty

drift: float64#

Instrumental drift

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