AnchorParameters#

class AnchorParameters[source]#

Bases: dict

master_tool: str#

Master tool file used to compute the matching anchors

master_filename: Optional[str]#
threshold: float#

Parameters used to define the clusters considered has significant

tolerance: float#

Parameters used to define the clusters considered has significant

fraction: float#
nb_copies_master: int#

Number of copies of the master spectra. Such parameter is used to fix the position of the anchors points on the master spectra by overweighting it in the timeseries

sub_dico_used: str#

Continuum called. Usually performed on the ‘output’ continua. Used later by YARARA to construct the tree of the reduction.

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