convnwb.io.utils.make_file_list

convnwb.io.utils.make_file_list(experiment, files, ext=None)[source]

Make a list of subject files.

Parameters:
experimentstr

Name of the experiment.

filesdict

Collection of files per subject.

extstr, optional

Extension name to add to the file list.

Returns:
file_lstlist of str

List of all subject files.