actsnclass.DataBase.load_bazin_features¶
-
DataBase.load_bazin_features(path_to_bazin_file: str, screen=False, survey='DES', sample=None)¶ Load Bazin features from file.
Populate properties: features, feature_names, metadata and metadata_names.
Parameters: - path_to_bazin_file (str) – Complete path to Bazin features file.
- screen (bool (optional)) – If True, print on screen number of light curves processed. Default is False.
- survey (str (optional)) – Name of survey. Used to infer the filter set. Options are DES or LSST. Default is DES.
- sample (str (optional)) – If None, sample is given by a column within the given file. else, read independent files for ‘train’ and ‘test’. Default is None.