convnwb.paths.create.create_subject_directory

convnwb.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 a subject.

Parameters:
project_pathstr or Path

The path to the project folder.

subjectstr

The subject code.

experimentsstr or list, optional

Experiment name(s) to initialize in the subject folder.

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.