eelbrain.pipeline.MneExperiment.show_state

MneExperiment.show_state(temp=None, empty=False, hide=())

List all top-level fields and their values

(Top-level fields are fields whose values do not contain templates)

Parameters:
  • temp (None | str) – Only show variables relevant to this template.

  • empty (bool) – Show empty variables (items whose value is the empty string ‘’).

  • hide (collection of str) – State variables to hide.

Returns:

state – Table of (relevant) variables and their values.

Return type:

Table