convnwb.paths.create.create_project_directory

convnwb.paths.create.create_project_directory(base_path, project, project_folders=['docs', 'info', 'nwb', 'recordings'], verbose=True)[source]

Create the folder structure for a project.

Parameters:
base_pathstr or Path

The path to the folder where to put the project.

projectstr

The project name.

project_folderslist, optional

List of sub-folders to initialize in the project folder.

verbosebool, optional, default: True

Whether to print out information.