pupil_recording_interface.load_markers

pupil_recording_interface.load_markers(folder, cache=False)

Load calibration marker data as an xarray.Dataset.

Parameters
  • folder (str or pathlib.Path) – Path to the recording folder.

  • cache (bool, default False) – If True, cache the dataset as a netCDF file in the recording folder.

Returns

The pupil data as a dataset.

Return type

xarray.Dataset