Skip to content

Commit

Permalink
@N-M-T remove scaled coords from surface export
Browse files Browse the repository at this point in the history
  • Loading branch information
N-M-T committed Jan 23, 2024
1 parent c033c56 commit a01eff1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neon/neon-player/surface-tracker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ Each surface has a name, which can be manually set as described above.
This name is augmented by an automatically generated numerical identifier.

+ `gaze_positions_on_surface_<surface_name>.csv` - A list of gaze datums on the surface.
The values include the gaze point in two different coordinates systems.
`x_norm` and `y_norm` are coordinates between 0 and 1, where `(0,0)` is the top left corner of the surface and `(1,1)` is the bottom right corner.
`x_scaled` and `y_scaled` contain the same coordinates but scaled with the size defined for the surface.
+ `fixations_on_surface_<surface_name>.csv` - A list of fixations on the surface.
The values include fixation locations as normalized coordinates and a confidence value between 0.0 and 1.0, indicating gaze on/off surface.
+ `surf_positions_<surface_name>` - List of surface positions in 3D.
Expand Down

0 comments on commit a01eff1

Please sign in to comment.