eelbrain.pipeline.MneExperiment.move

MneExperiment.move(self, temp, dst_root=None, inclusive=False, confirm=False, overwrite=None, **state)

Move files to a different root folder

Parameters:
temp : str

Name of the path template for which to find files.

dst_root : str

Path to the root to which the files should be moved. If the target is the experiment’s root directory, specify root as the source root and leave dst_root unspecified.

inclusive : bool

Treat all unspecified fields as * (default False).

confirm : bool

Skip asking for confirmation before moving the files.

overwrite : bool

Overwrite target files if they already exist.

See also

copy
Copy files.
glob
Find all files matching a template.
rm
Delete files.

Notes

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