eelbrain.load.update_subjects_dir
- eelbrain.load.update_subjects_dir(obj, subjects_dir, depth=0)
Update NDVar SourceSpace.subjects_dir attributes in place
Examine elements of
obj
recursively and replacesubjects_dir
on all NDVars with SourceSpace dimension that are found.- Parameters:
- Return type:
None
Notes
The following elements are searched:
Attributes of objects that have a
__dict__
.dict
values.list/tuple items.