ibllib.qc.task_extractors
Classes
- class TaskQCExtractor(session_path)[source]
Bases:
object
- static rename_data(data)[source]
Rename the extracted data dict for use with TaskQC Splits ‘feedback_times’ to ‘errorCue_times’ and ‘valveOpen_times’. NB: The data is not copied before making changes
- Parameters:
data – A dict of task data returned by the task extractors
- Returns:
the same dict after modifying the keys