Skip to content

Commit

Permalink
change units for ScreenSize and EyeTrackerDistance to meter
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-pfarr committed Oct 25, 2023
1 parent 1736593 commit 3e510e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion eye2bids/config/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
# manual_metadata
# Please find the BIDS specification here: https://bids-specification--1128.org.readthedocs.build/en/1128/modality-specific-files/eye-tracking.html
# Please go through the specification and fille the fields below according to the data types given in the specification.
# !Note that ScreenSize and EyeTrackerDistance units are in meter, not centimeter!

# REQUIRED, fill according to BIDS specification (!the converter will not run successfully if you leave this empty!):
SampleCoordinateUnits: !!str
SampleCoordinateSystem: !!str
EnvironmentCoordinates: !!str
ScreenDistance: !!int
ScreenRefreshRate: !!int
ScreenSize: [!!float]
ScreenSize: [!!float]

# Recommended (leave empty if not available but put information you want to share with your dataset here!):
SoftwareVersion: !!str
Expand Down
2 changes: 1 addition & 1 deletion tests/data/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SampleCoordinateSystem: gaze-on-screen
EnvironmentCoordinates: top-left
ScreenDistance: 60
ScreenRefreshRate: 60
ScreenSize: [38.6, 29]
ScreenSize: [0.386, 0.29]

# Recommended (leave empty if not available but put information you want to share with your dataset here!):
SoftwareVersion: SREB1.10.1630 WIN32 LID:F2AE011 Mod:2017.04.21 15:19 CEST
Expand Down

0 comments on commit 3e510e1

Please sign in to comment.