eelbrain.pipeline.MneExperiment.glob
- MneExperiment.glob(temp, inclusive=False, **state)
Find all files matching a certain pattern
- Parameters
- Return type
Notes
State parameters can include an asterisk (‘*’) to match multiple files. Uses
glob.glob()
.