MasterRow#

class MasterRow[source]#

Bases: object

Describes the scalar data associated with the master spectrum

name: str#
SNR_5500: float64#
acc_sec: float64#
berv: float64#
berv_min: float64#
berv_max: float64#
instrument: str#
hole_left: float64#
hole_right: float64#
wave_min: float64#
wave_max: float64#
dwave: float64#
nb_spectra_stacked: int#
__init__(name, SNR_5500, acc_sec, berv, berv_min, berv_max, instrument, hole_left, hole_right, wave_min, wave_max, dwave, nb_spectra_stacked)#