MneExperiment
Convert into a Var
labels (Dict[Union[str, Tuple[str, ...]], float]) – A {old_value: new_value} mapping.
{old_value: new_value}
default (float) – Default value for old values not mentioned in labels. If not specified, old values missing from labels will raise a KeyError.
labels
KeyError
name (str) – Name of the output Var (default is current name).
Var