ReinterpolatedSpectrumPickle#

class ReinterpolatedSpectrumPickle[source]#

Bases: dict

Data format of the pickle files produced by the reinterpolation step

flux: ndarray[Any, dtype[float64]]#

Flux

flux_err: ndarray[Any, dtype[float64]]#

Flux error

RV_sys: float64#

Average rv correction (median), same for all spectra

RV_shift: float64#

RV correction, shift compared to the median

SNR_5500: float64#

Corresponds to the square root of the 95th percentile for 100 bins around the wavelength=5500

berv: float64#

what is berv?

lamp_offset: float64#

what is lamp offset?

plx_mas: float64#

what is plx_mas?

acc_sec: float64#

what is acc_sec?

instrument: str#

instrument name

mjd: float64#

observation time in mjd

jdb: float64#

what is jdb?

hole_left: float64#

Left boundary of hole, or -99.9 if not present

hole_right: float64#

Right boundary of hole, or -99.9 if not present

wave_min: float64#

Minimum wavelength

wave_max: float64#

Maximum wavelength, not necessarily equal to np.max(static_grid)

dwave: float64#

delta between two bins, synonym dlambda

static __new__(cls, /, *args, **kwargs)#