From 3e510e1963cc7905fdd6abb8010391eb66c39c42 Mon Sep 17 00:00:00 2001 From: julia-pfarr Date: Wed, 25 Oct 2023 15:05:46 +0200 Subject: [PATCH] change units for ScreenSize and EyeTrackerDistance to meter --- eye2bids/config/metadata.yml | 3 ++- tests/data/metadata.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eye2bids/config/metadata.yml b/eye2bids/config/metadata.yml index f93bb29..4d2f50d 100644 --- a/eye2bids/config/metadata.yml +++ b/eye2bids/config/metadata.yml @@ -2,6 +2,7 @@ # 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 @@ -9,7 +10,7 @@ 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 diff --git a/tests/data/metadata.yml b/tests/data/metadata.yml index e30e084..6453684 100644 --- a/tests/data/metadata.yml +++ b/tests/data/metadata.yml @@ -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