eelbrain.pipeline.MneExperiment.move
- MneExperiment.move(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 leavedst_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.
Notes
State parameters can include an asterisk (‘*’) to match multiple files.