AnchorPickle#
- class AnchorPickle[source]#
Bases:
dict
- flux_err: Optional[ndarray[Any, dtype[float64]]]#
Raw flux uncertainties of the spectrum in photon count units
- flux_used: ndarray[Any, dtype[float64]]#
Smoothed raw spectrum by RASSINE used to fit the continuum. Avoid to fit 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)
- static __new__(cls, /, *args, **kwargs)#