laBran commited on
Commit
eb72cfa
·
verified ·
1 Parent(s): 67d15c9

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. .DS_Store +0 -0
  2. DATASHEET.md +106 -0
  3. DATA_CARD.md +60 -0
  4. LICENSE +24 -0
  5. README.md +88 -0
  6. code/examples/quickstart.ipynb +345 -0
  7. code/examples/quickstart.py +234 -0
  8. croissant.json +586 -0
  9. data/.DS_Store +0 -0
  10. data/scanpaths/.DS_Store +0 -0
  11. data/scanpaths/P19/P19_A_b01_t36.csv +11 -0
  12. data/scanpaths/P19/P19_A_b01_t37.csv +5 -0
  13. data/scanpaths/P19/P19_A_b04_t06.csv +25 -0
  14. data/scanpaths/P19/P19_A_b04_t07.csv +27 -0
  15. data/scanpaths/P19/P19_A_b04_t12.csv +20 -0
  16. data/scanpaths/P19/P19_A_b04_t13.csv +23 -0
  17. data/scanpaths/P19/P19_A_b05_t16.csv +26 -0
  18. data/scanpaths/P19/P19_A_b08_t08.csv +23 -0
  19. data/scanpaths/P19/P19_A_b09_t18.csv +11 -0
  20. data/scanpaths/P19/P19_A_b09_t19.csv +3 -0
  21. data/scanpaths/P19/P19_A_b09_t24.csv +29 -0
  22. data/scanpaths/P19/P19_A_b09_t25.csv +13 -0
  23. data/scanpaths/P19/P19_A_b09_t30.csv +13 -0
  24. data/scanpaths/P19/P19_A_b09_t31.csv +29 -0
  25. data/scanpaths/P19/P19_B_b02_t24.csv +28 -0
  26. data/scanpaths/P19/P19_B_b02_t25.csv +31 -0
  27. data/scanpaths/P19/P19_B_b02_t31.csv +33 -0
  28. data/scanpaths/P19/P19_B_b03_t08.csv +9 -0
  29. data/scanpaths/P19/P19_B_b03_t09.csv +29 -0
  30. data/scanpaths/P19/P19_B_b03_t20.csv +30 -0
  31. data/scanpaths/P19/P19_B_b03_t21.csv +21 -0
  32. data/scanpaths/P19/P19_B_b03_t34.csv +20 -0
  33. data/scanpaths/P19/P19_B_b03_t35.csv +31 -0
  34. data/scanpaths/P19/P19_B_b06_t04.csv +16 -0
  35. data/scanpaths/P19/P19_B_b06_t05.csv +27 -0
  36. data/scanpaths/P19/P19_B_b06_t10.csv +27 -0
  37. data/scanpaths/P19/P19_B_b06_t11.csv +17 -0
  38. data/scanpaths/P19/P19_B_b06_t38.csv +19 -0
  39. data/scanpaths/P19/P19_B_b06_t39.csv +26 -0
  40. data/scanpaths/P19/P19_B_b07_t01.csv +25 -0
  41. data/scanpaths/P19/P19_B_b07_t14.csv +30 -0
  42. data/scanpaths/P19/P19_B_b07_t15.csv +23 -0
  43. data/scanpaths/P19/P19_B_b07_t28.csv +19 -0
  44. data/scanpaths/P19/P19_B_b07_t29.csv +16 -0
  45. data/stimuli/.DS_Store +0 -0
  46. docs/acquisition_protocol.md +114 -0
  47. docs/data_dictionary.md +198 -0
  48. docs/file_formats.md +103 -0
  49. manifests/polygon_geometry.csv +28 -0
  50. manifests/stimulus_manifest.csv +0 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
DATASHEET.md ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PolyCAT Datasheet
2
+
3
+ Following the "Datasheets for Datasets" framework (Gebru et al., 2021).
4
+
5
+ ## Motivation
6
+
7
+ **For what purpose was the dataset created?**
8
+ PolyCAT was created to study how geometric viewing constraints (polygon-shaped apertures) affect visual attention allocation on natural images. It enables saliency prediction research under non-rectangular viewing conditions.
9
+
10
+ **Who created the dataset and on behalf of which entity?**
11
+ Created by researchers at [institution name]. Funded by [funding source].
12
+
13
+ **Who funded the creation of the dataset?**
14
+ [To be filled]
15
+
16
+ ## Composition
17
+
18
+ **What do the instances that comprise the dataset represent?**
19
+ Each instance is one eye-tracking trial: a participant's gaze behavior while viewing a CAT2000 image through a polygon aperture for 4 seconds.
20
+
21
+ **How many instances are there in total?**
22
+ ~21,000 trials across 30 participants (702 trials per fully included participant, 2 parts x 351 trials). All 30 participants are fully included with both parts.
23
+
24
+ **Does the dataset contain all possible instances or is it a sample?**
25
+ It is a complete recording of all trials for all included participants. 600 of the ~2000 CAT2000 images were used.
26
+
27
+ **What data does each instance consist of?**
28
+ - Sample-level gaze coordinates at 500 Hz (binocular)
29
+ - Fixation events with position, duration, and timing
30
+ - Trial metadata (stimulus, polygon, cue position)
31
+ - Session metadata (calibration, validation)
32
+
33
+ **Is there a label or target associated with each instance?**
34
+ No explicit labels. The gaze data itself can be used to derive saliency maps.
35
+
36
+ **Is any information missing from individual instances?**
37
+ Some trials have tracking loss (blinks, look-away). Quality metrics are provided per-trial.
38
+
39
+ **Are there any errors, sources of noise, or redundancies?**
40
+ - EyeLink tracking noise (~0.25-0.5 deg typical accuracy)
41
+ - Blinks cause data gaps
42
+ - Some edge fixations may be at aperture boundaries
43
+
44
+ ## Collection Process
45
+
46
+ **How was the data associated with each instance acquired?**
47
+ Eye movements were recorded using an EyeLink 1000+ eye tracker while participants viewed stimuli on a 27" 4K monitor.
48
+
49
+ **What mechanisms or procedures were used to collect the data?**
50
+ Custom PsychoPy experiment with EyeLink integration. 13-point calibration before each block, drift check before each trial.
51
+
52
+ **Who was involved in the data collection process?**
53
+ Trained experimenters supervised each session. Participants were university students.
54
+
55
+ **Over what timeframe was the data collected?**
56
+ January 15 - February 25, 2026.
57
+
58
+ **Were any ethical review processes conducted?**
59
+ Yes. The study was approved by the institutional ethics review board. All participants provided written informed consent.
60
+
61
+ ## Preprocessing
62
+
63
+ **Was any preprocessing/cleaning/labeling of the data done?**
64
+ - Raw EDF files were converted to CSV/TSV format
65
+ - Fixations were extracted using EyeLink's built-in detection algorithm
66
+ - Split sessions were concatenated using trial UIDs
67
+ - Quality metrics were computed per trial and participant
68
+
69
+ **Was the "raw" data saved in addition to the preprocessed/cleaned/labeled data?**
70
+ Yes. The original session logs and EDF files are preserved in `data/raw_output_data/`.
71
+
72
+ ## Uses
73
+
74
+ **Has the dataset been used for any tasks already?**
75
+ Initial analyses are presented in the accompanying ETRA 2026 paper.
76
+
77
+ **What (other) tasks could the dataset be used for?**
78
+ - Saliency prediction with aperture constraints
79
+ - Scanpath modeling and prediction
80
+ - Center bias analysis under geometric constraints
81
+ - Polygon geometry effects on visual exploration
82
+
83
+ **Is there anything about the composition of the dataset or the way it was collected that might impact future uses?**
84
+ The polygon apertures create a unique viewing constraint not present in standard saliency datasets. Models should account for the masked regions.
85
+
86
+ ## Distribution
87
+
88
+ **How will the dataset be distributed?**
89
+ Via the university lab's SharePoint repository. A permanent link will be provided in the published paper.
90
+
91
+ **When was the dataset first released?**
92
+ 2026 (ETRA 2026 conference).
93
+
94
+ **What license is the dataset distributed under?**
95
+ CC BY 4.0. Note that the CAT2000 images are subject to their original license.
96
+
97
+ ## Maintenance
98
+
99
+ **Who is supporting/hosting/maintaining the dataset?**
100
+ [Institution name and contact information]
101
+
102
+ **Will the dataset be updated?**
103
+ Version updates will be documented with changelogs.
104
+
105
+ **How can the owner/curator/manager of the dataset be contacted?**
106
+ [Contact email]
DATA_CARD.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PolyCAT Data Card
2
+
3
+ ## Dataset Summary
4
+
5
+ | Property | Value |
6
+ |----------|-------|
7
+ | **Name** | PolyCAT (Polygon-Aperture Eye-Tracking Dataset) |
8
+ | **Version** | 1.0 |
9
+ | **License** | CC BY 4.0 |
10
+ | **Modality** | Eye tracking (gaze position, fixations, pupil size) |
11
+ | **Task** | Free viewing with polygon aperture constraint |
12
+ | **Size** | ~3 GB (raw) + ~12 GB (processed gaze) |
13
+ | **Participants** | 30 included |
14
+ | **Trials** | 21,026 total |
15
+ | **Stimuli** | 600 CAT2000 images x 27 polygon apertures |
16
+
17
+ ## Intended Use
18
+
19
+ - Saliency prediction under geometric viewing constraints
20
+ - Gaze modeling and scanpath prediction
21
+ - Study of visual attention allocation in aperture-constrained viewing
22
+ - Benchmarking saliency models with non-rectangular viewing regions
23
+
24
+ ## Data Collection
25
+
26
+ ### Hardware
27
+ - EyeLink 1000+ (SR Research), head-mounted, binocular at 500 Hz per eye
28
+ - 27" 4K monitor (3840 x 2160) at 144 Hz, 70 cm viewing distance
29
+
30
+ ### Participants
31
+ - 30 participants, all included
32
+ - Ages 24-29, 14 female / 16 male
33
+ - Normal or corrected-to-normal vision
34
+ - University students
35
+
36
+ ### Task
37
+ Participants viewed CAT2000 images through irregular polygon apertures for 4 seconds each, with a secondary old/new memory task after each block.
38
+
39
+ ### Stimuli
40
+ - 600 images from 6 CAT2000 categories: Fractal, Object, OutdoorNatural, Random, Satelite, Sketch
41
+ - 27 polygon aperture shapes with systematically varied geometric properties
42
+ - 9 fixation cue positions (3x3 grid)
43
+
44
+ ## Ethical Considerations
45
+
46
+ - Study approved by institutional ethics board
47
+ - All participants provided informed consent
48
+ - Data is de-identified: no names, no identifying images, university IDs removed
49
+ - Demographic data limited to age and gender
50
+
51
+ ## Known Limitations
52
+
53
+ - P05 Part B has 317/351 trials (34 trials missing due to technical issues)
54
+ - Some sessions required restart (split sessions), handled by concatenation
55
+ - Stimulus images are from CAT2000 and subject to its original licensing
56
+ - Polygon apertures may introduce edge artifacts at aperture boundaries
57
+
58
+ ## Citation
59
+
60
+ See README.md for citation information.
LICENSE ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution 4.0 International License (CC BY 4.0)
2
+
3
+ Copyright (c) 2026 PolyCAT Authors
4
+
5
+ You are free to:
6
+
7
+ Share — copy and redistribute the material in any medium or format for any
8
+ purpose, even commercially.
9
+
10
+ Adapt — remix, transform, and build upon the material for any purpose, even
11
+ commercially.
12
+
13
+ Under the following terms:
14
+
15
+ Attribution — You must give appropriate credit, provide a link to the
16
+ license, and indicate if changes were made. You may do so in any reasonable
17
+ manner, but not in any way that suggests the licensor endorses you or your
18
+ use.
19
+
20
+ No additional restrictions — You may not apply legal terms or technological
21
+ measures that legally restrict others from doing anything the license
22
+ permits.
23
+
24
+ Full license text: https://creativecommons.org/licenses/by/4.0/legalcode
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PolyCAT: Polygon-Aperture Eye-Tracking Dataset
2
+
3
+ PolyCAT is a public eye-tracking dataset for studying visual attention on natural images viewed through irregular polygon apertures. The dataset is designed to support saliency prediction, gaze modeling, and research on how geometric viewing constraints affect visual exploration strategies.
4
+
5
+ ## Recording Details
6
+
7
+ - **Eye tracker:** EyeLink 1000+ (SR Research), head-mounted, binocular, 500 Hz per eye
8
+ - **Display:** 27" 4K monitor (3840 x 2160 pixels) at 144 Hz
9
+ - **Viewing distance:** 70 cm
10
+ - **Participants:** 30 included (ages 24-29, 14 female / 16 male)
11
+ - **Stimuli:** 600 images from CAT2000 (6 categories) viewed through 27 polygon aperture shapes
12
+ - **Trials per participant:** 702 (351 per part x 2 parts)
13
+ - **Stimulus duration:** 4.0 seconds per trial
14
+ - **Secondary task:** Old/new memory probe after each block
15
+
16
+ ## Folder Overview
17
+
18
+ ```
19
+ PolyCAT/
20
+ ├── data/
21
+ │ ├── raw_output_data/ # Original experiment logs (per-participant session data)
22
+ │ ├── manifests/ # Stimulus manifest, polygon geometry, demographics
23
+ │ ├── gaze/ # Sample-level gaze streams (TSV, one per session)
24
+ │ ├── fixations/ # Fixation events (CSV, global + per-participant)
25
+ │ ├── saliency_maps/ # Empirical fixation density maps per polygon-image
26
+ │ ├── scanpaths/ # Per-trial fixation sequences
27
+ │ ├── stimuli/ # CAT2000 images and polygon definitions
28
+ │ ├── metadata/ # Consolidated tables: participants, sessions, trials, quality
29
+ │ └── derivatives/ # Summary tables and computed features
30
+ ├── code/
31
+ │ ├── preprocessing/ # EDF conversion, metadata normalization, quality metrics
32
+ │ ├── evaluation/ # Saliency metrics (AUC, NSS, CC, KL, SIM, IG)
33
+ │ ├── visualization/ # Plotting utilities
34
+ │ └── examples/ # Quickstart scripts and notebooks
35
+ ├── benchmarks/ # Baseline model results
36
+ ├── docs/ # Data dictionary, file formats, acquisition protocol
37
+ └── paper/ # ETRA 2026 submission
38
+ ```
39
+
40
+ ## Getting Started
41
+
42
+ ```python
43
+ import pandas as pd
44
+
45
+ # Load metadata
46
+ participants = pd.read_csv("data/metadata/participants.csv")
47
+ trials = pd.read_csv("data/metadata/trials.csv")
48
+ fixations = pd.read_csv("data/fixations/fixations_all.csv")
49
+
50
+ # Filter to one participant
51
+ p01_fix = fixations[fixations["participant_id"] == "P01"]
52
+ print(f"P01 has {len(p01_fix)} fixations across {p01_fix['trial_uid'].nunique()} trials")
53
+
54
+ # Fixation heatmap for a specific polygon-image combination
55
+ import numpy as np
56
+ polygon = "polygon_25"
57
+ subset = fixations[(fixations["polygon_id"] == polygon) & (fixations["eye"] == "R")]
58
+ heatmap = np.zeros((2160, 3840))
59
+ for _, row in subset.iterrows():
60
+ x, y = int(row["x_px"]), int(row["y_px"])
61
+ if 0 <= x < 3840 and 0 <= y < 2160:
62
+ heatmap[y, x] += 1
63
+ ```
64
+
65
+ ## Polygon Apertures
66
+
67
+ The 27 polygon shapes are organized into three groups:
68
+ - **Reference** (3): regular geometric shapes (rectangle, symmetric, asymmetric)
69
+ - **Convexity-varied** (3): shapes with varying convexity (convex, concave, intermediate)
70
+ - **Irregular** (21): asymmetric polygons with diverse geometric properties
71
+
72
+ ## Citation
73
+
74
+ If you use this dataset, please cite:
75
+
76
+ ```bibtex
77
+ @inproceedings{polycat2026,
78
+ title = {PolyCAT: A Polygon-Aperture Eye-Tracking Dataset},
79
+ author = {TBD},
80
+ booktitle = {Proceedings of the ACM Symposium on Eye Tracking Research \& Applications (ETRA)},
81
+ year = {2026},
82
+ doi = {TBD}
83
+ }
84
+ ```
85
+
86
+ ## License
87
+
88
+ This dataset is released under the [Creative Commons Attribution 4.0 International License (CC BY 4.0)](LICENSE).
code/examples/quickstart.ipynb ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "metadata": {},
6
+ "source": [
7
+ "# PolyCAT Dataset — Quickstart\n",
8
+ "\n",
9
+ "This notebook demonstrates how to load and visualize the PolyCAT dataset.\n",
10
+ "\n",
11
+ "**Display setup:** 27\" 4K monitor (3840×2160) at 70 cm viewing distance ≈ 78.5 px/deg."
12
+ ]
13
+ },
14
+ {
15
+ "cell_type": "code",
16
+ "execution_count": null,
17
+ "metadata": {},
18
+ "outputs": [],
19
+ "source": [
20
+ "import csv\n",
21
+ "from collections import defaultdict\n",
22
+ "from pathlib import Path\n",
23
+ "\n",
24
+ "import numpy as np\n",
25
+ "import matplotlib.pyplot as plt\n",
26
+ "\n",
27
+ "# Adjust to your project root\n",
28
+ "PROJECT_ROOT = Path(\"../..\").resolve()\n",
29
+ "\n",
30
+ "# Display constants (27\" 4K at 70 cm)\n",
31
+ "SCREEN_W, SCREEN_H = 3840, 2160\n",
32
+ "PPD = 78.5 # pixels per degree\n",
33
+ "\n",
34
+ "def load_csv(path):\n",
35
+ " with open(path) as f:\n",
36
+ " return list(csv.DictReader(f))"
37
+ ]
38
+ },
39
+ {
40
+ "cell_type": "markdown",
41
+ "metadata": {},
42
+ "source": [
43
+ "## 1. Load Metadata"
44
+ ]
45
+ },
46
+ {
47
+ "cell_type": "code",
48
+ "execution_count": null,
49
+ "metadata": {},
50
+ "outputs": [],
51
+ "source": [
52
+ "participants = load_csv(PROJECT_ROOT / \"data/metadata/participants.csv\")\n",
53
+ "trials = load_csv(PROJECT_ROOT / \"data/metadata/trials.csv\")\n",
54
+ "quality = load_csv(PROJECT_ROOT / \"data/metadata/quality_metrics.csv\")\n",
55
+ "\n",
56
+ "print(f\"Participants: {len(participants)}\")\n",
57
+ "print(f\"Trials: {len(trials)}\")\n",
58
+ "print(f\"\\nQuality metrics columns: {list(quality[0].keys())}\")"
59
+ ]
60
+ },
61
+ {
62
+ "cell_type": "markdown",
63
+ "metadata": {},
64
+ "source": [
65
+ "## 2. Quality Overview"
66
+ ]
67
+ },
68
+ {
69
+ "cell_type": "code",
70
+ "execution_count": null,
71
+ "metadata": {},
72
+ "outputs": [],
73
+ "source": [
74
+ "pids = [q[\"participant_id\"] for q in quality]\n",
75
+ "tracking_ratios = [float(q[\"tracking_ratio_mean\"]) for q in quality]\n",
76
+ "fix_per_trial = [float(q[\"fixations_per_trial_mean\"]) for q in quality]\n",
77
+ "\n",
78
+ "fig, axes = plt.subplots(1, 2, figsize=(12, 4))\n",
79
+ "\n",
80
+ "axes[0].bar(range(len(pids)), tracking_ratios, color=\"steelblue\")\n",
81
+ "axes[0].set_xticks(range(len(pids)))\n",
82
+ "axes[0].set_xticklabels(pids, rotation=45, ha=\"right\", fontsize=7)\n",
83
+ "axes[0].set_ylabel(\"Fixation tracking ratio\")\n",
84
+ "axes[0].set_title(\"Per-eye fixation tracking ratio by participant\")\n",
85
+ "axes[0].axhline(y=0.6, color=\"red\", linestyle=\"--\", alpha=0.5, label=\"Exclusion threshold\")\n",
86
+ "axes[0].legend(fontsize=8)\n",
87
+ "\n",
88
+ "axes[1].bar(range(len(pids)), fix_per_trial, color=\"darkorange\")\n",
89
+ "axes[1].set_xticks(range(len(pids)))\n",
90
+ "axes[1].set_xticklabels(pids, rotation=45, ha=\"right\", fontsize=7)\n",
91
+ "axes[1].set_ylabel(\"Mean fixations per trial (both eyes)\")\n",
92
+ "axes[1].set_title(\"Fixation count by participant\")\n",
93
+ "\n",
94
+ "plt.tight_layout()\n",
95
+ "plt.show()"
96
+ ]
97
+ },
98
+ {
99
+ "cell_type": "markdown",
100
+ "metadata": {},
101
+ "source": [
102
+ "## 3. Load Fixations"
103
+ ]
104
+ },
105
+ {
106
+ "cell_type": "code",
107
+ "execution_count": null,
108
+ "metadata": {},
109
+ "outputs": [],
110
+ "source": [
111
+ "fixations = load_csv(PROJECT_ROOT / \"data/fixations/fixations_all.csv\")\n",
112
+ "print(f\"Total fixations: {len(fixations):,}\")\n",
113
+ "\n",
114
+ "# Quick summary\n",
115
+ "durations = [float(f[\"duration_ms\"]) for f in fixations]\n",
116
+ "print(f\"Duration: mean={np.mean(durations):.0f} ms, median={np.median(durations):.0f} ms\")\n",
117
+ "print(f\"Columns: {list(fixations[0].keys())}\")"
118
+ ]
119
+ },
120
+ {
121
+ "cell_type": "markdown",
122
+ "metadata": {},
123
+ "source": [
124
+ "## 4. Fixation Duration Distribution"
125
+ ]
126
+ },
127
+ {
128
+ "cell_type": "code",
129
+ "execution_count": null,
130
+ "metadata": {},
131
+ "outputs": [],
132
+ "source": [
133
+ "fig, ax = plt.subplots(figsize=(8, 4))\n",
134
+ "ax.hist(durations, bins=np.arange(0, 2000, 25), color=\"steelblue\", edgecolor=\"white\")\n",
135
+ "ax.set_xlabel(\"Fixation duration (ms)\")\n",
136
+ "ax.set_ylabel(\"Count\")\n",
137
+ "ax.set_title(\"Fixation Duration Distribution\")\n",
138
+ "ax.axvline(np.median(durations), color=\"red\", linestyle=\"--\",\n",
139
+ " label=f\"Median: {np.median(durations):.0f} ms\")\n",
140
+ "ax.legend()\n",
141
+ "ax.set_xlim(0, 1500)\n",
142
+ "plt.tight_layout()\n",
143
+ "plt.show()"
144
+ ]
145
+ },
146
+ {
147
+ "cell_type": "markdown",
148
+ "metadata": {},
149
+ "source": [
150
+ "## 5. Spatial Distribution of Fixations\n",
151
+ "\n",
152
+ "Fixation positions on the 3840×2160 px display (27\" 4K at 70 cm ≈ 78.5 px/deg)."
153
+ ]
154
+ },
155
+ {
156
+ "cell_type": "code",
157
+ "execution_count": null,
158
+ "metadata": {},
159
+ "outputs": [],
160
+ "source": [
161
+ "# Right eye fixations only\n",
162
+ "r_fix = [(float(f[\"x_px\"]), float(f[\"y_px\"])) for f in fixations if f[\"eye\"] == \"R\"]\n",
163
+ "xs = np.array([p[0] for p in r_fix])\n",
164
+ "ys = np.array([p[1] for p in r_fix])\n",
165
+ "\n",
166
+ "fig, axes = plt.subplots(1, 2, figsize=(14, 5))\n",
167
+ "\n",
168
+ "# Heatmap in pixels\n",
169
+ "h, xedges, yedges = np.histogram2d(xs, ys, bins=[96, 54],\n",
170
+ " range=[[0, SCREEN_W], [0, SCREEN_H]])\n",
171
+ "axes[0].imshow(h.T, extent=[0, SCREEN_W, SCREEN_H, 0],\n",
172
+ " aspect=\"equal\", cmap=\"hot\", interpolation=\"gaussian\")\n",
173
+ "axes[0].set_xlabel(\"X (pixels)\")\n",
174
+ "axes[0].set_ylabel(\"Y (pixels)\")\n",
175
+ "axes[0].set_title(f\"Fixation density — all participants (N={len(r_fix):,})\")\n",
176
+ "\n",
177
+ "# Heatmap in degrees\n",
178
+ "xs_deg = (xs - SCREEN_W / 2) / PPD\n",
179
+ "ys_deg = (ys - SCREEN_H / 2) / PPD\n",
180
+ "h2, _, _ = np.histogram2d(xs_deg, ys_deg, bins=[96, 54],\n",
181
+ " range=[[-SCREEN_W/2/PPD, SCREEN_W/2/PPD],\n",
182
+ " [-SCREEN_H/2/PPD, SCREEN_H/2/PPD]])\n",
183
+ "extent_deg = [-SCREEN_W/2/PPD, SCREEN_W/2/PPD, SCREEN_H/2/PPD, -SCREEN_H/2/PPD]\n",
184
+ "axes[1].imshow(h2.T, extent=extent_deg, aspect=\"equal\",\n",
185
+ " cmap=\"hot\", interpolation=\"gaussian\")\n",
186
+ "axes[1].set_xlabel(\"Horizontal (deg)\")\n",
187
+ "axes[1].set_ylabel(\"Vertical (deg)\")\n",
188
+ "axes[1].set_title(\"Fixation density in degrees of visual angle\")\n",
189
+ "\n",
190
+ "plt.tight_layout()\n",
191
+ "plt.show()"
192
+ ]
193
+ },
194
+ {
195
+ "cell_type": "markdown",
196
+ "metadata": {},
197
+ "source": [
198
+ "## 6. Single Trial Scanpath"
199
+ ]
200
+ },
201
+ {
202
+ "cell_type": "code",
203
+ "execution_count": null,
204
+ "metadata": {},
205
+ "outputs": [],
206
+ "source": [
207
+ "# Pick a trial from the first participant\n",
208
+ "scanpath_dir = PROJECT_ROOT / \"data/scanpaths\"\n",
209
+ "pid_dirs = sorted(d for d in scanpath_dir.iterdir() if d.is_dir())\n",
210
+ "pid_dir = pid_dirs[0]\n",
211
+ "trial_file = sorted(pid_dir.glob(\"*.csv\"))[0]\n",
212
+ "\n",
213
+ "scanpath = load_csv(trial_file)\n",
214
+ "# Filter to right eye\n",
215
+ "sp_r = [f for f in scanpath if f[\"eye\"] == \"R\"]\n",
216
+ "\n",
217
+ "sp_x = [float(f[\"x_px\"]) for f in sp_r]\n",
218
+ "sp_y = [float(f[\"y_px\"]) for f in sp_r]\n",
219
+ "sp_dur = [float(f[\"duration_ms\"]) for f in sp_r]\n",
220
+ "\n",
221
+ "fig, ax = plt.subplots(figsize=(10, 5.625)) # 16:9 aspect\n",
222
+ "ax.set_xlim(0, SCREEN_W)\n",
223
+ "ax.set_ylim(SCREEN_H, 0) # Invert Y\n",
224
+ "ax.set_aspect(\"equal\")\n",
225
+ "\n",
226
+ "# Draw scanpath\n",
227
+ "ax.plot(sp_x, sp_y, \"b-\", alpha=0.3, linewidth=1)\n",
228
+ "scatter = ax.scatter(sp_x, sp_y, s=[d/5 for d in sp_dur],\n",
229
+ " c=range(len(sp_x)), cmap=\"viridis\", alpha=0.7,\n",
230
+ " edgecolors=\"black\", linewidths=0.5)\n",
231
+ "\n",
232
+ "# Number the fixations\n",
233
+ "for i, (x, y) in enumerate(zip(sp_x, sp_y)):\n",
234
+ " ax.annotate(str(i+1), (x, y), fontsize=7, ha=\"center\", va=\"center\",\n",
235
+ " color=\"white\", fontweight=\"bold\")\n",
236
+ "\n",
237
+ "ax.set_xlabel(\"X (pixels)\")\n",
238
+ "ax.set_ylabel(\"Y (pixels)\")\n",
239
+ "ax.set_title(f\"Scanpath: {trial_file.stem} (right eye, {len(sp_r)} fixations)\\n\"\n",
240
+ " f\"Display: 3840×2160 px, 27\\\" 4K at 70 cm\")\n",
241
+ "plt.colorbar(scatter, label=\"Fixation order\", ax=ax)\n",
242
+ "plt.tight_layout()\n",
243
+ "plt.show()"
244
+ ]
245
+ },
246
+ {
247
+ "cell_type": "markdown",
248
+ "metadata": {},
249
+ "source": [
250
+ "## 7. Saliency Map Example"
251
+ ]
252
+ },
253
+ {
254
+ "cell_type": "code",
255
+ "execution_count": null,
256
+ "metadata": {},
257
+ "outputs": [],
258
+ "source": [
259
+ "saliency_dir = PROJECT_ROOT / \"data/saliency_maps/by_polygon\"\n",
260
+ "if saliency_dir.exists():\n",
261
+ " # Find first available saliency map\n",
262
+ " poly_dirs = sorted(d for d in saliency_dir.iterdir() if d.is_dir())\n",
263
+ " if poly_dirs:\n",
264
+ " npy_files = sorted(poly_dirs[0].glob(\"*_fixmap.npy\"))\n",
265
+ " if npy_files:\n",
266
+ " smap = np.load(npy_files[0])\n",
267
+ " fig, ax = plt.subplots(figsize=(10, 5.625))\n",
268
+ " im = ax.imshow(smap, cmap=\"hot\", aspect=\"equal\")\n",
269
+ " ax.set_xlabel(\"X (pixels)\")\n",
270
+ " ax.set_ylabel(\"Y (pixels)\")\n",
271
+ " ax.set_title(f\"Saliency map: {poly_dirs[0].name}/{npy_files[0].stem}\\n\"\n",
272
+ " f\"Resolution: {smap.shape[1]}×{smap.shape[0]} px, \"\n",
273
+ " f\"σ = 1.0 deg = {PPD:.1f} px\")\n",
274
+ " plt.colorbar(im, label=\"Fixation density\", ax=ax)\n",
275
+ " plt.tight_layout()\n",
276
+ " plt.show()\n",
277
+ " else:\n",
278
+ " print(\"No .npy saliency maps found.\")\n",
279
+ " else:\n",
280
+ " print(\"No polygon directories found.\")\n",
281
+ "else:\n",
282
+ " print(\"Saliency map directory not found. Run generate_saliency_maps.py first.\")"
283
+ ]
284
+ },
285
+ {
286
+ "cell_type": "markdown",
287
+ "metadata": {},
288
+ "source": [
289
+ "## 8. Category Comparison"
290
+ ]
291
+ },
292
+ {
293
+ "cell_type": "code",
294
+ "execution_count": null,
295
+ "metadata": {},
296
+ "outputs": [],
297
+ "source": [
298
+ "# Fixation stats by stimulus category\n",
299
+ "by_category = defaultdict(list)\n",
300
+ "for f in fixations:\n",
301
+ " cat = f.get(\"category\", \"\")\n",
302
+ " if cat and f[\"eye\"] == \"R\":\n",
303
+ " by_category[cat].append(float(f[\"duration_ms\"]))\n",
304
+ "\n",
305
+ "cats = sorted(by_category.keys())\n",
306
+ "means = [np.mean(by_category[c]) for c in cats]\n",
307
+ "stds = [np.std(by_category[c]) / np.sqrt(len(by_category[c])) for c in cats]\n",
308
+ "\n",
309
+ "fig, ax = plt.subplots(figsize=(8, 4))\n",
310
+ "ax.bar(cats, means, yerr=stds, color=\"steelblue\", edgecolor=\"white\", capsize=3)\n",
311
+ "ax.set_ylabel(\"Mean fixation duration (ms)\")\n",
312
+ "ax.set_title(\"Fixation Duration by Stimulus Category (right eye)\")\n",
313
+ "plt.xticks(rotation=30, ha=\"right\")\n",
314
+ "plt.tight_layout()\n",
315
+ "plt.show()"
316
+ ]
317
+ },
318
+ {
319
+ "cell_type": "markdown",
320
+ "metadata": {},
321
+ "source": [
322
+ "---\n",
323
+ "\n",
324
+ "**Notes:**\n",
325
+ "- All pixel coordinates are on a 3840×2160 display\n",
326
+ "- Conversion to degrees: `x_deg = (x_px - 1920) / 78.5`, `y_deg = (y_px - 1080) / 78.5`\n",
327
+ "- See `docs/data_dictionary.md` for full field descriptions\n",
328
+ "- See `docs/acquisition_protocol.md` for equipment and procedure details"
329
+ ]
330
+ }
331
+ ],
332
+ "metadata": {
333
+ "kernelspec": {
334
+ "display_name": "Python 3",
335
+ "language": "python",
336
+ "name": "python3"
337
+ },
338
+ "language_info": {
339
+ "name": "python",
340
+ "version": "3.11.0"
341
+ }
342
+ },
343
+ "nbformat": 4,
344
+ "nbformat_minor": 4
345
+ }
code/examples/quickstart.py ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """PolyCAT Dataset — Quickstart Example
3
+
4
+ Demonstrates basic data loading and visualization for the PolyCAT dataset.
5
+
6
+ Display setup: 27" 4K monitor (3840x2160) at 70 cm viewing distance (~78.5 px/deg).
7
+
8
+ Requirements:
9
+ pip install numpy pandas matplotlib
10
+
11
+ Usage:
12
+ python code/examples/quickstart.py
13
+ """
14
+
15
+ import csv
16
+ from collections import defaultdict
17
+ from pathlib import Path
18
+
19
+ import numpy as np
20
+
21
+ PROJECT_ROOT = Path(__file__).resolve().parents[2]
22
+
23
+
24
+ def load_csv(path):
25
+ """Load a CSV file as a list of dicts."""
26
+ with open(path, "r") as f:
27
+ return list(csv.DictReader(f))
28
+
29
+
30
+ def example_1_load_metadata():
31
+ """Example 1: Load and explore dataset metadata."""
32
+ print("=" * 60)
33
+ print("Example 1: Dataset Metadata")
34
+ print("=" * 60)
35
+
36
+ # Load participants
37
+ participants = load_csv(PROJECT_ROOT / "data" / "metadata" / "participants.csv")
38
+ print(f"\nParticipants: {len(participants)}")
39
+ for p in participants[:3]:
40
+ print(f" {p['participant_id']}: "
41
+ f"{p.get('total_trials_A', '?')} trials (Part A), "
42
+ f"{p.get('total_trials_B', '?')} trials (Part B)")
43
+ print(f" ... and {len(participants) - 3} more")
44
+
45
+ # Load trials
46
+ trials = load_csv(PROJECT_ROOT / "data" / "metadata" / "trials.csv")
47
+ print(f"\nTotal trials: {len(trials)}")
48
+
49
+ # Count by category
50
+ categories = defaultdict(int)
51
+ for t in trials:
52
+ cat = t.get("category", "unknown")
53
+ categories[cat] += 1
54
+ print(" By category:")
55
+ for cat, count in sorted(categories.items()):
56
+ print(f" {cat}: {count}")
57
+
58
+ return participants, trials
59
+
60
+
61
+ def example_2_load_fixations():
62
+ """Example 2: Load and summarize fixation data."""
63
+ print("\n" + "=" * 60)
64
+ print("Example 2: Fixation Data")
65
+ print("=" * 60)
66
+
67
+ fixations = load_csv(PROJECT_ROOT / "data" / "fixations" / "fixations_all.csv")
68
+ print(f"\nTotal fixations: {len(fixations):,}")
69
+
70
+ # Group by participant
71
+ by_pid = defaultdict(list)
72
+ for f in fixations:
73
+ by_pid[f["participant_id"]].append(f)
74
+
75
+ print(f"Participants: {len(by_pid)}")
76
+
77
+ # Summary per participant
78
+ print("\nPer-participant fixation counts:")
79
+ for pid in sorted(by_pid.keys())[:5]:
80
+ fix_list = by_pid[pid]
81
+ durations = [float(f["duration_ms"]) for f in fix_list]
82
+ print(f" {pid}: {len(fix_list):,} fixations, "
83
+ f"mean duration = {np.mean(durations):.0f} ms")
84
+ print(f" ... and {len(by_pid) - 5} more")
85
+
86
+ return fixations
87
+
88
+
89
+ def example_3_single_trial_scanpath():
90
+ """Example 3: Load a single trial's scanpath."""
91
+ print("\n" + "=" * 60)
92
+ print("Example 3: Single Trial Scanpath")
93
+ print("=" * 60)
94
+
95
+ # Find a participant's scanpath directory
96
+ scanpath_dir = PROJECT_ROOT / "data" / "scanpaths"
97
+ pid_dirs = sorted(d for d in scanpath_dir.iterdir() if d.is_dir())
98
+
99
+ if not pid_dirs:
100
+ print("No scanpath files found. Run export_scanpaths.py first.")
101
+ return
102
+
103
+ # Pick first participant, first trial
104
+ pid_dir = pid_dirs[0]
105
+ scanpath_files = sorted(pid_dir.glob("*.csv"))
106
+ if not scanpath_files:
107
+ print(f"No scanpath files in {pid_dir}")
108
+ return
109
+
110
+ scanpath_file = scanpath_files[0]
111
+ scanpath = load_csv(scanpath_file)
112
+
113
+ print(f"\nParticipant: {pid_dir.name}")
114
+ print(f"Trial: {scanpath_file.stem}")
115
+ print(f"Fixations in scanpath: {len(scanpath)}")
116
+
117
+ # Display note about coordinate interpretation
118
+ print(f"\nNote: Coordinates are in pixels on a 3840x2160 display at 70 cm.")
119
+ print(f" At ~78.5 px/deg, a 100 px distance = ~1.27 degrees of visual angle.")
120
+
121
+ print("\nScanpath (right eye):")
122
+ print(f" {'#':>3} {'X (px)':>8} {'Y (px)':>8} {'Duration':>10} {'Eye':>4}")
123
+ print(f" {'-'*3:>3} {'-'*8:>8} {'-'*8:>8} {'-'*10:>10} {'-'*4:>4}")
124
+ for fix in scanpath[:10]:
125
+ print(f" {fix['fixation_index']:>3} "
126
+ f"{float(fix['x_px']):>8.1f} "
127
+ f"{float(fix['y_px']):>8.1f} "
128
+ f"{float(fix['duration_ms']):>8.1f} ms "
129
+ f"{fix['eye']:>4}")
130
+ if len(scanpath) > 10:
131
+ print(f" ... and {len(scanpath) - 10} more fixations")
132
+
133
+
134
+ def example_4_fixation_heatmap():
135
+ """Example 4: Create a simple fixation heatmap (text-based)."""
136
+ print("\n" + "=" * 60)
137
+ print("Example 4: Fixation Spatial Distribution")
138
+ print("=" * 60)
139
+
140
+ # Load fixations for one participant
141
+ fixations = load_csv(PROJECT_ROOT / "data" / "fixations" / "fixations_all.csv")
142
+
143
+ # Get first participant's right-eye fixations
144
+ first_pid = fixations[0]["participant_id"]
145
+ pid_fix = [(float(f["x_px"]), float(f["y_px"]))
146
+ for f in fixations
147
+ if f["participant_id"] == first_pid and f["eye"] == "R"]
148
+
149
+ print(f"\n{first_pid}: {len(pid_fix)} right-eye fixations")
150
+
151
+ # Compute spatial statistics
152
+ xs = np.array([p[0] for p in pid_fix])
153
+ ys = np.array([p[1] for p in pid_fix])
154
+
155
+ ppd = 78.5 # px/deg for 27" 4K at 70 cm
156
+ cx, cy = 3840 / 2, 2160 / 2 # screen center
157
+
158
+ # Distance from center in degrees
159
+ dist_deg = np.sqrt(((xs - cx) / ppd)**2 + ((ys - cy) / ppd)**2)
160
+
161
+ print(f"\nSpatial distribution:")
162
+ print(f" X range: {xs.min():.0f} - {xs.max():.0f} px "
163
+ f"({(xs.min() - cx) / ppd:.1f} to {(xs.max() - cx) / ppd:.1f} deg)")
164
+ print(f" Y range: {ys.min():.0f} - {ys.max():.0f} px "
165
+ f"({(ys.min() - cy) / ppd:.1f} to {(ys.max() - cy) / ppd:.1f} deg)")
166
+ print(f" Mean eccentricity: {dist_deg.mean():.1f} deg")
167
+ print(f" Median eccentricity: {np.median(dist_deg):.1f} deg")
168
+
169
+ # Histogram of eccentricity
170
+ bins = [0, 2, 4, 6, 8, 10, 15, 20, 25]
171
+ counts, _ = np.histogram(dist_deg, bins=bins)
172
+ print(f"\n Eccentricity distribution:")
173
+ for i in range(len(counts)):
174
+ bar = "#" * int(counts[i] / max(counts) * 30)
175
+ print(f" {bins[i]:>4}-{bins[i+1]:>2} deg: {counts[i]:>5} {bar}")
176
+
177
+
178
+ def example_5_polygon_info():
179
+ """Example 5: Explore polygon geometry."""
180
+ print("\n" + "=" * 60)
181
+ print("Example 5: Polygon Apertures")
182
+ print("=" * 60)
183
+
184
+ poly_csv = PROJECT_ROOT / "data" / "manifests" / "polygon_geometry.csv"
185
+ if not poly_csv.exists():
186
+ print(f" Polygon geometry file not found at {poly_csv}")
187
+ return
188
+
189
+ polygons = load_csv(poly_csv)
190
+ print(f"\n{len(polygons)} unique polygon shapes")
191
+ print(f"\nFirst 5 polygons:")
192
+ for p in polygons[:5]:
193
+ pid = p.get("polygon_id", "?")
194
+ cx = p.get("center_x", "?")
195
+ cy = p.get("center_y", "?")
196
+ print(f" {pid}: center = ({cx}, {cy})")
197
+
198
+ # Check for polygon JSON definitions
199
+ poly_dir = PROJECT_ROOT / "data" / "stimuli" / "polygons"
200
+ if poly_dir.exists():
201
+ json_files = list(poly_dir.glob("*.json"))
202
+ print(f"\n{len(json_files)} polygon JSON vertex definition files")
203
+ if json_files:
204
+ import json
205
+ with open(json_files[0]) as f:
206
+ sample = json.load(f)
207
+ print(f" Sample ({json_files[0].name}):")
208
+ if isinstance(sample, list):
209
+ print(f" {len(sample)} vertices")
210
+ if sample:
211
+ print(f" First vertex: {sample[0]}")
212
+ elif isinstance(sample, dict):
213
+ print(f" Keys: {list(sample.keys())}")
214
+
215
+
216
+ def main():
217
+ print("PolyCAT Dataset — Quickstart Examples")
218
+ print("Display: 27\" 4K (3840x2160) at 70 cm (~78.5 px/deg)")
219
+ print()
220
+
221
+ example_1_load_metadata()
222
+ example_2_load_fixations()
223
+ example_3_single_trial_scanpath()
224
+ example_4_fixation_heatmap()
225
+ example_5_polygon_info()
226
+
227
+ print("\n" + "=" * 60)
228
+ print("Quickstart complete!")
229
+ print("=" * 60)
230
+ print("\nFor visualization examples, see quickstart.ipynb")
231
+
232
+
233
+ if __name__ == "__main__":
234
+ main()
croissant.json ADDED
@@ -0,0 +1,586 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {"@id": "cr:data", "@type": "@json"},
11
+ "dataType": {"@id": "cr:dataType", "@type": "@vocab"},
12
+ "dct": "http://purl.org/dc/terms/",
13
+ "examples": {"@id": "cr:examples", "@type": "@json"},
14
+ "extract": "cr:extract",
15
+ "field": "cr:field",
16
+ "fileProperty": "cr:fileProperty",
17
+ "fileObject": "cr:fileObject",
18
+ "fileSet": "cr:fileSet",
19
+ "format": "cr:format",
20
+ "includes": "cr:includes",
21
+ "isLiveDataset": "cr:isLiveDataset",
22
+ "jsonPath": "cr:jsonPath",
23
+ "key": "cr:key",
24
+ "md5": "cr:md5",
25
+ "parentField": "cr:parentField",
26
+ "path": "cr:path",
27
+ "recordSet": "cr:recordSet",
28
+ "references": "cr:references",
29
+ "regex": "cr:regex",
30
+ "repeated": "cr:repeated",
31
+ "replace": "cr:replace",
32
+ "sc": "https://schema.org/",
33
+ "separator": "cr:separator",
34
+ "source": "cr:source",
35
+ "subField": "cr:subField",
36
+ "transform": "cr:transform"
37
+ },
38
+ "@type": "sc:Dataset",
39
+ "name": "PolyCAT",
40
+ "description": "PolyCAT (Polygon-Aperture Eye-Tracking Dataset) is a public eye-tracking dataset for studying visual attention on natural images viewed through irregular polygon apertures. 30 participants viewed 600 CAT2000 images through 27 polygon shapes while their eye movements were recorded with an EyeLink 1000+ at 500 Hz binocular. The dataset includes sample-level gaze streams, fixation events, empirical saliency maps, scanpath sequences, and comprehensive metadata.",
41
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
42
+ "license": "https://creativecommons.org/licenses/by/4.0/",
43
+ "url": "https://github.com/TBD/PolyCAT",
44
+ "version": "1.0.0",
45
+ "datePublished": "2026-03-05",
46
+ "keywords": [
47
+ "eye tracking",
48
+ "saliency",
49
+ "visual attention",
50
+ "gaze prediction",
51
+ "fixation density",
52
+ "polygon aperture",
53
+ "CAT2000"
54
+ ],
55
+ "creator": {
56
+ "@type": "sc:Organization",
57
+ "name": "TBD"
58
+ },
59
+ "citeAs": "TBD (2026). PolyCAT: A Polygon-Aperture Eye-Tracking Dataset. In Proceedings of ETRA 2026.",
60
+ "distribution": [
61
+ {
62
+ "@type": "cr:FileObject",
63
+ "@id": "participants-csv",
64
+ "name": "participants.csv",
65
+ "description": "Per-participant metadata including demographics, dominant eye, trial counts, and inclusion status.",
66
+ "contentUrl": "data/metadata/participants.csv",
67
+ "encodingFormat": "text/csv",
68
+ "sha256": "TBD"
69
+ },
70
+ {
71
+ "@type": "cr:FileObject",
72
+ "@id": "sessions-csv",
73
+ "name": "sessions.csv",
74
+ "description": "Per-session metadata including session labels (primary, split_primary, extra), trial counts, and inclusion flags.",
75
+ "contentUrl": "data/metadata/sessions.csv",
76
+ "encodingFormat": "text/csv",
77
+ "sha256": "TBD"
78
+ },
79
+ {
80
+ "@type": "cr:FileObject",
81
+ "@id": "trials-csv",
82
+ "name": "trials.csv",
83
+ "description": "Source-of-truth trial table with one row per trial. Contains stimulus assignments, polygon definitions, cue positions, and drift-check metrics.",
84
+ "contentUrl": "data/metadata/trials.csv",
85
+ "encodingFormat": "text/csv",
86
+ "sha256": "TBD"
87
+ },
88
+ {
89
+ "@type": "cr:FileObject",
90
+ "@id": "quality-metrics-csv",
91
+ "name": "quality_metrics.csv",
92
+ "description": "Per-participant quality metrics: tracking ratio, fixation statistics, calibration error, data loss.",
93
+ "contentUrl": "data/metadata/quality_metrics.csv",
94
+ "encodingFormat": "text/csv",
95
+ "sha256": "TBD"
96
+ },
97
+ {
98
+ "@type": "cr:FileObject",
99
+ "@id": "fixations-all-csv",
100
+ "name": "fixations_all.csv",
101
+ "description": "All fixation events across all participants and trials. Each row is one fixation with position (pixels and degrees), duration, pupil size, and stimulus metadata.",
102
+ "contentUrl": "data/fixations/fixations_all.csv",
103
+ "encodingFormat": "text/csv",
104
+ "sha256": "TBD"
105
+ },
106
+ {
107
+ "@type": "cr:FileObject",
108
+ "@id": "fixations-mat",
109
+ "name": "fixations.mat",
110
+ "description": "Fixation data in CAT2000-compatible MATLAB format with fields: x, y, dur, subj, img, polygon.",
111
+ "contentUrl": "data/fixations/fixations.mat",
112
+ "encodingFormat": "application/x-matlab-data",
113
+ "sha256": "TBD"
114
+ },
115
+ {
116
+ "@type": "cr:FileObject",
117
+ "@id": "polygon-geometry-csv",
118
+ "name": "polygon_geometry.csv",
119
+ "description": "Polygon shape definitions with polygon ID, group, and JSON filename.",
120
+ "contentUrl": "data/manifests/polygon_geometry.csv",
121
+ "encodingFormat": "text/csv",
122
+ "sha256": "TBD"
123
+ },
124
+ {
125
+ "@type": "cr:FileObject",
126
+ "@id": "stimulus-manifest-csv",
127
+ "name": "stimulus_manifest.csv",
128
+ "description": "Fixed stimulus-polygon-cue assignment table (702 trial slots shared by all participants).",
129
+ "contentUrl": "data/manifests/stimulus_manifest.csv",
130
+ "encodingFormat": "text/csv",
131
+ "sha256": "TBD"
132
+ },
133
+ {
134
+ "@type": "cr:FileObject",
135
+ "@id": "baseline-results-csv",
136
+ "name": "baseline_results.csv",
137
+ "description": "Saliency benchmark results for baseline models (Uniform, Center Bias, Gold Standard LOO).",
138
+ "contentUrl": "benchmarks/baseline_results.csv",
139
+ "encodingFormat": "text/csv",
140
+ "sha256": "TBD"
141
+ },
142
+ {
143
+ "@type": "cr:FileSet",
144
+ "@id": "gaze-tsv-files",
145
+ "name": "Gaze TSV files",
146
+ "description": "Sample-level gaze streams. One TSV file per session with timestamp, eye, gaze position, pupil size, and validity.",
147
+ "containedIn": {"@id": "gaze-directory"},
148
+ "includes": "*.tsv",
149
+ "encodingFormat": "text/tab-separated-values"
150
+ },
151
+ {
152
+ "@type": "cr:FileObject",
153
+ "@id": "gaze-directory",
154
+ "name": "gaze/",
155
+ "description": "Directory containing per-session gaze TSV files.",
156
+ "contentUrl": "data/gaze/",
157
+ "encodingFormat": "application/x-directory"
158
+ },
159
+ {
160
+ "@type": "cr:FileSet",
161
+ "@id": "saliency-map-files",
162
+ "name": "Saliency map files",
163
+ "description": "Empirical fixation density maps per polygon-image combination. Gaussian-smoothed (sigma=1 deg) at native 3840x2160 resolution.",
164
+ "containedIn": {"@id": "saliency-maps-directory"},
165
+ "includes": "**/*_fixmap.npy",
166
+ "encodingFormat": "application/octet-stream"
167
+ },
168
+ {
169
+ "@type": "cr:FileObject",
170
+ "@id": "saliency-maps-directory",
171
+ "name": "saliency_maps/by_polygon/",
172
+ "description": "Directory containing saliency maps organized by polygon ID.",
173
+ "contentUrl": "data/saliency_maps/by_polygon/",
174
+ "encodingFormat": "application/x-directory"
175
+ },
176
+ {
177
+ "@type": "cr:FileSet",
178
+ "@id": "scanpath-files",
179
+ "name": "Scanpath files",
180
+ "description": "Per-trial fixation sequences. One CSV per trial with fixation index, timing, position, and duration.",
181
+ "containedIn": {"@id": "scanpaths-directory"},
182
+ "includes": "**/*.csv",
183
+ "encodingFormat": "text/csv"
184
+ },
185
+ {
186
+ "@type": "cr:FileObject",
187
+ "@id": "scanpaths-directory",
188
+ "name": "scanpaths/",
189
+ "description": "Directory containing per-trial scanpath CSVs organized by participant.",
190
+ "contentUrl": "data/scanpaths/",
191
+ "encodingFormat": "application/x-directory"
192
+ }
193
+ ],
194
+ "recordSet": [
195
+ {
196
+ "@type": "cr:RecordSet",
197
+ "@id": "participants",
198
+ "name": "participants",
199
+ "description": "One record per participant with demographics, eye dominance, trial counts, and inclusion status.",
200
+ "key": {"@id": "participants/participant_id"},
201
+ "field": [
202
+ {
203
+ "@type": "cr:Field",
204
+ "@id": "participants/participant_id",
205
+ "name": "participant_id",
206
+ "description": "Participant identifier (e.g., P01).",
207
+ "dataType": "sc:Text",
208
+ "source": {
209
+ "fileObject": {"@id": "participants-csv"},
210
+ "extract": {"column": "participant_id"}
211
+ }
212
+ },
213
+ {
214
+ "@type": "cr:Field",
215
+ "@id": "participants/age",
216
+ "name": "age",
217
+ "description": "Age at time of recording (years).",
218
+ "dataType": "sc:Integer",
219
+ "source": {
220
+ "fileObject": {"@id": "participants-csv"},
221
+ "extract": {"column": "age"}
222
+ }
223
+ },
224
+ {
225
+ "@type": "cr:Field",
226
+ "@id": "participants/gender",
227
+ "name": "gender",
228
+ "description": "Self-reported gender (Male/Female).",
229
+ "dataType": "sc:Text",
230
+ "source": {
231
+ "fileObject": {"@id": "participants-csv"},
232
+ "extract": {"column": "gender"}
233
+ }
234
+ },
235
+ {
236
+ "@type": "cr:Field",
237
+ "@id": "participants/dominant_eye",
238
+ "name": "dominant_eye",
239
+ "description": "Dominant eye (left/right).",
240
+ "dataType": "sc:Text",
241
+ "source": {
242
+ "fileObject": {"@id": "participants-csv"},
243
+ "extract": {"column": "dominant_eye"}
244
+ }
245
+ },
246
+ {
247
+ "@type": "cr:Field",
248
+ "@id": "participants/included_in_release",
249
+ "name": "included_in_release",
250
+ "description": "Whether participant is included in the released dataset.",
251
+ "dataType": "sc:Boolean",
252
+ "source": {
253
+ "fileObject": {"@id": "participants-csv"},
254
+ "extract": {"column": "included_in_release"}
255
+ }
256
+ }
257
+ ]
258
+ },
259
+ {
260
+ "@type": "cr:RecordSet",
261
+ "@id": "trials",
262
+ "name": "trials",
263
+ "description": "One record per trial across all participants. Source-of-truth trial table linking participants, stimuli, and polygon apertures.",
264
+ "key": {"@id": "trials/trial_uid"},
265
+ "field": [
266
+ {
267
+ "@type": "cr:Field",
268
+ "@id": "trials/participant_id",
269
+ "name": "participant_id",
270
+ "description": "Participant identifier.",
271
+ "dataType": "sc:Text",
272
+ "references": {"field": {"@id": "participants/participant_id"}},
273
+ "source": {
274
+ "fileObject": {"@id": "trials-csv"},
275
+ "extract": {"column": "participant_id"}
276
+ }
277
+ },
278
+ {
279
+ "@type": "cr:Field",
280
+ "@id": "trials/trial_uid",
281
+ "name": "trial_uid",
282
+ "description": "Unique trial ID: {pid}_{part}_b{block:02d}_t{trial:02d}.",
283
+ "dataType": "sc:Text",
284
+ "source": {
285
+ "fileObject": {"@id": "trials-csv"},
286
+ "extract": {"column": "trial_uid"}
287
+ }
288
+ },
289
+ {
290
+ "@type": "cr:Field",
291
+ "@id": "trials/part",
292
+ "name": "part",
293
+ "description": "Experiment part (A or B).",
294
+ "dataType": "sc:Text",
295
+ "source": {
296
+ "fileObject": {"@id": "trials-csv"},
297
+ "extract": {"column": "part"}
298
+ }
299
+ },
300
+ {
301
+ "@type": "cr:Field",
302
+ "@id": "trials/image_id",
303
+ "name": "image_id",
304
+ "description": "CAT2000 image identifier (e.g., A_Random_169).",
305
+ "dataType": "sc:Text",
306
+ "source": {
307
+ "fileObject": {"@id": "trials-csv"},
308
+ "extract": {"column": "image_id"}
309
+ }
310
+ },
311
+ {
312
+ "@type": "cr:Field",
313
+ "@id": "trials/category",
314
+ "name": "category",
315
+ "description": "CAT2000 image category.",
316
+ "dataType": "sc:Text",
317
+ "source": {
318
+ "fileObject": {"@id": "trials-csv"},
319
+ "extract": {"column": "category"}
320
+ }
321
+ },
322
+ {
323
+ "@type": "cr:Field",
324
+ "@id": "trials/polygon_id",
325
+ "name": "polygon_id",
326
+ "description": "Polygon aperture identifier (e.g., polygon_25).",
327
+ "dataType": "sc:Text",
328
+ "source": {
329
+ "fileObject": {"@id": "trials-csv"},
330
+ "extract": {"column": "polygon_id"}
331
+ }
332
+ },
333
+ {
334
+ "@type": "cr:Field",
335
+ "@id": "trials/trial_type",
336
+ "name": "trial_type",
337
+ "description": "Trial type: image or empty.",
338
+ "dataType": "sc:Text",
339
+ "source": {
340
+ "fileObject": {"@id": "trials-csv"},
341
+ "extract": {"column": "trial_type"}
342
+ }
343
+ },
344
+ {
345
+ "@type": "cr:Field",
346
+ "@id": "trials/stimulus_duration_s",
347
+ "name": "stimulus_duration_s",
348
+ "description": "Stimulus presentation duration in seconds (4.0).",
349
+ "dataType": "sc:Float",
350
+ "source": {
351
+ "fileObject": {"@id": "trials-csv"},
352
+ "extract": {"column": "stimulus_duration_s"}
353
+ }
354
+ }
355
+ ]
356
+ },
357
+ {
358
+ "@type": "cr:RecordSet",
359
+ "@id": "fixations",
360
+ "name": "fixations",
361
+ "description": "One record per fixation event. Fixations detected by EyeLink's built-in algorithm (velocity 30 deg/s, acceleration 8000 deg/s²). Positions computed from raw gaze samples.",
362
+ "field": [
363
+ {
364
+ "@type": "cr:Field",
365
+ "@id": "fixations/participant_id",
366
+ "name": "participant_id",
367
+ "description": "Participant identifier.",
368
+ "dataType": "sc:Text",
369
+ "references": {"field": {"@id": "participants/participant_id"}},
370
+ "source": {
371
+ "fileObject": {"@id": "fixations-all-csv"},
372
+ "extract": {"column": "participant_id"}
373
+ }
374
+ },
375
+ {
376
+ "@type": "cr:Field",
377
+ "@id": "fixations/trial_uid",
378
+ "name": "trial_uid",
379
+ "description": "Unique trial ID linking to trials table.",
380
+ "dataType": "sc:Text",
381
+ "references": {"field": {"@id": "trials/trial_uid"}},
382
+ "source": {
383
+ "fileObject": {"@id": "fixations-all-csv"},
384
+ "extract": {"column": "trial_uid"}
385
+ }
386
+ },
387
+ {
388
+ "@type": "cr:Field",
389
+ "@id": "fixations/fixation_index",
390
+ "name": "fixation_index",
391
+ "description": "Fixation order within trial and eye (1-indexed).",
392
+ "dataType": "sc:Integer",
393
+ "source": {
394
+ "fileObject": {"@id": "fixations-all-csv"},
395
+ "extract": {"column": "fixation_index"}
396
+ }
397
+ },
398
+ {
399
+ "@type": "cr:Field",
400
+ "@id": "fixations/eye",
401
+ "name": "eye",
402
+ "description": "Eye (L or R).",
403
+ "dataType": "sc:Text",
404
+ "source": {
405
+ "fileObject": {"@id": "fixations-all-csv"},
406
+ "extract": {"column": "eye"}
407
+ }
408
+ },
409
+ {
410
+ "@type": "cr:Field",
411
+ "@id": "fixations/start_time_ms",
412
+ "name": "start_time_ms",
413
+ "description": "Fixation start time relative to stimulus onset (ms).",
414
+ "dataType": "sc:Float",
415
+ "source": {
416
+ "fileObject": {"@id": "fixations-all-csv"},
417
+ "extract": {"column": "start_time_ms"}
418
+ }
419
+ },
420
+ {
421
+ "@type": "cr:Field",
422
+ "@id": "fixations/duration_ms",
423
+ "name": "duration_ms",
424
+ "description": "Fixation duration (ms).",
425
+ "dataType": "sc:Float",
426
+ "source": {
427
+ "fileObject": {"@id": "fixations-all-csv"},
428
+ "extract": {"column": "duration_ms"}
429
+ }
430
+ },
431
+ {
432
+ "@type": "cr:Field",
433
+ "@id": "fixations/x_px",
434
+ "name": "x_px",
435
+ "description": "Fixation X position in screen pixels (top-left origin, 3840x2160 display).",
436
+ "dataType": "sc:Float",
437
+ "source": {
438
+ "fileObject": {"@id": "fixations-all-csv"},
439
+ "extract": {"column": "x_px"}
440
+ }
441
+ },
442
+ {
443
+ "@type": "cr:Field",
444
+ "@id": "fixations/y_px",
445
+ "name": "y_px",
446
+ "description": "Fixation Y position in screen pixels (top-left origin, 3840x2160 display).",
447
+ "dataType": "sc:Float",
448
+ "source": {
449
+ "fileObject": {"@id": "fixations-all-csv"},
450
+ "extract": {"column": "y_px"}
451
+ }
452
+ },
453
+ {
454
+ "@type": "cr:Field",
455
+ "@id": "fixations/x_deg",
456
+ "name": "x_deg",
457
+ "description": "Fixation X position in degrees from screen center.",
458
+ "dataType": "sc:Float",
459
+ "source": {
460
+ "fileObject": {"@id": "fixations-all-csv"},
461
+ "extract": {"column": "x_deg"}
462
+ }
463
+ },
464
+ {
465
+ "@type": "cr:Field",
466
+ "@id": "fixations/y_deg",
467
+ "name": "y_deg",
468
+ "description": "Fixation Y position in degrees from screen center.",
469
+ "dataType": "sc:Float",
470
+ "source": {
471
+ "fileObject": {"@id": "fixations-all-csv"},
472
+ "extract": {"column": "y_deg"}
473
+ }
474
+ },
475
+ {
476
+ "@type": "cr:Field",
477
+ "@id": "fixations/pupil_size",
478
+ "name": "pupil_size",
479
+ "description": "Mean pupil size during fixation (EyeLink arbitrary area units).",
480
+ "dataType": "sc:Float",
481
+ "source": {
482
+ "fileObject": {"@id": "fixations-all-csv"},
483
+ "extract": {"column": "pupil_size"}
484
+ }
485
+ }
486
+ ]
487
+ },
488
+ {
489
+ "@type": "cr:RecordSet",
490
+ "@id": "gaze_samples",
491
+ "name": "gaze_samples",
492
+ "description": "Sample-level gaze data at 500 Hz per eye. One record per sample across all sessions. Data is distributed across per-session TSV files.",
493
+ "field": [
494
+ {
495
+ "@type": "cr:Field",
496
+ "@id": "gaze_samples/participant_id",
497
+ "name": "participant_id",
498
+ "description": "Participant identifier.",
499
+ "dataType": "sc:Text",
500
+ "references": {"field": {"@id": "participants/participant_id"}},
501
+ "source": {
502
+ "fileSet": {"@id": "gaze-tsv-files"},
503
+ "extract": {"column": "participant_id"}
504
+ }
505
+ },
506
+ {
507
+ "@type": "cr:Field",
508
+ "@id": "gaze_samples/trial_uid_raw",
509
+ "name": "trial_uid_raw",
510
+ "description": "Raw trial UID from EDF messages (e.g., B_MB01_T001).",
511
+ "dataType": "sc:Text",
512
+ "source": {
513
+ "fileSet": {"@id": "gaze-tsv-files"},
514
+ "extract": {"column": "trial_uid_raw"}
515
+ }
516
+ },
517
+ {
518
+ "@type": "cr:Field",
519
+ "@id": "gaze_samples/timestamp_rel_ms",
520
+ "name": "timestamp_rel_ms",
521
+ "description": "Time relative to stimulus onset (ms).",
522
+ "dataType": "sc:Float",
523
+ "source": {
524
+ "fileSet": {"@id": "gaze-tsv-files"},
525
+ "extract": {"column": "timestamp_rel_ms"}
526
+ }
527
+ },
528
+ {
529
+ "@type": "cr:Field",
530
+ "@id": "gaze_samples/eye",
531
+ "name": "eye",
532
+ "description": "Eye (L or R).",
533
+ "dataType": "sc:Text",
534
+ "source": {
535
+ "fileSet": {"@id": "gaze-tsv-files"},
536
+ "extract": {"column": "eye"}
537
+ }
538
+ },
539
+ {
540
+ "@type": "cr:Field",
541
+ "@id": "gaze_samples/x_px",
542
+ "name": "x_px",
543
+ "description": "Gaze X position in screen pixels.",
544
+ "dataType": "sc:Float",
545
+ "source": {
546
+ "fileSet": {"@id": "gaze-tsv-files"},
547
+ "extract": {"column": "x_px"}
548
+ }
549
+ },
550
+ {
551
+ "@type": "cr:Field",
552
+ "@id": "gaze_samples/y_px",
553
+ "name": "y_px",
554
+ "description": "Gaze Y position in screen pixels.",
555
+ "dataType": "sc:Float",
556
+ "source": {
557
+ "fileSet": {"@id": "gaze-tsv-files"},
558
+ "extract": {"column": "y_px"}
559
+ }
560
+ },
561
+ {
562
+ "@type": "cr:Field",
563
+ "@id": "gaze_samples/pupil_size",
564
+ "name": "pupil_size",
565
+ "description": "Pupil size (EyeLink arbitrary area units).",
566
+ "dataType": "sc:Float",
567
+ "source": {
568
+ "fileSet": {"@id": "gaze-tsv-files"},
569
+ "extract": {"column": "pupil_size"}
570
+ }
571
+ },
572
+ {
573
+ "@type": "cr:Field",
574
+ "@id": "gaze_samples/validity",
575
+ "name": "validity",
576
+ "description": "Sample validity (0 = valid gaze, 1 = missing/out-of-range).",
577
+ "dataType": "sc:Integer",
578
+ "source": {
579
+ "fileSet": {"@id": "gaze-tsv-files"},
580
+ "extract": {"column": "validity"}
581
+ }
582
+ }
583
+ ]
584
+ }
585
+ ]
586
+ }
data/.DS_Store ADDED
Binary file (6.15 kB). View file
 
