pymovements.Gaze.save_calibrations#
- Gaze.save_calibrations(path: Path, *, verbose: int = 1) None[source]#
Save calibrations to file.
- Parameters:
path (Path) – File to save data.
verbose (int) – Verbosity level (0: no print output, 1: show progress bar, 2: print saved filepaths) (default: 1)
- Raises:
ValueError – If file extension in path is not in list of valid extensions.
ValueError – If calibrations is None.