eelbrain.pipeline.MneExperiment.glob

MneExperiment.glob(self, temp, inclusive=False, **state)

Find all files matching a certain pattern

Parameters:
temp : str

Name of the path template for which to find files.

inclusive : bool

Treat all unspecified fields as * (default False).

See also

copy
Copy files.
move
Move files.
rm
Delete files.

Notes

State parameters can include an asterisk (‘*’) to match multiple files. Uses glob.glob().