eelbrain.pipeline.MneExperiment.set
- MneExperiment.set(subject=None, match=True, allow_asterisk=False, **state)
Set variable values.
- Parameters
subject (str) – Set the subject value. The corresponding mrisubject is automatically set to the corresponding mri subject.
match (bool) – For fields with pre-defined values, only allow valid values (default
True
).allow_asterisk (bool) – If a value contains
'*'
, set the value without the normal value evaluation and checking mechanisms (defaultFalse
).... – State parameters.