Skip to content

Append AOI metrics to combinedDGMs output - #74

Merged
oscararenas12 merged 1 commit into
mainfrom
append-aoi-to-combined-dgms
Apr 9, 2026
Merged

Append AOI metrics to combinedDGMs output#74
oscararenas12 merged 1 commit into
mainfrom
append-aoi-to-combined-dgms

Conversation

@upgr4de03

Copy link
Copy Markdown
Contributor

Summary

  • AOI metrics are now appended as prefixed columns to combinedDGMs.csv after the 62 whole-screen DGM columns
  • For each AOI: 62 DGM metrics + 2 proportion columns, all prefixed with the AOI name (e.g., AI_total_number_of_fixations)
  • Union of all AOIs across participants ensures consistent columns; missing AOIs filled with NaN
  • Matches the same change made on TIDE-Gaze

Test plan

  • All existing tests pass (94/94, 1 pre-existing failure in DataEntryTest.testWriteToCSV unrelated to this change)
  • Verified output matches expected format (575 columns with 8 AOIs)

For each AOI, the 62 DGM metrics plus 2 proportion columns are now
appended as prefixed columns (e.g., AI_total_number_of_fixations) to
combinedDGMs.csv. The union of all AOIs across participants ensures
consistent columns, with NaN for participants who never looked at a
given AOI.
@oscararenas12
oscararenas12 merged commit 9ee94d1 into main Apr 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants