eelbrain.pipeline.MneExperiment.find_keys

MneExperiment.find_keys(temp, root=True)

Find all terminal field names that are relevant for a template.

Parameters:
  • temp (str) – Template (or field name) for which to find terminal field names.

  • root (bool) – Include “root” if present (default True).

Returns:

keys – All terminal field names that are relevant for formatting temp.

Return type:

list