Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 25, 2023
1 parent 8bd5c89 commit 1736593
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions tests/data/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,20 @@
# 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: !!str pixel
SampleCoordinateSystem: !!str gaze-on-screen
EnvironmentCoordinates: !!str top-left
ScreenDistance: !!int 60
ScreenRefreshRate: !!int 60
ScreenSize: [!!float 38.6, 29]
SampleCoordinateUnits: pixel
SampleCoordinateSystem: gaze-on-screen
EnvironmentCoordinates: top-left
ScreenDistance: 60
ScreenRefreshRate: 60
ScreenSize: [38.6, 29]

# Recommended (leave empty if not available but put information you want to share with your dataset here!):
SoftwareVersion: !!str SREB1.10.1630 WIN32 LID:F2AE011 Mod:2017.04.21 15:19 CEST
ScreenAOIDefinition: [!!str square, [!!int 00, 150, 300, 350]]
SoftwareVersion: SREB1.10.1630 WIN32 LID:F2AE011 Mod:2017.04.21 15:19 CEST
ScreenAOIDefinition: [square, [00, 150, 300, 350]]
EyeCameraSettings:
EyeTrackerDistance:
FeatureDetectionSettings:
GazeMappingSettings:
RawDataFilters:
InstitutionName: !!str Philipps-University Marburg
InstitutionAddress: !!str Gutenbergstr. 18

...
InstitutionName: Philipps-University Marburg
InstitutionAddress: Gutenbergstr. 18

0 comments on commit 1736593

Please sign in to comment.