data/scanpaths/.DS_Store ADDED
Binary file (10.2 kB). View file
 
data/scanpaths/P19/P19_A_b01_t36.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,258.0,642.0,384.0,3025.9,1665.3
3
+ 2,L,658.0,1130.0,472.0,2921.9,1632.5
4
+ 3,L,1196.0,1386.0,190.0,1861.3,1483.0
5
+ 4,L,1470.0,2106.0,636.0,3049.8,1693.4
6
+ 5,L,2126.0,4018.0,1892.0,2890.5,1734.4
7
+ 1,R,256.0,642.0,386.0,2950.9,1692.5
8
+ 2,R,658.0,1130.0,472.0,2847.0,1659.0
9
+ 3,R,1198.0,1386.0,188.0,1796.3,1517.6
10
+ 4,R,1468.0,2106.0,638.0,3008.2,1709.9
11
+ 5,R,2122.0,4018.0,1896.0,2845.6,1738.9
data/scanpaths/P19/P19_A_b01_t37.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,230.0,506.0,276.0,1004.0,550.0
3
+ 2,L,522.0,4017.0,3495.0,949.6,559.1
4
+ 1,R,230.0,506.0,276.0,912.7,550.6
5
+ 2,R,522.0,4017.0,3495.0,856.6,547.3
data/scanpaths/P19/P19_A_b04_t06.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,266.0,458.0,192.0,2534.0,1034.4
3
+ 2,L,492.0,820.0,328.0,2803.1,1295.9
4
+ 3,L,922.0,1368.0,446.0,1894.2,672.3
5
+ 4,L,1394.0,1944.0,550.0,2164.1,589.7
6
+ 5,L,2014.0,2316.0,302.0,2765.0,1426.8
7
+ 6,L,2326.0,2524.0,198.0,2814.3,1425.3
8
+ 7,L,2606.0,2790.0,184.0,1708.6,563.5
9
+ 8,L,2826.0,2966.0,140.0,1468.0,528.7
10
+ 9,L,3038.0,3306.0,268.0,2869.9,1499.7
11
+ 10,L,3334.0,3554.0,220.0,2842.5,1794.1
12
+ 11,L,3578.0,3790.0,212.0,2884.7,1580.3
13
+ 12,L,3864.0,4017.0,153.0,1915.2,753.4
14
+ 1,R,262.0,460.0,198.0,2479.2,1063.9
15
+ 2,R,492.0,822.0,330.0,2749.0,1301.3
16
+ 3,R,924.0,1366.0,442.0,1850.1,712.3
17
+ 4,R,1394.0,1944.0,550.0,2130.0,635.8
18
+ 5,R,2028.0,2316.0,288.0,2721.2,1404.7
19
+ 6,R,2326.0,2524.0,198.0,2754.2,1406.9
20
+ 7,R,2606.0,2788.0,182.0,1670.1,576.2
21
+ 8,R,2822.0,2964.0,142.0,1410.3,543.8
22
+ 9,R,3038.0,3302.0,264.0,2819.1,1481.3
23
+ 10,R,3334.0,3552.0,218.0,2796.6,1785.2
24
+ 11,R,3572.0,3790.0,218.0,2830.6,1579.6
25
+ 12,R,3866.0,4017.0,151.0,1885.2,788.6
data/scanpaths/P19/P19_A_b04_t07.csv ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,220.0,354.0,134.0,1867.8,1397.1
3
+ 2,L,400.0,594.0,194.0,1982.1,820.9
4
+ 3,L,614.0,1060.0,446.0,1988.1,706.3
5
+ 4,L,1084.0,1594.0,510.0,1962.7,420.9
6
+ 5,L,1644.0,1838.0,194.0,2082.6,950.8
7
+ 6,L,1860.0,2020.0,160.0,1961.9,836.7
8
+ 7,L,2106.0,2350.0,244.0,1336.9,1858.7
9
+ 8,L,2372.0,2512.0,140.0,1193.6,1824.9
10
+ 9,L,2566.0,2590.0,24.0,2014.0,1239.1
11
+ 10,L,2644.0,2874.0,230.0,1933.9,842.7
12
+ 11,L,2894.0,3182.0,288.0,1945.1,786.2
13
+ 12,L,3206.0,3596.0,390.0,1963.9,586.8
14
+ 13,L,3610.0,4017.0,407.0,1967.8,500.1
15
+ 1,R,220.0,356.0,136.0,1808.0,1397.6
16
+ 2,R,400.0,592.0,192.0,1926.2,883.9
17
+ 3,R,612.0,834.0,222.0,1906.4,748.2
18
+ 4,R,846.0,1058.0,212.0,1937.1,710.0
19
+ 5,R,1086.0,1596.0,510.0,1924.2,440.1
20
+ 6,R,1642.0,1838.0,196.0,2027.3,988.5
21
+ 7,R,1860.0,2020.0,160.0,1904.0,882.2
22
+ 8,R,2096.0,2352.0,256.0,1242.2,1831.4
23
+ 9,R,2374.0,2512.0,138.0,1100.0,1815.5
24
+ 10,R,2654.0,2874.0,220.0,1850.8,897.2
25
+ 11,R,2894.0,3180.0,286.0,1870.2,832.6
26
+ 12,R,3206.0,3594.0,388.0,1890.2,601.6
27
+ 13,R,3610.0,4017.0,407.0,1901.6,509.7
data/scanpaths/P19/P19_A_b04_t12.csv ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,225.0,577.0,352.0,2209.3,730.4
3
+ 2,L,601.0,1115.0,514.0,1997.3,698.1
4
+ 3,L,1315.0,1593.0,278.0,2023.7,726.5
5
+ 4,L,1619.0,1739.0,120.0,2076.0,878.4
6
+ 5,L,1763.0,2039.0,276.0,1993.1,1101.2
7
+ 6,L,2051.0,2259.0,208.0,2045.6,1119.7
8
+ 7,L,2291.0,2845.0,554.0,2009.6,719.5
9
+ 8,L,2871.0,3279.0,408.0,2237.6,719.1
10
+ 9,L,3321.0,4016.0,695.0,1965.8,857.2
11
+ 1,R,217.0,577.0,360.0,2130.7,756.2
12
+ 2,R,601.0,853.0,252.0,1935.2,727.9
13
+ 3,R,863.0,1123.0,260.0,1890.4,739.8
14
+ 4,R,1305.0,1593.0,288.0,1935.4,748.7
15
+ 5,R,1615.0,1737.0,122.0,1999.3,917.0
16
+ 6,R,1763.0,2039.0,276.0,1904.2,1133.1
17
+ 7,R,2049.0,2261.0,212.0,1937.6,1150.5
18
+ 8,R,2317.0,2845.0,528.0,1934.3,733.6
19
+ 9,R,2871.0,3279.0,408.0,2152.2,757.1
20
+ 10,R,3319.0,4016.0,697.0,1894.3,886.6
data/scanpaths/P19/P19_A_b04_t13.csv ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,215.0,285.0,70.0,1799.9,1069.8
3
+ 2,L,333.0,515.0,182.0,2140.0,1540.1
4
+ 3,L,533.0,743.0,210.0,2257.1,1559.7
5
+ 4,L,793.0,1043.0,250.0,1794.1,1015.2
6
+ 5,L,1071.0,1183.0,112.0,1605.4,904.2
7
+ 6,L,1243.0,1577.0,334.0,2298.7,1662.7
8
+ 7,L,1599.0,2667.0,1068.0,2111.6,1444.6
9
+ 8,L,2693.0,3081.0,388.0,2302.1,1417.2
10
+ 9,L,3133.0,3421.0,288.0,1735.0,1046.4
11
+ 10,L,3437.0,3827.0,390.0,1656.6,946.4
12
+ 11,L,3889.0,4017.0,128.0,2225.6,1420.4
13
+ 1,R,215.0,287.0,72.0,1727.0,1128.9
14
+ 2,R,333.0,515.0,182.0,2045.2,1528.8
15
+ 3,R,535.0,743.0,208.0,2182.6,1544.5
16
+ 4,R,791.0,1041.0,250.0,1747.6,1090.9
17
+ 5,R,1069.0,1181.0,112.0,1532.6,937.4
18
+ 6,R,1241.0,1579.0,338.0,2203.1,1638.9
19
+ 7,R,1599.0,2667.0,1068.0,2014.3,1449.4
20
+ 8,R,2693.0,3081.0,388.0,2232.5,1419.5
21
+ 9,R,3127.0,3419.0,292.0,1678.6,1082.2
22
+ 10,R,3437.0,3829.0,392.0,1593.1,978.0
23
+ 11,R,3887.0,4017.0,130.0,2141.2,1411.6
data/scanpaths/P19/P19_A_b05_t16.csv ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,226.0,258.0,32.0,2077.2,1159.5
3
+ 2,L,398.0,556.0,158.0,1990.2,1404.3
4
+ 3,L,574.0,762.0,188.0,1946.1,1271.7
5
+ 4,L,1076.0,1334.0,258.0,2062.3,1359.2
6
+ 5,L,1350.0,1582.0,232.0,1943.4,1219.9
7
+ 6,L,1620.0,1714.0,94.0,2181.0,1288.2
8
+ 7,L,2396.0,2458.0,62.0,1906.0,789.0
9
+ 8,L,2632.0,2690.0,58.0,2074.5,1421.2
10
+ 9,L,2866.0,3030.0,164.0,2003.5,1423.3
11
+ 10,L,3054.0,3348.0,294.0,1958.5,1264.4
12
+ 11,L,3374.0,3500.0,126.0,2193.4,1306.0
13
+ 12,L,3680.0,3850.0,170.0,2101.6,1421.9
14
+ 13,L,3902.0,4017.0,115.0,1765.4,1526.1
15
+ 1,R,226.0,254.0,28.0,2033.3,1181.7
16
+ 2,R,410.0,556.0,146.0,1910.3,1378.9
17
+ 3,R,576.0,758.0,182.0,1877.1,1258.5
18
+ 4,R,1090.0,1332.0,242.0,1963.0,1345.9
19
+ 5,R,1350.0,1582.0,232.0,1879.7,1214.7
20
+ 6,R,1618.0,1702.0,84.0,2114.4,1286.8
21
+ 7,R,2398.0,2452.0,54.0,1810.9,746.1
22
+ 8,R,2900.0,3032.0,132.0,1919.0,1378.3
23
+ 9,R,3052.0,3348.0,296.0,1868.8,1246.2
24
+ 10,R,3374.0,3490.0,116.0,2108.6,1307.3
25
+ 11,R,3700.0,3850.0,150.0,2012.1,1397.0
26
+ 12,R,3892.0,4017.0,125.0,1698.9,1497.4
data/scanpaths/P19/P19_A_b08_t08.csv ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,280.0,350.0,70.0,1985.9,735.4
3
+ 2,L,368.0,1198.0,830.0,2030.2,838.7
4
+ 3,L,1346.0,1572.0,226.0,2026.6,880.6
5
+ 4,L,1626.0,1756.0,130.0,1705.5,1195.3
6
+ 5,L,1814.0,1964.0,150.0,1308.5,1631.0
7
+ 6,L,2032.0,2260.0,228.0,2011.4,1205.8
8
+ 7,L,2280.0,2478.0,198.0,2131.9,1092.5
9
+ 8,L,2514.0,2708.0,194.0,1812.1,822.6
10
+ 9,L,2734.0,3050.0,316.0,1643.7,657.8
11
+ 10,L,3300.0,3958.0,658.0,2251.1,1123.4
12
+ 11,L,4004.0,4017.0,13.0,1951.7,1110.0
13
+ 1,R,280.0,350.0,70.0,1891.9,741.7
14
+ 2,R,372.0,1198.0,826.0,1935.6,874.2
15
+ 3,R,1360.0,1572.0,212.0,1928.6,936.2
16
+ 4,R,1602.0,1754.0,152.0,1631.4,1214.7
17
+ 5,R,1806.0,1964.0,158.0,1226.5,1654.5
18
+ 6,R,2028.0,2264.0,236.0,1922.9,1212.8
19
+ 7,R,2280.0,2478.0,198.0,2041.0,1147.0
20
+ 8,R,2514.0,2710.0,196.0,1716.6,845.6
21
+ 9,R,2732.0,3046.0,314.0,1538.8,665.5
22
+ 10,R,3314.0,3962.0,648.0,2156.3,1144.4
23
+ 11,R,4004.0,4017.0,13.0,1854.1,1131.4
data/scanpaths/P19/P19_A_b09_t18.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,201.0,421.0,220.0,2138.0,1373.7
3
+ 2,L,443.0,867.0,424.0,1993.3,1416.1
4
+ 3,L,919.0,1251.0,332.0,2516.0,1779.3
5
+ 4,L,1479.0,3801.0,2322.0,1951.2,1328.9
6
+ 5,L,3823.0,4017.0,194.0,2032.4,1456.6
7
+ 1,R,203.0,419.0,216.0,2156.0,1371.2
8
+ 2,R,441.0,867.0,426.0,1981.6,1402.2
9
+ 3,R,917.0,1251.0,334.0,2505.0,1770.2
10
+ 4,R,1477.0,3801.0,2324.0,1944.5,1337.7
11
+ 5,R,3823.0,4017.0,194.0,2019.6,1440.6
data/scanpaths/P19/P19_A_b09_t19.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,331.0,4016.0,3685.0,1669.4,886.7
3
+ 1,R,325.0,4016.0,3691.0,1719.7,891.8
data/scanpaths/P19/P19_A_b09_t24.csv ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,277.0,743.0,466.0,1898.1,1152.0
3
+ 2,L,785.0,1163.0,378.0,1577.8,884.2
4
+ 3,L,1229.0,1451.0,222.0,2053.3,1405.0
5
+ 4,L,1477.0,1667.0,190.0,1913.6,1160.6
6
+ 5,L,1719.0,2075.0,356.0,2274.4,1770.3
7
+ 6,L,2101.0,2123.0,22.0,2145.2,1421.8
8
+ 7,L,2309.0,2519.0,210.0,1788.6,1024.9
9
+ 8,L,2545.0,2773.0,228.0,1571.0,753.9
10
+ 9,L,2795.0,2957.0,162.0,1455.7,681.5
11
+ 10,L,2973.0,3205.0,232.0,1368.1,607.2
12
+ 11,L,3227.0,3459.0,232.0,1523.6,762.7
13
+ 12,L,3543.0,3645.0,102.0,2174.5,1586.7
14
+ 13,L,3695.0,3849.0,154.0,2360.2,1909.6
15
+ 14,L,3861.0,4017.0,156.0,2301.4,1863.7
16
+ 1,R,277.0,745.0,468.0,1941.5,1135.5
17
+ 2,R,783.0,1163.0,380.0,1613.0,872.8
18
+ 3,R,1227.0,1451.0,224.0,2068.0,1388.1
19
+ 4,R,1471.0,1667.0,196.0,1942.4,1157.9
20
+ 5,R,1715.0,2081.0,366.0,2284.8,1728.4
21
+ 6,R,2287.0,2393.0,106.0,1701.6,1105.7
22
+ 7,R,2413.0,2521.0,108.0,1824.1,938.3
23
+ 8,R,2569.0,2773.0,204.0,1580.6,757.6
24
+ 9,R,2793.0,2955.0,162.0,1491.0,693.7
25
+ 10,R,2977.0,3205.0,228.0,1407.1,597.1
26
+ 11,R,3229.0,3459.0,230.0,1564.0,767.9
27
+ 12,R,3541.0,3647.0,106.0,2186.2,1556.1
28
+ 13,R,3675.0,3847.0,172.0,2388.8,1893.3
29
+ 14,R,3861.0,4017.0,156.0,2297.9,1831.8
data/scanpaths/P19/P19_A_b09_t25.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,264.0,440.0,176.0,1767.4,1162.6
3
+ 2,L,732.0,1276.0,544.0,2059.0,1259.2
4
+ 3,L,1338.0,1708.0,370.0,1351.1,1153.0
5
+ 4,L,1768.0,3150.0,1382.0,2130.0,1351.4
6
+ 5,L,3178.0,3410.0,232.0,1844.7,1213.5
7
+ 6,L,3422.0,4018.0,596.0,2007.8,1112.7
8
+ 1,R,284.0,440.0,156.0,1804.0,1144.7
9
+ 2,R,732.0,1280.0,548.0,2060.3,1239.5
10
+ 3,R,1334.0,1708.0,374.0,1410.7,1195.9
11
+ 4,R,1780.0,3152.0,1372.0,2134.5,1333.4
12
+ 5,R,3176.0,3402.0,226.0,1860.1,1227.6
13
+ 6,R,3416.0,4018.0,602.0,2008.7,1113.7
data/scanpaths/P19/P19_A_b09_t30.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,284.0,460.0,176.0,1964.4,1446.8
3
+ 2,L,478.0,864.0,386.0,1893.9,1367.6
4
+ 3,L,880.0,1114.0,234.0,1846.3,1241.9
5
+ 4,L,1316.0,1682.0,366.0,1817.3,1439.4
6
+ 5,L,1710.0,1988.0,278.0,1936.2,1162.0
7
+ 6,L,2002.0,3180.0,1178.0,1871.3,1152.3
8
+ 7,L,3216.0,4017.0,801.0,1793.5,1501.3
9
+ 1,R,286.0,460.0,174.0,1914.8,1465.4
10
+ 2,R,480.0,1118.0,638.0,1841.2,1362.1
11
+ 3,R,1278.0,1682.0,404.0,1784.9,1473.3
12
+ 4,R,1710.0,3178.0,1468.0,1871.3,1187.8
13
+ 5,R,3218.0,4017.0,799.0,1778.7,1518.5
data/scanpaths/P19/P19_A_b09_t31.csv ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,193.0,255.0,62.0,1828.0,1058.5
3
+ 2,L,281.0,497.0,216.0,1689.3,1267.9
4
+ 3,L,515.0,725.0,210.0,1634.7,1401.4
5
+ 4,L,773.0,893.0,120.0,2003.3,1252.2
6
+ 5,L,937.0,1231.0,294.0,1770.1,986.8
7
+ 6,L,1251.0,1529.0,278.0,1801.4,791.0
8
+ 7,L,1555.0,1805.0,250.0,1759.8,1093.9
9
+ 8,L,1831.0,1979.0,148.0,2034.6,1242.5
10
+ 9,L,2209.0,2503.0,294.0,1740.4,912.6
11
+ 10,L,2521.0,2729.0,208.0,1774.9,774.3
12
+ 11,L,2795.0,3107.0,312.0,1474.1,1513.4
13
+ 12,L,3131.0,3387.0,256.0,1665.4,1452.9
14
+ 13,L,3415.0,3651.0,236.0,1880.3,1054.8
15
+ 14,L,3669.0,4017.0,348.0,1800.9,935.1
16
+ 1,R,187.0,255.0,68.0,1796.4,1063.2
17
+ 2,R,281.0,495.0,214.0,1647.1,1270.7
18
+ 3,R,513.0,727.0,214.0,1613.3,1413.5
19
+ 4,R,771.0,895.0,124.0,1966.7,1253.5
20
+ 5,R,935.0,1231.0,296.0,1759.8,1023.1
21
+ 6,R,1253.0,1529.0,276.0,1793.7,807.5
22
+ 7,R,1553.0,1805.0,252.0,1754.0,1115.7
23
+ 8,R,1843.0,1983.0,140.0,2035.0,1242.7
24
+ 9,R,2183.0,2503.0,320.0,1768.5,951.1
25
+ 10,R,2523.0,2729.0,206.0,1789.3,786.0
26
+ 11,R,2793.0,3107.0,314.0,1467.6,1533.3
27
+ 12,R,3129.0,3387.0,258.0,1650.7,1467.6
28
+ 13,R,3415.0,3647.0,232.0,1874.4,1076.3
29
+ 14,R,3667.0,4017.0,350.0,1813.5,953.7
data/scanpaths/P19/P19_B_b02_t24.csv ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,168.0,326.0,158.0,2147.7,1426.1
3
+ 2,L,340.0,488.0,148.0,2087.3,1315.0
4
+ 3,L,510.0,800.0,290.0,2179.4,1196.3
5
+ 4,L,816.0,976.0,160.0,2235.6,1259.5
6
+ 5,L,1028.0,1176.0,148.0,1668.9,1520.5
7
+ 6,L,1212.0,1380.0,168.0,1290.5,1744.8
8
+ 7,L,1424.0,1578.0,154.0,1825.4,1735.9
9
+ 8,L,1596.0,1796.0,200.0,1957.4,1542.0
10
+ 9,L,1810.0,2034.0,224.0,2040.5,1503.0
11
+ 10,L,2050.0,2232.0,182.0,2133.1,1560.5
12
+ 11,L,2248.0,2390.0,142.0,2054.3,1594.2
13
+ 12,L,2416.0,2614.0,198.0,1954.5,1290.7
14
+ 13,L,2624.0,2778.0,154.0,2050.5,1196.2
15
+ 14,L,2796.0,4018.0,1222.0,2194.6,1195.6
16
+ 1,R,168.0,324.0,156.0,2088.6,1427.4
17
+ 2,R,342.0,486.0,144.0,2010.4,1307.3
18
+ 3,R,506.0,800.0,294.0,2107.4,1204.8
19
+ 4,R,814.0,976.0,162.0,2174.3,1263.6
20
+ 5,R,1028.0,1178.0,150.0,1629.7,1531.2
21
+ 6,R,1220.0,1380.0,160.0,1260.0,1768.8
22
+ 7,R,1438.0,1578.0,140.0,1799.3,1725.9
23
+ 8,R,1596.0,1796.0,200.0,1919.7,1540.3
24
+ 9,R,1810.0,2036.0,226.0,2000.9,1502.1
25
+ 10,R,2050.0,2230.0,180.0,2092.3,1553.2
26
+ 11,R,2246.0,2390.0,144.0,2017.0,1584.0
27
+ 12,R,2416.0,2778.0,362.0,1950.5,1259.9
28
+ 13,R,2796.0,4018.0,1222.0,2138.4,1198.4
data/scanpaths/P19/P19_B_b02_t25.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,171.0,273.0,102.0,1713.5,915.8
3
+ 2,L,295.0,505.0,210.0,1894.4,1026.1
4
+ 3,L,535.0,673.0,138.0,1760.6,1104.7
5
+ 4,L,735.0,1031.0,296.0,2480.3,962.5
6
+ 5,L,1061.0,1223.0,162.0,2624.3,924.5
7
+ 6,L,1287.0,1411.0,124.0,1665.6,1288.4
8
+ 7,L,1455.0,1785.0,330.0,1509.4,1428.4
9
+ 8,L,1803.0,1963.0,160.0,1603.1,1336.9
10
+ 9,L,2031.0,2413.0,382.0,2707.1,915.4
11
+ 10,L,2471.0,2637.0,166.0,2202.6,881.5
12
+ 11,L,2659.0,2785.0,126.0,2066.4,887.0
13
+ 12,L,2833.0,3049.0,216.0,2533.5,873.8
14
+ 13,L,3079.0,3291.0,212.0,2739.6,889.2
15
+ 14,L,3327.0,3847.0,520.0,2449.0,990.0
16
+ 15,L,3897.0,4018.0,121.0,2062.1,1017.3
17
+ 1,R,177.0,273.0,96.0,1656.0,915.6
18
+ 2,R,297.0,509.0,212.0,1888.4,1028.5
19
+ 3,R,539.0,673.0,134.0,1759.7,1114.2
20
+ 4,R,733.0,1031.0,298.0,2501.2,973.3
21
+ 5,R,1053.0,1223.0,170.0,2639.4,948.9
22
+ 6,R,1289.0,1411.0,122.0,1655.8,1300.5
23
+ 7,R,1435.0,1783.0,348.0,1475.5,1454.5
24
+ 8,R,1803.0,1963.0,160.0,1576.7,1358.3
25
+ 9,R,2055.0,2413.0,358.0,2700.5,932.1
26
+ 10,R,2457.0,2635.0,178.0,2166.9,896.1
27
+ 11,R,2653.0,2787.0,134.0,2009.1,904.5
28
+ 12,R,2861.0,3049.0,188.0,2537.1,888.0
29
+ 13,R,3073.0,3291.0,218.0,2729.1,918.1
30
+ 14,R,3329.0,3847.0,518.0,2411.7,1005.8
31
+ 15,R,3881.0,4018.0,137.0,2045.0,1037.6
data/scanpaths/P19/P19_B_b02_t31.csv ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,13.0,159.0,146.0,1000.2,1598.2
3
+ 2,L,205.0,369.0,164.0,1365.9,1311.2
4
+ 3,L,439.0,567.0,128.0,2282.4,1212.4
5
+ 4,L,613.0,645.0,32.0,1603.9,1140.6
6
+ 5,L,723.0,759.0,36.0,1468.0,1062.9
7
+ 6,L,779.0,973.0,194.0,1473.0,1138.7
8
+ 7,L,1203.0,1483.0,280.0,1381.4,1096.8
9
+ 8,L,1497.0,1653.0,156.0,1440.9,1073.6
10
+ 9,L,1737.0,1901.0,164.0,2434.2,1187.4
11
+ 10,L,1909.0,2063.0,154.0,2486.9,1238.6
12
+ 11,L,2127.0,2487.0,360.0,1478.5,1161.7
13
+ 12,L,2507.0,2797.0,290.0,1324.9,1126.3
14
+ 13,L,2821.0,3153.0,332.0,1243.1,1057.8
15
+ 14,L,3163.0,3463.0,300.0,1180.3,1005.9
16
+ 15,L,3487.0,3737.0,250.0,1304.5,1014.2
17
+ 16,L,3755.0,3939.0,184.0,1217.7,1001.0
18
+ 17,L,3965.0,4017.0,52.0,1382.6,1084.0
19
+ 1,R,207.0,369.0,162.0,1354.4,1334.3
20
+ 2,R,437.0,569.0,132.0,2261.0,1236.0
21
+ 3,R,611.0,655.0,44.0,1605.7,1173.2
22
+ 4,R,713.0,987.0,274.0,1450.5,1165.7
23
+ 5,R,1157.0,1485.0,328.0,1361.8,1113.3
24
+ 6,R,1497.0,1655.0,158.0,1428.1,1086.8
25
+ 7,R,1733.0,1901.0,168.0,2426.8,1191.8
26
+ 8,R,1909.0,2061.0,152.0,2479.2,1235.0
27
+ 9,R,2137.0,2487.0,350.0,1457.7,1173.1
28
+ 10,R,2507.0,2797.0,290.0,1310.2,1150.7
29
+ 11,R,2811.0,3151.0,340.0,1233.4,1085.9
30
+ 12,R,3163.0,3467.0,304.0,1178.4,1051.6
31
+ 13,R,3485.0,3739.0,254.0,1281.7,1052.9
32
+ 14,R,3751.0,3941.0,190.0,1208.6,1042.2
33
+ 15,R,3965.0,4017.0,52.0,1360.0,1113.0
data/scanpaths/P19/P19_B_b03_t08.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,308.0,2268.0,1960.0,2218.8,1241.1
3
+ 2,L,2282.0,2438.0,156.0,2150.0,1222.7
4
+ 3,L,2456.0,3072.0,616.0,2242.2,1145.7
5
+ 4,L,3082.0,4016.0,934.0,2155.9,1317.2
6
+ 1,R,62.0,272.0,210.0,1955.7,1110.2
7
+ 2,R,298.0,2270.0,1972.0,2212.3,1240.3
8
+ 3,R,2280.0,2438.0,158.0,2129.8,1210.7
9
+ 4,R,2454.0,4014.0,1560.0,2165.7,1229.4
data/scanpaths/P19/P19_B_b03_t09.csv ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,227.0,415.0,188.0,2284.0,1054.8
3
+ 2,L,433.0,607.0,174.0,2190.9,1037.6
4
+ 3,L,631.0,863.0,232.0,2030.3,854.0
5
+ 4,L,903.0,1203.0,300.0,2240.6,1133.7
6
+ 5,L,1451.0,1657.0,206.0,2493.0,1680.7
7
+ 6,L,1669.0,1837.0,168.0,2540.5,1686.8
8
+ 7,L,1881.0,1983.0,102.0,2179.8,1435.2
9
+ 8,L,2039.0,2179.0,140.0,1361.5,1843.6
10
+ 9,L,2391.0,2517.0,126.0,2099.8,1072.0
11
+ 10,L,2527.0,2731.0,204.0,2144.2,1081.0
12
+ 11,L,2751.0,2949.0,198.0,2026.3,960.9
13
+ 12,L,2969.0,3223.0,254.0,2096.1,907.4
14
+ 13,L,3235.0,3541.0,306.0,2014.2,905.2
15
+ 14,L,3565.0,4018.0,453.0,2111.3,1105.1
16
+ 1,R,229.0,417.0,188.0,2259.9,1058.5
17
+ 2,R,433.0,607.0,174.0,2166.6,1035.1
18
+ 3,R,631.0,863.0,232.0,1997.9,849.8
19
+ 4,R,907.0,1203.0,296.0,2235.5,1135.0
20
+ 5,R,1439.0,1655.0,216.0,2437.1,1645.1
21
+ 6,R,1669.0,1835.0,166.0,2513.7,1675.7
22
+ 7,R,1883.0,1983.0,100.0,2160.6,1424.7
23
+ 8,R,2035.0,2179.0,144.0,1322.9,1859.0
24
+ 9,R,2363.0,2517.0,154.0,2065.3,1044.4
25
+ 10,R,2529.0,2731.0,202.0,2099.6,1055.7
26
+ 11,R,2749.0,2951.0,202.0,2003.2,960.7
27
+ 12,R,2967.0,3221.0,254.0,2054.8,914.2
28
+ 13,R,3235.0,3541.0,306.0,1973.9,918.2
29
+ 14,R,3565.0,4018.0,453.0,2079.0,1109.5
data/scanpaths/P19/P19_B_b03_t20.csv ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,265.0,453.0,188.0,2534.7,1634.9
3
+ 2,L,469.0,801.0,332.0,2669.6,1657.6
4
+ 3,L,851.0,1115.0,264.0,2062.0,1534.6
5
+ 4,L,1565.0,1591.0,26.0,2872.4,1599.1
6
+ 5,L,1613.0,1863.0,250.0,2749.5,1652.8
7
+ 6,L,1885.0,1911.0,26.0,2717.7,1668.5
8
+ 7,L,1987.0,2101.0,114.0,2665.2,1691.2
9
+ 8,L,2115.0,2299.0,184.0,2601.7,1811.6
10
+ 9,L,2311.0,2539.0,228.0,2629.8,1876.0
11
+ 10,L,2561.0,2717.0,156.0,2846.6,1859.0
12
+ 11,L,2729.0,2927.0,198.0,2902.8,1856.2
13
+ 12,L,2955.0,3303.0,348.0,2641.6,1561.5
14
+ 13,L,3315.0,3521.0,206.0,2581.9,1485.7
15
+ 14,L,3575.0,3809.0,234.0,1973.6,1460.9
16
+ 15,L,3821.0,4017.0,196.0,2010.7,1534.0
17
+ 1,R,263.0,453.0,190.0,2492.9,1610.1
18
+ 2,R,469.0,801.0,332.0,2614.2,1657.4
19
+ 3,R,853.0,1043.0,190.0,2012.1,1533.2
20
+ 4,R,1055.0,1121.0,66.0,1956.2,1521.8
21
+ 5,R,1565.0,1909.0,344.0,2613.4,1601.5
22
+ 6,R,1919.0,2103.0,184.0,2573.6,1650.9
23
+ 7,R,2115.0,2297.0,182.0,2540.7,1795.2
24
+ 8,R,2313.0,2537.0,224.0,2594.8,1870.7
25
+ 9,R,2559.0,2717.0,158.0,2781.8,1877.7
26
+ 10,R,2729.0,2929.0,200.0,2845.1,1874.2
27
+ 11,R,2969.0,3301.0,332.0,2597.3,1537.9
28
+ 12,R,3313.0,3521.0,208.0,2551.6,1456.2
29
+ 13,R,3577.0,3809.0,232.0,1913.3,1453.0
30
+ 14,R,3823.0,4017.0,194.0,1968.0,1525.0
data/scanpaths/P19/P19_B_b03_t21.csv ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,235.0,389.0,154.0,2113.8,1401.1
3
+ 2,L,439.0,587.0,148.0,1580.8,1691.1
4
+ 3,L,605.0,851.0,246.0,1644.6,1864.2
5
+ 4,L,869.0,1303.0,434.0,1752.2,1898.6
6
+ 5,L,1371.0,1743.0,372.0,1772.8,732.0
7
+ 6,L,1759.0,2975.0,1216.0,1712.4,623.0
8
+ 7,L,3049.0,3141.0,92.0,1999.8,1338.2
9
+ 8,L,3195.0,3373.0,178.0,2600.2,1821.9
10
+ 9,L,3435.0,3657.0,222.0,1621.4,1902.1
11
+ 10,L,3677.0,3973.0,296.0,1731.0,1907.7
12
+ 1,R,235.0,391.0,156.0,2083.4,1405.0
13
+ 2,R,441.0,589.0,148.0,1509.9,1738.8
14
+ 3,R,605.0,853.0,248.0,1550.4,1892.7
15
+ 4,R,867.0,1303.0,436.0,1656.6,1912.3
16
+ 5,R,1369.0,1743.0,374.0,1727.9,746.7
17
+ 6,R,1757.0,2977.0,1220.0,1655.6,632.3
18
+ 7,R,3049.0,3141.0,92.0,1922.4,1328.6
19
+ 8,R,3193.0,3373.0,180.0,2541.7,1812.6
20
+ 9,R,3437.0,3659.0,222.0,1521.6,1912.6
21
+ 10,R,3677.0,3973.0,296.0,1629.7,1932.1
data/scanpaths/P19/P19_B_b03_t34.csv ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,216.0,458.0,242.0,1602.6,1112.7
3
+ 2,L,496.0,904.0,408.0,1918.6,1161.5
4
+ 3,L,966.0,1170.0,204.0,1495.4,1687.6
5
+ 4,L,1210.0,1372.0,162.0,1742.4,1726.1
6
+ 5,L,1424.0,1568.0,144.0,2119.0,1674.5
7
+ 6,L,1602.0,1850.0,248.0,1942.9,1170.4
8
+ 7,L,1878.0,2656.0,778.0,2171.0,1100.1
9
+ 8,L,2674.0,2774.0,100.0,2076.1,1268.1
10
+ 9,L,2786.0,3334.0,548.0,1854.6,1378.1
11
+ 10,L,3360.0,4018.0,658.0,1520.0,1631.6
12
+ 1,R,212.0,456.0,244.0,1563.7,1126.2
13
+ 2,R,496.0,906.0,410.0,1873.0,1175.5
14
+ 3,R,966.0,1172.0,206.0,1457.3,1722.0
15
+ 4,R,1210.0,1372.0,162.0,1688.3,1743.3
16
+ 5,R,1426.0,1568.0,142.0,2094.5,1660.0
17
+ 6,R,1624.0,1848.0,224.0,1908.9,1159.5
18
+ 7,R,1876.0,2656.0,780.0,2134.7,1105.0
19
+ 8,R,2680.0,3334.0,654.0,1844.3,1356.2
20
+ 9,R,3356.0,4018.0,662.0,1461.2,1659.5
data/scanpaths/P19/P19_B_b03_t35.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,285.0,417.0,132.0,2192.6,1426.5
3
+ 2,L,511.0,633.0,122.0,2213.5,1581.3
4
+ 3,L,645.0,873.0,228.0,2280.5,1588.6
5
+ 4,L,891.0,1059.0,168.0,2166.4,1612.4
6
+ 5,L,1077.0,1251.0,174.0,2283.3,1602.6
7
+ 6,L,1273.0,1519.0,246.0,2444.7,1529.7
8
+ 7,L,1533.0,1755.0,222.0,2375.3,1532.7
9
+ 8,L,1769.0,1999.0,230.0,2292.4,1561.4
10
+ 9,L,2013.0,2203.0,190.0,2238.7,1644.7
11
+ 10,L,2215.0,2593.0,378.0,2197.9,1660.1
12
+ 11,L,2609.0,2817.0,208.0,2122.3,1664.8
13
+ 12,L,2833.0,3057.0,224.0,2259.0,1633.5
14
+ 13,L,3079.0,3657.0,578.0,2454.3,1532.4
15
+ 14,L,3675.0,3905.0,230.0,2349.7,1550.4
16
+ 15,L,3915.0,4017.0,102.0,2270.7,1571.0
17
+ 1,R,285.0,417.0,132.0,2150.7,1425.6
18
+ 2,R,435.0,633.0,198.0,2191.4,1566.9
19
+ 3,R,645.0,873.0,228.0,2253.8,1573.6
20
+ 4,R,889.0,1061.0,172.0,2151.8,1584.7
21
+ 5,R,1085.0,1253.0,168.0,2260.8,1572.5
22
+ 6,R,1271.0,1517.0,246.0,2404.7,1499.9
23
+ 7,R,1531.0,1757.0,226.0,2332.5,1509.3
24
+ 8,R,1771.0,1999.0,228.0,2256.9,1544.5
25
+ 9,R,2017.0,2201.0,184.0,2201.8,1632.3
26
+ 10,R,2213.0,2597.0,384.0,2154.5,1638.3
27
+ 11,R,2611.0,2817.0,206.0,2072.0,1644.2
28
+ 12,R,2835.0,3057.0,222.0,2221.5,1606.7
29
+ 13,R,3079.0,3657.0,578.0,2426.0,1510.8
30
+ 14,R,3673.0,3903.0,230.0,2325.1,1527.9
31
+ 15,R,3915.0,4017.0,102.0,2266.0,1552.6
data/scanpaths/P19/P19_B_b06_t04.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,246.0,478.0,232.0,1877.6,946.9
3
+ 2,L,1054.0,1306.0,252.0,2079.4,1272.8
4
+ 3,L,1354.0,1602.0,248.0,2264.9,1793.2
5
+ 4,L,1652.0,1912.0,260.0,1953.3,1586.6
6
+ 5,L,1932.0,2682.0,750.0,1948.7,1166.5
7
+ 6,L,2704.0,2884.0,180.0,2123.5,1165.5
8
+ 7,L,2902.0,4017.0,1115.0,2213.7,1317.8
9
+ 1,R,244.0,480.0,236.0,1841.7,955.5
10
+ 2,R,1046.0,1306.0,260.0,2085.8,1278.8
11
+ 3,R,1364.0,1602.0,238.0,2253.1,1770.8
12
+ 4,R,1630.0,1914.0,284.0,1930.6,1581.5
13
+ 5,R,1930.0,2146.0,216.0,1852.8,1358.9
14
+ 6,R,2160.0,2684.0,524.0,1951.8,1087.7
15
+ 7,R,2702.0,2882.0,180.0,2073.5,1155.0
16
+ 8,R,2900.0,4017.0,1117.0,2181.7,1300.2
data/scanpaths/P19/P19_B_b06_t05.csv ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,174.0,314.0,140.0,1957.8,908.7
3
+ 2,L,336.0,574.0,238.0,1819.0,1049.2
4
+ 3,L,872.0,1160.0,288.0,1489.5,1238.4
5
+ 4,L,1222.0,1386.0,164.0,2183.1,1412.3
6
+ 5,L,1450.0,1660.0,210.0,1184.2,1237.8
7
+ 6,L,1706.0,1862.0,156.0,1760.9,1039.8
8
+ 7,L,1904.0,2250.0,346.0,2326.2,845.9
9
+ 8,L,2300.0,2738.0,438.0,2121.2,1384.0
10
+ 9,L,2766.0,2902.0,136.0,1848.4,1157.5
11
+ 10,L,3068.0,3100.0,32.0,1842.7,1068.6
12
+ 11,L,3118.0,3222.0,104.0,1860.5,1121.8
13
+ 12,L,3238.0,3644.0,406.0,1782.8,1108.8
14
+ 13,L,3668.0,4018.0,350.0,1900.2,1252.3
15
+ 1,R,172.0,312.0,140.0,1904.3,880.4
16
+ 2,R,336.0,572.0,236.0,1781.6,1038.2
17
+ 3,R,748.0,822.0,74.0,1994.7,1194.1
18
+ 4,R,882.0,1160.0,278.0,1461.0,1241.6
19
+ 5,R,1232.0,1386.0,154.0,2167.3,1387.6
20
+ 6,R,1452.0,1660.0,208.0,1140.8,1227.0
21
+ 7,R,1696.0,1862.0,166.0,1719.7,1034.2
22
+ 8,R,1920.0,2248.0,328.0,2296.9,818.5
23
+ 9,R,2310.0,2738.0,428.0,2086.4,1353.2
24
+ 10,R,2766.0,2900.0,134.0,1832.6,1141.8
25
+ 11,R,3064.0,3220.0,156.0,1829.1,1087.8
26
+ 12,R,3236.0,3644.0,408.0,1718.5,1078.4
27
+ 13,R,3666.0,4018.0,352.0,1832.2,1200.3
data/scanpaths/P19/P19_B_b06_t10.csv ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,245.0,417.0,172.0,1981.4,1420.7
3
+ 2,L,433.0,737.0,304.0,1904.4,1390.9
4
+ 3,L,759.0,919.0,160.0,2248.6,1309.4
5
+ 4,L,935.0,1143.0,208.0,2446.7,1334.1
6
+ 5,L,1197.0,1395.0,198.0,1898.2,1341.5
7
+ 6,L,1407.0,1687.0,280.0,1852.0,1357.1
8
+ 7,L,1711.0,2003.0,292.0,2020.5,969.2
9
+ 8,L,2029.0,2181.0,152.0,2351.4,1286.9
10
+ 9,L,2199.0,2393.0,194.0,2501.6,1602.3
11
+ 10,L,2415.0,2603.0,188.0,2567.1,1883.8
12
+ 11,L,2621.0,2861.0,240.0,2391.6,1848.0
13
+ 12,L,2913.0,3047.0,134.0,2099.8,1557.8
14
+ 13,L,3075.0,3715.0,640.0,1843.2,1365.9
15
+ 1,R,245.0,419.0,174.0,1931.7,1393.4
16
+ 2,R,429.0,737.0,308.0,1844.6,1382.4
17
+ 3,R,759.0,917.0,158.0,2194.9,1286.1
18
+ 4,R,935.0,1143.0,208.0,2397.3,1323.6
19
+ 5,R,1207.0,1397.0,190.0,1820.9,1352.4
20
+ 6,R,1407.0,1687.0,280.0,1776.0,1362.0
21
+ 7,R,1725.0,2001.0,276.0,1966.2,972.4
22
+ 8,R,2027.0,2179.0,152.0,2291.1,1276.1
23
+ 9,R,2201.0,2393.0,192.0,2457.2,1605.4
24
+ 10,R,2417.0,2603.0,186.0,2535.6,1891.4
25
+ 11,R,2621.0,2859.0,238.0,2337.1,1874.5
26
+ 12,R,2915.0,3049.0,134.0,2029.9,1565.6
27
+ 13,R,3075.0,3717.0,642.0,1742.6,1393.5
data/scanpaths/P19/P19_B_b06_t11.csv ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,200.0,308.0,108.0,1915.3,1455.3
3
+ 2,L,324.0,466.0,142.0,1945.7,1332.3
4
+ 3,L,478.0,988.0,510.0,1826.7,1010.4
5
+ 4,L,1004.0,1358.0,354.0,1746.1,931.7
6
+ 5,L,1400.0,1774.0,374.0,2129.3,1080.6
7
+ 6,L,1814.0,1962.0,148.0,2307.2,1310.8
8
+ 7,L,1980.0,2698.0,718.0,2378.5,1416.4
9
+ 8,L,2748.0,4018.0,1270.0,1820.4,1397.7
10
+ 1,R,202.0,306.0,104.0,1855.8,1448.5
11
+ 2,R,320.0,464.0,144.0,1890.8,1327.4
12
+ 3,R,478.0,988.0,510.0,1759.8,1018.1
13
+ 4,R,1004.0,1358.0,354.0,1691.0,943.5
14
+ 5,R,1400.0,1776.0,376.0,2086.6,1064.9
15
+ 6,R,1812.0,1964.0,152.0,2280.6,1275.6
16
+ 7,R,1980.0,2698.0,718.0,2348.1,1374.3
17
+ 8,R,2756.0,4018.0,1262.0,1769.3,1391.5
data/scanpaths/P19/P19_B_b06_t38.csv ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,307.0,525.0,218.0,1847.3,1511.9
3
+ 2,L,533.0,567.0,34.0,1835.0,1467.6
4
+ 3,L,897.0,1109.0,212.0,1933.5,1621.9
5
+ 4,L,1123.0,1697.0,574.0,1814.9,1468.6
6
+ 5,L,1743.0,1895.0,152.0,1938.4,1532.1
7
+ 6,L,1903.0,1929.0,26.0,1978.2,1515.5
8
+ 7,L,1941.0,1971.0,30.0,1968.6,1397.7
9
+ 8,L,2027.0,2059.0,32.0,1998.1,1494.7
10
+ 9,L,2477.0,3189.0,712.0,1925.8,1244.1
11
+ 10,L,3203.0,4016.0,813.0,1825.9,1268.3
12
+ 1,R,307.0,579.0,272.0,1797.9,1510.6
13
+ 2,R,891.0,1109.0,218.0,1894.4,1639.5
14
+ 3,R,1127.0,1527.0,400.0,1748.7,1558.4
15
+ 4,R,1537.0,1669.0,132.0,1776.2,1539.9
16
+ 5,R,1685.0,2133.0,448.0,1846.4,1434.2
17
+ 6,R,2441.0,3187.0,746.0,1852.2,1223.9
18
+ 7,R,3201.0,3447.0,246.0,1793.7,1252.5
19
+ 8,R,3457.0,4016.0,559.0,1760.8,1255.8
data/scanpaths/P19/P19_B_b06_t39.csv ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,292.0,426.0,134.0,2386.8,1466.6
3
+ 2,L,446.0,570.0,124.0,2174.2,1436.1
4
+ 3,L,592.0,646.0,54.0,2048.1,1334.5
5
+ 4,L,658.0,1348.0,690.0,1944.0,965.1
6
+ 5,L,1360.0,1730.0,370.0,1905.4,1221.7
7
+ 6,L,1742.0,2046.0,304.0,1932.8,1376.7
8
+ 7,L,2064.0,2506.0,442.0,1915.5,678.6
9
+ 8,L,2524.0,2872.0,348.0,1801.5,576.7
10
+ 9,L,2920.0,3226.0,306.0,1839.3,1167.5
11
+ 10,L,3242.0,3498.0,256.0,1936.0,1237.9
12
+ 11,L,3514.0,3722.0,208.0,1991.7,1344.1
13
+ 12,L,3734.0,4018.0,284.0,1906.2,1530.7
14
+ 1,R,292.0,426.0,134.0,2350.6,1438.4
15
+ 2,R,444.0,570.0,126.0,2128.4,1392.7
16
+ 3,R,590.0,650.0,60.0,1992.2,1301.5
17
+ 4,R,660.0,1348.0,688.0,1871.2,945.2
18
+ 5,R,1362.0,1546.0,184.0,1846.6,1138.0
19
+ 6,R,1558.0,1728.0,170.0,1816.9,1254.3
20
+ 7,R,1742.0,2046.0,304.0,1861.2,1348.5
21
+ 8,R,2056.0,2506.0,450.0,1885.9,685.4
22
+ 9,R,2524.0,2872.0,348.0,1768.9,582.3
23
+ 10,R,2922.0,3224.0,302.0,1794.2,1163.8
24
+ 11,R,3242.0,3500.0,258.0,1895.2,1216.7
25
+ 12,R,3516.0,3722.0,206.0,1951.4,1326.5
26
+ 13,R,3738.0,4018.0,280.0,1856.7,1517.0
data/scanpaths/P19/P19_B_b07_t01.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,192.0,316.0,124.0,1675.0,857.4
3
+ 2,L,348.0,514.0,166.0,1853.8,1034.2
4
+ 3,L,532.0,684.0,152.0,1944.3,1135.4
5
+ 4,L,724.0,944.0,220.0,1570.8,1251.0
6
+ 5,L,1008.0,1540.0,532.0,2413.4,731.3
7
+ 6,L,1588.0,1974.0,386.0,2182.6,1115.8
8
+ 7,L,2010.0,2166.0,156.0,2007.0,1119.2
9
+ 8,L,2202.0,2402.0,200.0,1621.9,1097.0
10
+ 9,L,2460.0,2704.0,244.0,1263.1,1143.5
11
+ 10,L,2904.0,3318.0,414.0,2335.8,799.9
12
+ 11,L,3350.0,3898.0,548.0,2000.6,985.4
13
+ 12,L,3922.0,4018.0,96.0,1843.2,1083.6
14
+ 1,R,202.0,314.0,112.0,1705.8,842.3
15
+ 2,R,340.0,514.0,174.0,1871.7,993.3
16
+ 3,R,534.0,684.0,150.0,1944.4,1082.1
17
+ 4,R,724.0,944.0,220.0,1554.1,1212.0
18
+ 5,R,1010.0,1538.0,528.0,2407.3,702.6
19
+ 6,R,1590.0,1974.0,384.0,2197.1,1075.7
20
+ 7,R,2012.0,2168.0,156.0,1995.9,1082.4
21
+ 8,R,2204.0,2402.0,198.0,1618.0,1083.8
22
+ 9,R,2450.0,2708.0,258.0,1258.9,1139.3
23
+ 10,R,2908.0,3318.0,410.0,2309.7,768.1
24
+ 11,R,3350.0,3900.0,550.0,1970.6,939.4
25
+ 12,R,3922.0,4018.0,96.0,1830.1,1062.6
data/scanpaths/P19/P19_B_b07_t14.csv ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,243.0,277.0,34.0,1912.8,1172.6
3
+ 2,L,297.0,457.0,160.0,2038.3,1256.1
4
+ 3,L,511.0,651.0,140.0,1425.6,1582.8
5
+ 4,L,675.0,903.0,228.0,1186.8,1815.4
6
+ 5,L,927.0,1129.0,202.0,1505.3,1561.1
7
+ 6,L,1139.0,1253.0,114.0,1696.2,1414.9
8
+ 7,L,1265.0,1535.0,270.0,1980.0,1302.1
9
+ 8,L,1559.0,1753.0,194.0,2251.2,1223.0
10
+ 9,L,1765.0,2167.0,402.0,2383.3,1202.6
11
+ 10,L,2181.0,2903.0,722.0,1833.6,1363.5
12
+ 11,L,2929.0,3167.0,238.0,1880.6,1355.7
13
+ 12,L,3185.0,3379.0,194.0,2005.6,1317.0
14
+ 13,L,3405.0,3847.0,442.0,1901.7,1134.5
15
+ 14,L,3855.0,4016.0,161.0,1744.4,1372.0
16
+ 1,R,245.0,279.0,34.0,1888.4,1174.1
17
+ 2,R,297.0,459.0,162.0,2017.3,1227.9
18
+ 3,R,517.0,651.0,134.0,1339.3,1578.8
19
+ 4,R,677.0,907.0,230.0,1096.8,1795.9
20
+ 5,R,925.0,1241.0,316.0,1488.1,1503.8
21
+ 6,R,1265.0,1535.0,270.0,1941.3,1281.0
22
+ 7,R,1557.0,1755.0,198.0,2199.9,1190.2
23
+ 8,R,1769.0,1913.0,144.0,2351.9,1169.5
24
+ 9,R,1927.0,2167.0,240.0,2281.1,1182.3
25
+ 10,R,2183.0,2263.0,80.0,2197.3,1177.9
26
+ 11,R,2273.0,2903.0,630.0,1670.7,1363.1
27
+ 12,R,2927.0,3165.0,238.0,1844.0,1328.9
28
+ 13,R,3185.0,3381.0,196.0,1981.3,1280.3
29
+ 14,R,3405.0,3847.0,442.0,1877.2,1111.5
30
+ 15,R,3857.0,4016.0,159.0,1712.9,1341.8
data/scanpaths/P19/P19_B_b07_t15.csv ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,282.0,552.0,270.0,2553.4,1027.9
3
+ 2,L,606.0,854.0,248.0,2174.8,1143.8
4
+ 3,L,902.0,1082.0,180.0,1691.4,1209.8
5
+ 4,L,1130.0,1282.0,152.0,1301.3,1516.0
6
+ 5,L,1492.0,1888.0,396.0,1916.8,749.8
7
+ 6,L,1910.0,2100.0,190.0,2026.6,895.0
8
+ 7,L,2128.0,2320.0,192.0,2048.2,1141.6
9
+ 8,L,2382.0,2636.0,254.0,1284.6,1617.0
10
+ 9,L,2898.0,3134.0,236.0,2224.2,1109.5
11
+ 10,L,3154.0,3492.0,338.0,2023.6,1079.4
12
+ 11,L,3654.0,4019.0,365.0,2060.9,955.8
13
+ 1,R,282.0,554.0,272.0,2510.3,1013.3
14
+ 2,R,608.0,856.0,248.0,2127.5,1115.0
15
+ 3,R,902.0,1080.0,178.0,1652.5,1202.4
16
+ 4,R,1132.0,1282.0,150.0,1241.7,1514.6
17
+ 5,R,1514.0,1888.0,374.0,1876.2,743.2
18
+ 6,R,1912.0,2102.0,190.0,1986.5,892.6
19
+ 7,R,2136.0,2320.0,184.0,2009.3,1136.4
20
+ 8,R,2380.0,2634.0,254.0,1226.9,1627.8
21
+ 9,R,2928.0,3132.0,204.0,2159.3,1088.1
22
+ 10,R,3154.0,3488.0,334.0,1956.1,1057.5
23
+ 11,R,3664.0,4019.0,355.0,1963.4,935.6
data/scanpaths/P19/P19_B_b07_t28.csv ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,202.0,234.0,32.0,1436.6,707.4
3
+ 2,L,296.0,378.0,82.0,1941.2,1007.5
4
+ 3,L,432.0,506.0,74.0,2161.8,1402.7
5
+ 4,L,532.0,722.0,190.0,1965.3,1340.6
6
+ 5,L,746.0,1302.0,556.0,1807.6,1316.1
7
+ 6,L,1324.0,1538.0,214.0,1970.9,1253.5
8
+ 7,L,1564.0,2172.0,608.0,1784.5,1014.7
9
+ 8,L,2198.0,3438.0,1240.0,1971.5,1248.2
10
+ 9,L,3454.0,4017.0,563.0,1915.3,1273.2
11
+ 1,R,204.0,234.0,30.0,1387.1,690.9
12
+ 2,R,296.0,378.0,82.0,1887.5,996.5
13
+ 3,R,432.0,508.0,76.0,2110.7,1376.7
14
+ 4,R,532.0,722.0,190.0,1903.0,1317.4
15
+ 5,R,746.0,1300.0,554.0,1760.9,1306.1
16
+ 6,R,1324.0,1536.0,212.0,1916.9,1253.0
17
+ 7,R,1564.0,2172.0,608.0,1702.6,1015.0
18
+ 8,R,2200.0,3438.0,1238.0,1914.3,1221.6
19
+ 9,R,3456.0,4017.0,561.0,1860.3,1219.6
data/scanpaths/P19/P19_B_b07_t29.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fixation_index,eye,start_time_ms,end_time_ms,duration_ms,x_px,y_px
2
+ 1,L,218.0,342.0,124.0,1981.7,897.1
3
+ 2,L,380.0,622.0,242.0,2076.4,1169.3
4
+ 3,L,672.0,950.0,278.0,2255.7,1606.8
5
+ 4,L,990.0,1300.0,310.0,2021.5,1000.7
6
+ 5,L,1320.0,1930.0,610.0,1860.5,841.3
7
+ 6,L,1988.0,2782.0,794.0,2140.2,1538.3
8
+ 7,L,2802.0,4018.0,1216.0,2059.1,890.1
9
+ 1,R,220.0,342.0,122.0,1900.7,859.1
10
+ 2,R,368.0,622.0,254.0,2003.5,1115.5
11
+ 3,R,674.0,950.0,276.0,2205.8,1555.4
12
+ 4,R,990.0,1302.0,312.0,1971.8,977.3
13
+ 5,R,1320.0,1656.0,336.0,1825.3,844.1
14
+ 6,R,1666.0,1930.0,264.0,1812.9,793.9
15
+ 7,R,1990.0,2780.0,790.0,2124.1,1507.0
16
+ 8,R,2802.0,4018.0,1216.0,2040.0,871.6
data/stimuli/.DS_Store ADDED
Binary file (6.15 kB). View file
 
