MatchingPickle#

class MatchingPickle[source]#

Bases: dict

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

Wavelength of the spectrum

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

Raw flux of the spectrum in photon count units

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

Raw flux uncertainties of the spectrum in photon count units

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

RASSINE smoothed flux of the spectrum used to fit the continuum (in order to avoid fitting the upper envelop of the noise).

output: RassineBasicOutput#

Rassine output continuum (individual spectra normalisation)

parameters: RassineParameters#

Rassine derived parameters

matching_anchors: AnchorOutput#

Rassine output continuum (spectra time-series cluster identified)

matching_diff: MatchingDiffOutput#

Rassine output continuum (spectra time-series cluster identified + low-pass filtering)

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