get_header_stats

threadcount.fit.get_header_stats(model_keys=None, fit_info='auto')[source]

Collect list of column names, suitable for a header row.

Parameters:
  • model_keys (list of str, optional) – List of lmfit.model.ModelResult parameter names, by default None

  • fit_info (list of str, or "auto", optional) – List of lmfit.model.ModelResult attributes, by default “auto”

Returns:

Intended to be column names for an output file

Return type:

list of str

See also

collect_stats

The data entries to go with this header.