actsnclass.DataBase.load_features

DataBase.load_features(path_to_file: str, method='Bazin', screen=False)

Load features according to the chosen feature extraction method.

Populates properties: data, features, feature_list, header and header_list.

Parameters:
  • path_to_file (str) – Complete path to features file.
  • method (str (optional)) – Feature extraction method. The current implementation only accepts method==’Bazin’
  • screen (bool (optional)) – If True, print on screen number of light curves processed. Default is False.