BeGaze Exports#

BeGaze text exports can be imported directly:

from pymovements.gaze.io import from_begaze

gaze = from_begaze("begaze_export.txt")

Metadata from the file is used to fill missing Experiment values when possible. If user-provided values conflict, a warning is issued and the explicit values are kept.