hsntools.paths.create.create_subject_directory¶
- hsntools.paths.create.create_subject_directory(project_path, subject, experiments=None, subject_folders=['anatomy', 'electrodes', 'notes'], recordings_name='recordings', verbose=True)[source]¶
Create the folder structure for one or more subjects.
- Parameters:
- project_pathstr or Path
The path to the project folder.
- subjectstr or list
The subject code(s). If list, should be a list of subject codes, each which will be created.
- experimentsstr or list, optional
Experiment name(s) to initialize in the subject(s) folder(s).
- subject_folderslist, optional
List of sub-folders to initialize in the subject folder.
- recordings_namestr, optional
The name of the subfolder (within project_path) to store recordings.
- verbosebool, optional, default: True
Whether to print out information.