{ "cells": [ { "cell_type": "markdown", "id": "cadc48c1", "metadata": {}, "source": [ "# BeGaze Exports\n", "\n", "BeGaze text exports can be imported directly:\n", "\n", "```python\n", "from pymovements.gaze.io import from_begaze\n", "\n", "gaze = from_begaze(\"begaze_export.txt\")\n", "```\n", "\n", "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." ] } ], "metadata": {}, "nbformat": 4, "nbformat_minor": 5 }