docs/acquisition_protocol.md ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PolyCAT Acquisition Protocol
2
+
3
+ ## Equipment
4
+
5
+ | Component | Specification |
6
+ |-----------|--------------|
7
+ | Eye tracker | EyeLink 1000+ (SR Research) |
8
+ | Mounting | Head-mounted (desktop mount) |
9
+ | Recording mode | Binocular |
10
+ | Sampling rate | 500 Hz per eye (1000 Hz hardware, split binocular) |
11
+ | Display | 27" 4K LCD monitor |
12
+ | Resolution | 3840 x 2160 pixels |
13
+ | Refresh rate | 144 Hz |
14
+ | Viewing distance | 70 cm |
15
+ | Background luminance | Gray (0.3 normalized) |
16
+
17
+ ## Display Geometry
18
+
19
+ The pixels-per-degree (PPD) value is computed from the physical display properties:
20
+
21
+ ```
22
+ Screen diagonal = 27" = 68.58 cm
23
+ Aspect ratio = 16:9
24
+ Screen width = 68.58 * (16/sqrt(16^2 + 9^2)) = 59.77 cm
25
+ Screen height = 68.58 * (9/sqrt(16^2 + 9^2)) = 33.62 cm
26
+ Pixel pitch = 59.77 / 3840 = 0.01557 cm/px
27
+
28
+ PPD = viewing_distance * tan(1 deg) / pixel_pitch
29
+ = 70 * tan(1 deg) / 0.01557
30
+ = 70 * 0.017455 / 0.01557
31
+ ≈ 78.5 px/deg
32
+ ```
33
+
34
+ Note: This gives the conversion for uniform pixel density. Since pixels are square on modern displays, horizontal and vertical PPD are equal.
35
+
36
+ ## Calibration
37
+
38
+ - **Calibration type:** HV13 (13-point horizontal-vertical)
39
+ - **Validation:** Performed before each block
40
+ - **Drift check:** Before each trial (fixation on cue position)
41
+ - **Drift retry limit:** 1 attempt, max 10 seconds
42
+ - **Re-calibration:** Triggered if drift check fails
43
+
44
+ ## Saccade Detection Parameters
45
+
46
+ The EyeLink built-in saccade detection was configured with:
47
+
48
+ | Parameter | Value |
49
+ |-----------|-------|
50
+ | Velocity threshold | 30 deg/s |
51
+ | Acceleration threshold | 8000 deg/s^2 |
52
+
53
+ Fixations are defined as periods between saccades (EyeLink cognitive configuration).
54
+
55
+ ## Experiment Design
56
+
57
+ ### Structure
58
+
59
+ Each participant completed 2 parts (A and B), typically on separate days.
60
+
61
+ Each part consists of:
62
+ - 9 mini-blocks of 39 trials each = 351 trials
63
+ - 36 image trials + 3 empty trials per block
64
+ - 1 memory probe after each block
65
+
66
+ ### Trial Sequence
67
+
68
+ 1. **Drift check** — Participant fixates on a cue at one of 9 grid positions (3x3 grid at 960/1920/2880 x 540/1080/1620 px). Max 10 s, 1 retry.
69
+ 2. **Stimulus presentation** — Image displayed through polygon aperture for 4.0 seconds.
70
+ 3. **Inter-trial interval** — Blank screen for 0.5 seconds.
71
+
72
+ ### Stimuli
73
+
74
+ - **Images:** 600 images from the CAT2000 dataset across 6 categories:
75
+ - Fractal, Object, OutdoorNatural, Random, Satelite, Sketch
76
+ - 100 images per category (102 available, 100 used per part assignment)
77
+ - **Polygon apertures:** 27 shapes with systematically varied geometric properties
78
+ - See `data/manifests/polygon_geometry.csv` for center coordinates
79
+ - See `data/stimuli/polygons/*.json` for vertex definitions
80
+ - **Aperture scale factor:** 1987 (applied uniformly)
81
+
82
+ ### Memory Task
83
+
84
+ After each block, a memory probe image was shown for 3 seconds:
85
+ - Participants judged whether the image was "old" (seen in that block) or "new"
86
+ - Response time and accuracy recorded
87
+ - Purpose: ensure attentive viewing
88
+
89
+ ### Fixation Cue Positions
90
+
91
+ A 3x3 grid of possible fixation cue locations:
92
+
93
+ | Grid ID | X (px) | Y (px) |
94
+ |---------|--------|--------|
95
+ | grid_11 | 960 | 540 |
96
+ | grid_12 | 1920 | 540 |
97
+ | grid_13 | 2880 | 540 |
98
+ | grid_21 | 960 | 1080 |
99
+ | grid_22 | 1920 | 1080 |
100
+ | grid_23 | 2880 | 1080 |
101
+ | grid_31 | 960 | 1620 |
102
+ | grid_32 | 1920 | 1620 |
103
+ | grid_33 | 2880 | 1620 |
104
+
105
+ ## Data Collection Timeline
106
+
107
+ Data was collected between January 15, 2026 and February 25, 2026. Most participants completed Part A and Part B on separate days.
108
+
109
+ ## Split Sessions
110
+
111
+ Some participants required multiple session folders to complete a single part (due to experiment restarts or technical issues). In these cases:
112
+ - Trials are concatenated across sessions using `trial_uid` as the unique key
113
+ - For overlapping trials (recorded in multiple sessions), the later session's data takes precedence
114
+ - The `sessions.csv` metadata file labels these as `split_primary`
docs/data_dictionary.md ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PolyCAT Data Dictionary
2
+
3
+ This document describes every field in the shared data files.
4
+
5
+ ---
6
+
7
+ ## `data/metadata/participants.csv`
8
+
9
+ One row per recorded participant.
10
+
11
+ | Field | Type | Units | Description |
12
+ |-------|------|-------|-------------|
13
+ | `participant_id` | string | — | Participant identifier (e.g., `P01`) |
14
+ | `age` | int | years | Age at time of recording |
15
+ | `gender` | string | — | Self-reported gender (`Male` / `Female`) |
16
+ | `dominant_eye` | string | — | Dominant eye (`left` / `right`) |
17
+ | `hardware_sampling_rate_hz` | int | Hz | EyeLink hardware sampling rate (1000 Hz for all participants). Effective per-eye rate depends on recording mode: 1000 Hz for monocular sessions, 500 Hz for binocular sessions. See `recording_mode` in `sessions.csv` for per-session details. |
18
+ | `has_part_a` | bool | — | Whether Part A data exists |
19
+ | `has_part_b` | bool | — | Whether Part B data exists |
20
+ | `n_trials_total` | int | — | Total trials across both parts |
21
+ | `n_image_trials` | int | — | Number of image (non-empty) trials |
22
+ | `n_empty_trials` | int | — | Number of empty-aperture trials |
23
+ | `included_in_release` | bool | — | True if participant is included in the released dataset |
24
+ | `exclusion_reason` | string | — | Reason for exclusion (empty if included) |
25
+
26
+ ---
27
+
28
+ ## `data/metadata/sessions.csv`
29
+
30
+ One row per session folder in the raw data.
31
+
32
+ | Field | Type | Units | Description |
33
+ |-------|------|-------|-------------|
34
+ | `participant_id` | string | — | Participant identifier |
35
+ | `part` | string | — | Experiment part (`A` or `B`) |
36
+ | `session_id` | string | — | Session folder name (e.g., `session_20260118_100426`) |
37
+ | `session_label` | string | — | `primary`, `split_primary`, or `extra` |
38
+ | `session_timestamp` | ISO 8601 | — | Parsed from session folder name |
39
+ | `n_trials` | int | — | Number of data rows in that session's `trials.csv` |
40
+ | `included_in_release` | bool | — | True if session contributes to the released dataset |
41
+ | `exclusion_reason` | string | — | Reason for exclusion (empty if included) |
42
+ | `recording_mode` | string | — | Eye recording mode: `binocular` (both eyes, 500 Hz effective per eye), `monocular_R` (right eye only, 1000 Hz), or `no_gaze_file` (excluded sessions) |
43
+
44
+ ---
45
+
46
+ ## `data/metadata/trials.csv`
47
+
48
+ One row per trial across all included participants and parts. This is the **source-of-truth trial table**.
49
+
50
+ | Field | Type | Units | Description |
51
+ |-------|------|-------|-------------|
52
+ | `participant_id` | string | — | Participant identifier |
53
+ | `part` | string | — | `A` or `B` |
54
+ | `session_id` | string | — | Session folder this trial came from |
55
+ | `trial_uid` | string | — | Unique trial ID: `{pid}_{part}_b{block:02d}_t{trial:02d}` |
56
+ | `mini_block` | int | — | Block number (1–9) |
57
+ | `trial_in_block` | int | — | Trial number within block (1–39) |
58
+ | `trial_type` | string | — | `image` or `empty` |
59
+ | `image_id` | string | — | CAT2000 image identifier (e.g., `A_Random_169`) |
60
+ | `image_path` | string | — | Relative path to source image |
61
+ | `category` | string | — | CAT2000 category (Fractal, Object, OutdoorNatural, Random, Satelite, Sketch) |
62
+ | `polygon_id` | string | — | Polygon identifier (e.g., `polygon_25`) |
63
+ | `polygon_case` | string | — | Polygon group (`reference`, `convexity_varied`, or `irregular`) |
64
+ | `polygon_json_path` | string | — | Relative path to polygon JSON definition |
65
+ | `aperture_scale_factor` | int | — | Polygon scaling factor applied during experiment |
66
+ | `cue_pos_id` | string | — | Fixation cue grid position (e.g., `grid_11`) |
67
+ | `cue_x_px`, `cue_y_px` | float | pixels | Cue position in screen coordinates |
68
+ | `cue_x_deg`, `cue_y_deg` | float | degrees | Cue position in degrees from screen center |
69
+ | `stimulus_duration_s` | float | seconds | Stimulus presentation time (4.0) |
70
+ | `iti_s` | float | seconds | Inter-trial interval (0.5) |
71
+ | `center_screen_x_px`, `center_screen_y_px` | float | pixels | Screen center (1920, 1080) |
72
+ | `center_screen_x_deg`, `center_screen_y_deg` | float | degrees | Screen center in degrees (0, 0) |
73
+ | `fixation_achieved` | bool | — | Whether drift-check fixation was achieved |
74
+ | `fixation_attempts` | int | — | Number of drift-check attempts |
75
+ | `fixation_total_time_s` | float | seconds | Total time spent on drift check |
76
+ | `ts_trial_start` ... `ts_trial_end` | float | seconds | Key event timestamps (experiment clock) |
77
+ | `aborted` | bool | — | Whether the trial was aborted |
78
+
79
+ ---
80
+
81
+ ## `data/fixations/fixations_all.csv`
82
+
83
+ One row per fixation event. Fixations detected by EyeLink's built-in algorithm (velocity threshold 30 deg/s, acceleration 8000 deg/s²).
84
+
85
+ | Field | Type | Units | Description |
86
+ |-------|------|-------|-------------|
87
+ | `participant_id` | string | — | Participant identifier |
88
+ | `part` | string | — | `A` or `B` |
89
+ | `session_id` | string | — | Session folder |
90
+ | `trial_uid` | string | — | Unique trial ID |
91
+ | `fixation_index` | int | — | Fixation order within trial and eye (1-indexed) |
92
+ | `eye` | string | — | `L` (left) or `R` (right) |
93
+ | `image_id` | string | — | CAT2000 image identifier |
94
+ | `category` | string | — | CAT2000 category |
95
+ | `polygon_id` | string | — | Polygon identifier |
96
+ | `start_time_ms` | float | ms | Fixation start relative to stimulus onset |
97
+ | `end_time_ms` | float | ms | Fixation end relative to stimulus onset |
98
+ | `duration_ms` | float | ms | Fixation duration |
99
+ | `x_px`, `y_px` | float | pixels | Average fixation position (screen coordinates, top-left origin) |
100
+ | `x_deg`, `y_deg` | float | degrees | Fixation position relative to screen center |
101
+ | `pupil_size` | float | area | Mean pupil size (EyeLink arbitrary units) |
102
+
103
+ ---
104
+
105
+ ## `data/gaze/*.tsv`
106
+
107
+ Sample-level gaze data. One TSV file per session. Tab-separated.
108
+
109
+ | Field | Type | Units | Description |
110
+ |-------|------|-------|-------------|
111
+ | `participant_id` | string | — | Participant identifier |
112
+ | `part` | string | — | `A` or `B` |
113
+ | `session_id` | string | — | Session folder |
114
+ | `trial_uid_raw` | string | — | Raw trial UID from EDF (e.g., `B_MB01_T001`) |
115
+ | `timestamp_rel_ms` | float | ms | Time relative to stimulus onset |
116
+ | `eye` | string | — | `L` or `R` |
117
+ | `x_px`, `y_px` | float | pixels | Gaze position (screen coordinates) |
118
+ | `pupil_size` | float | area | Pupil size (EyeLink units) |
119
+ | `validity` | int | — | 0 = valid gaze, 1 = missing/out-of-range |
120
+
121
+ ---
122
+
123
+ ## `data/metadata/quality_metrics.csv`
124
+
125
+ One row per participant. Aggregated quality statistics.
126
+
127
+ | Field | Type | Units | Description |
128
+ |-------|------|-------|-------------|
129
+ | `participant_id` | string | — | Participant identifier |
130
+ | `total_trials` | int | — | Total trials for this participant |
131
+ | `valid_trials` | int | — | Trials with tracking ratio >= 0.8 |
132
+ | `excluded_trials` | int | — | Trials below tracking threshold |
133
+ | `tracking_ratio_mean` | float | — | Mean tracking ratio (0–1) |
134
+ | `tracking_ratio_std` | float | — | Std of per-trial tracking ratio |
135
+ | `calibration_error_deg_mean` | float | degrees | Mean validation error (if available) |
136
+ | `fixations_per_trial_mean` | float | — | Mean fixation count per trial |
137
+ | `fixations_per_trial_std` | float | — | Std of fixation count per trial |
138
+ | `fixation_duration_mean_ms` | float | ms | Mean fixation duration |
139
+ | `fixation_duration_std_ms` | float | ms | Std of fixation duration |
140
+ | `data_loss_percent` | float | % | Percentage of trials with no fixations |
141
+
142
+ ---
143
+
144
+ ## `data/manifests/polygon_geometry.csv`
145
+
146
+ One row per polygon shape (27 total). Canonical center coordinates.
147
+
148
+ | Field | Type | Units | Description |
149
+ |-------|------|-------|-------------|
150
+ | `polygon_id` | string | — | Polygon identifier |
151
+ | `polygon_case` | string | — | Polygon condition type |
152
+ | `json_filename` | string | — | Filename of polygon JSON definition |
153
+
154
+ ---
155
+
156
+ ## `data/manifests/stimulus_manifest.csv`
157
+
158
+ One row per trial slot (702 total: 351 per part). Defines the fixed stimulus-polygon-cue assignment shared by all participants.
159
+
160
+ | Field | Type | Units | Description |
161
+ |-------|------|-------|-------------|
162
+ | `aperture_scale_factor` | int | — | Polygon scaling factor |
163
+ | `category` | string | — | CAT2000 category |
164
+ | `cue_pos_id` | string | — | Fixation cue grid position |
165
+ | `cue_x_px`, `cue_y_px` | float | pixels | Cue position |
166
+ | `image_id` | string | — | Image identifier |
167
+ | `image_path` | string | — | Path to image file |
168
+ | `mini_block` | int | — | Block number (1–9) |
169
+ | `part` | string | — | `A` or `B` |
170
+ | `polygon_case`, `polygon_id` | string | — | Polygon condition and ID |
171
+ | `polygon_json_path` | string | — | Path to polygon JSON |
172
+ | `stimulus_duration_s` | float | seconds | Presentation duration |
173
+ | `trial_in_block` | int | — | Trial position within block |
174
+ | `trial_type` | string | — | `image` or `empty` |
175
+ | `trial_uid` | string | — | Trial identifier |
176
+
177
+ ---
178
+
179
+ ## Coordinate Systems
180
+
181
+ **Screen coordinates:** Origin at top-left corner of the 3840x2160 display. X increases rightward, Y increases downward.
182
+
183
+ **Degree coordinates:** Origin at screen center (1920, 1080 px). Computed using the display geometry:
184
+ - 27" diagonal, 3840x2160 resolution, 70 cm viewing distance
185
+ - Pixels-per-degree: ~78.5 (computed from `ppd = distance_cm * tan(1 deg) / cm_per_px`; see `docs/acquisition_protocol.md` for full derivation)
186
+
187
+ **Time reference:**
188
+ - `timestamp_rel_ms` and `start_time_ms` / `end_time_ms`: relative to stimulus onset (ms)
189
+ - `ts_*` fields in trials.csv: experiment clock (seconds from session start)
190
+
191
+ ---
192
+
193
+ ## Known Data Issues
194
+
195
+ | Issue | Scope | Details |
196
+ |-------|-------|---------|
197
+ | P05 missing trials | Part B only | P05 completed only 317 of 351 Part B trials (34 missing from block 9) due to a session interruption. Total: 668 trials instead of 702. |
198
+ | Aborted trials | 48 trials across 9 participants | Trials that were aborted before stimulus presentation. Marked with `aborted=True`; all timestamp and stimulus fields are NaN. Participants affected: P05 (7), P07 (1), P10 (2), P13 (9), P18 (9), P20 (2), P24 (13), P25 (1), P28 (4). |
docs/file_formats.md ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PolyCAT File Formats
2
+
3
+ ## Gaze TSV (`data/gaze/*.tsv`)
4
+
5
+ Tab-separated sample-level gaze data. One file per session, named `{participant_id}_part{part}_{session_id}.tsv`.
6
+
7
+ - **Sampling rate:** 500 Hz per eye (binocular recording; hardware rate 1000 Hz split between eyes)
8
+ - **Scope:** Only samples during stimulus presentation (4.0 s per trial) are included
9
+ - **Eyes:** One row per sample per eye (binocular sessions produce 2 rows per timestamp)
10
+
11
+ ### Validity codes
12
+
13
+ | Code | Meaning |
14
+ |------|---------|
15
+ | 0 | Valid gaze sample (within screen bounds 0-3840 x 0-2160) |
16
+ | 1 | Missing or out-of-range (blink, track loss, or coordinates outside screen) |
17
+
18
+ ---
19
+
20
+ ## Fixations CSV (`data/fixations/fixations_all.csv`)
21
+
22
+ Comma-separated fixation events. Fixations detected by EyeLink's built-in algorithm with:
23
+ - Saccade velocity threshold: 30 deg/s
24
+ - Saccade acceleration threshold: 8000 deg/s^2
25
+
26
+ Only fixations starting during stimulus presentation are included. Fixation `end_time_ms` is clamped to stimulus offset.
27
+
28
+ ### Per-participant files
29
+
30
+ Individual files at `data/fixations/per_participant/{participant_id}_fixations.csv` with the same schema.
31
+
32
+ ---
33
+
34
+ ## Saliency Maps
35
+
36
+ ### NumPy format (`data/saliency_maps/by_polygon/{polygon_id}/{image_id}_fixmap.npy`)
37
+
38
+ - 2D float32 array at stimulus resolution (3840 x 2160)
39
+ - Gaussian kernel sigma = 1.0 degrees visual angle (~78.5 pixels)
40
+ - Values outside polygon aperture set to 0
41
+ - Normalized to sum to 1 (probability distribution)
42
+ - Only generated for polygon-image combinations with >= 3 observers
43
+
44
+ ### PNG format (`data/saliency_maps/by_polygon/{polygon_id}/{image_id}_fixmap.png`)
45
+
46
+ - Grayscale visualization of the saliency map
47
+ - 8-bit, linearly scaled from 0 (min) to 255 (max)
48
+
49
+ ---
50
+
51
+ ## Scanpaths (`data/scanpaths/{participant_id}/{trial_uid}.csv`)
52
+
53
+ One CSV per trial, containing the ordered fixation sequence.
54
+
55
+ Columns: `fixation_index`, `start_time_ms`, `end_time_ms`, `x_px`, `y_px`, `duration_ms`
56
+
57
+ ---
58
+
59
+ ## MATLAB Export (`data/fixations/fixations.mat`)
60
+
61
+ CAT2000-compatible MATLAB struct:
62
+
63
+ ```matlab
64
+ fixations.x % double vector: x positions (pixels)
65
+ fixations.y % double vector: y positions (pixels)
66
+ fixations.dur % double vector: durations (ms)
67
+ fixations.subj % cell array: participant IDs
68
+ fixations.img % cell array: image IDs
69
+ fixations.polygon % cell array: polygon IDs (PolyCAT extension)
70
+ ```
71
+
72
+ ---
73
+
74
+ ## Coordinate System
75
+
76
+ **Screen pixels:** 3840 x 2160, origin top-left. `x_px` increases rightward, `y_px` increases downward.
77
+
78
+ **Degrees:** Relative to screen center (1920, 1080 px).
79
+
80
+ Conversion formula:
81
+ ```
82
+ x_deg = (x_px - 1920) / ppd
83
+ y_deg = (y_px - 1080) / ppd
84
+ ```
85
+
86
+ Where `ppd` (pixels per degree) is computed from:
87
+ - Screen diagonal: 27 inches = 68.58 cm
88
+ - Resolution: 3840 x 2160 px
89
+ - Screen width: 59.77 cm, height: 33.62 cm (from diagonal + 16:9 aspect ratio)
90
+ - Viewing distance: 70 cm
91
+ - Pixel pitch = screen_width / horizontal_pixels = 59.77 cm / 3840 ≈ 0.01557 cm/px
92
+ - 1° at 70 cm = 70 × tan(1°) ≈ 1.2228 cm
93
+ - `ppd = 1.2228 / 0.01557` ≈ **78.5 px/deg**
94
+
95
+ ---
96
+
97
+ ## Time Reference
98
+
99
+ | Context | Reference point | Units |
100
+ |---------|----------------|-------|
101
+ | `timestamp_rel_ms` (gaze TSV) | Stimulus onset for that trial | milliseconds |
102
+ | `start_time_ms` / `end_time_ms` (fixations) | Stimulus onset for that trial | milliseconds |
103
+ | `ts_*` fields (trials.csv) | Session start (experiment clock) | seconds |
manifests/polygon_geometry.csv ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ polygon_id,polygon_case,json_filename
2
+ polygon_04,convexity_varied,polygon_04.json
3
+ polygon_05,convexity_varied,polygon_05.json
4
+ polygon_06,convexity_varied,polygon_06.json
5
+ polygon_01,reference,polygon_01.json
6
+ polygon_02,reference,polygon_02.json
7
+ polygon_03,reference,polygon_03.json
8
+ polygon_25,irregular,polygon_25.json
9
+ polygon_19,irregular,polygon_19.json
10
+ polygon_21,irregular,polygon_21.json
11
+ polygon_15,irregular,polygon_15.json
12
+ polygon_23,irregular,polygon_23.json
13
+ polygon_24,irregular,polygon_24.json
14
+ polygon_26,irregular,polygon_26.json
15
+ polygon_10,irregular,polygon_10.json
16
+ polygon_08,irregular,polygon_08.json
17
+ polygon_11,irregular,polygon_11.json
18
+ polygon_18,irregular,polygon_18.json
19
+ polygon_20,irregular,polygon_20.json
20
+ polygon_16,irregular,polygon_16.json
21
+ polygon_12,irregular,polygon_12.json
22
+ polygon_09,irregular,polygon_09.json
23
+ polygon_13,irregular,polygon_13.json
24
+ polygon_22,irregular,polygon_22.json
25
+ polygon_17,irregular,polygon_17.json
26
+ polygon_14,irregular,polygon_14.json
27
+ polygon_07,irregular,polygon_07.json
28
+ polygon_27,irregular,polygon_27.json
manifests/stimulus_manifest.csv ADDED
The diff for this file is too large to render. See raw diff