Getting started¶
Use the bundled synthetic data to run a complete first workflow without private participant exports.
Install¶
The GitHub CI matrix validates Python 3.11, 3.12 and 3.13.
The published distributions are available from PyPI, and the archived software release is available at Zenodo DOI 10.5281/zenodo.22150772.
Verify¶
Validated contracts:
Load example data¶
Check sampling¶
sampling = gp3.check_sampling_rate(
master,
time_col="TIME",
group_cols=["subject", "trial_global"],
)
Preprocess pupil data¶
Analyse AOI transitions¶
Create a figure¶
Where next?¶
-
Complete workflow
-
Pupil analysis
-
AOI analysis
-
Plot gallery
-
Validation
-
API reference