MasterToolPickle#

class MasterToolPickle[source]#

Bases: dict

Format of the master tool created by the matching_anchors_scan step

curve: ndarray[Any, dtype[bool_]]#
border: ndarray[Any, dtype[float64]]#
wave: ndarray[Any, dtype[float64]]#
threshold: float#
tolerance: float#
fraction: float#
nb_copies_master: int#
master_filename: Optional[str]#

only the final path component of the master file is included

Type:

Warning

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