From 8bd5c8984b327b35617eb0ef3b820cf8873d1d6a Mon Sep 17 00:00:00 2001 From: julia-pfarr <111446107+julia-pfarr@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:11:58 +0000 Subject: [PATCH] update test metadata file --- tests/data/metadata.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/tests/data/metadata.yml b/tests/data/metadata.yml index e30e084..c992fa8 100644 --- a/tests/data/metadata.yml +++ b/tests/data/metadata.yml @@ -4,20 +4,22 @@ # Please go through the specification and fille the fields below according to the data types given in the specification. # REQUIRED, fill according to BIDS specification (!the converter will not run successfully if you leave this empty!): -SampleCoordinateUnits: pixel -SampleCoordinateSystem: gaze-on-screen -EnvironmentCoordinates: top-left -ScreenDistance: 60 -ScreenRefreshRate: 60 -ScreenSize: [38.6, 29] +SampleCoordinateUnits: !!str pixel +SampleCoordinateSystem: !!str gaze-on-screen +EnvironmentCoordinates: !!str top-left +ScreenDistance: !!int 60 +ScreenRefreshRate: !!int 60 +ScreenSize: [!!float 38.6, 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 -ScreenAOIDefinition: [square, [00, 150, 300, 350]] +SoftwareVersion: !!str SREB1.10.1630 WIN32 LID:F2AE011 Mod:2017.04.21 15:19 CEST +ScreenAOIDefinition: [!!str square, [!!int 00, 150, 300, 350]] EyeCameraSettings: EyeTrackerDistance: FeatureDetectionSettings: GazeMappingSettings: RawDataFilters: -InstitutionName: Philipps-University Marburg -InstitutionAddress: Gutenbergstr. 18 +InstitutionName: !!str Philipps-University Marburg +InstitutionAddress: !!str Gutenbergstr. 18 + +...