xlsx_fitting_data

dataFitting.xlsx_fitting_data(fitting_data, label, participant, file_name_generator)[source]

Saves the fitting data to an XLSX file

Parameters:
  • fitting_data (dict, optional) – Dictionary of details of the different fits, including an ordered dictionary containing the parameter values tested, in the order they were tested, and a list of the fit qualities of these parameters.
  • label (basestring) – The label used to identify the fit in the file names
  • participant (dict) – The participant data
  • file_name_generator (function) – Creates a new file with the name <handle> and the extension <extension>. It takes two string parameters: (handle, extension) and returns one fileName string