Skip to main content
Ctrl+K
pymovements  documentation - Home pymovements  documentation - Home
  • User Guide
  • Tutorials
  • Datasets
  • API Reference
  • Contributing
  • Bibliography
  • GitHub
  • User Guide
  • Tutorials
  • Datasets
  • API Reference
  • Contributing
  • Bibliography
  • GitHub

Section Navigation

  • Getting Started
    • Installation Options
    • Understanding Eye-Tracking Data
  • Experiment Configuration
  • Loading Gaze Data
    • CSV Files
    • EyeLink ASC Files
    • BeGaze Exports
    • IPC (Feather) Files
  • Working with Raw Gaze Samples
  • Inspecting Data Quality
  • Detecting Occumotoric Events
  • Working with Datasets
  • User Guide
  • Loading Gaze Data
  • EyeLink ASC Files

EyeLink ASC Files#

EyeLink EDF files can be converted to ASC format using edf2asc. These files contain gaze samples, events, and metadata. When possible, screen resolution, sampling rate, and tracker metadata are extracted automatically. If an Experiment is provided, missing values are filled in. Conflicting values raise an error to prevent silent inconsistencies.

ASC files can be loaded directly using the from_asc(). See the Parsing SR Research EyeLink Data tutorial to walk through loading *.asc files.

previous

CSV Files

next

BeGaze Exports

Show Source

© Copyright 2022-2025 The pymovements Project Authors.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.17.0.