main

main(subject: str, sessions_directory: str, deleted_sessions: list[str] = []) None[source]

Consolidates individual session CSVs for a subject into a single global CSV.

Parameters:
  • subject (str) – The name of the subject.

  • sessions_directory (str) – The directory containing session data.

  • deleted_sessions (list[str]) – List of session filenames to exclude.