pupil_recording_interface.load_pldata
- pupil_recording_interface.load_pldata(folder, topic)
Load data from a .pldata file as a list of dicts.
- Parameters
folder (str or pathlib.Path) – Path to the recording folder.
topic (str) – The topic to load, e.g. “gaze”.
- Returns
data – The loaded data.
- Return type
list of dict