AnchorOutput#

class AnchorOutput[source]#

Bases: dict

parameters: AnchorParameters#

Rassine parameters used to match the anchor points locations

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

Rassine fitted continuum

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

Wavelength values of the anchors points used (continuum_linear being a linear interpolation between them)

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

Flux values of the anchors points used (continuum_linear being a linear interpolation between them)

anchor_index: ndarray[Any, dtype[int64]]#

Index values of the anchors points used (continuum_linear being a linear interpolation between them)

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