Skip to content

Commit b594918

Browse files
committed
correct screen distance and delete EnvironmentCoordinates
1 parent 07dc0dc commit b594918

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

eyetracking_binocular/task-FreeView_events.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@
2828
"Description": "Index number of the image displayed from https://github.com/mszinte/natImSac/tree/main/stim."
2929
},
3030
"TaskName": "FreeView",
31-
"EnvironmentCoordinates": "top-left",
3231
"InstitutionAddress": "27 Bd Jean Moulin, 13005 Marseille, France",
3332
"InstitutionName": "Institut de Neurosciences de la Timone",
3433
"StimulusPresentation": {
35-
"ScreenDistance": 60,
34+
"ScreenDistance": 0.6,
3635
"ScreenOrigin": ["top", "left"],
3736
"ScreenRefreshRate": 120,
3837
"ScreenSize": [

eyetracking_fmri/task-rest_events.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"InstitutionAddress": "27 Bd Jean Moulin, 13005 Marseille, France",
33
"InstitutionName": "Institut de Neurosciences de la Timone",
4-
"EnvironmentCoordinates": "top-left",
54
"StimulusPresentation": {
6-
"ScreenDistance": 120,
5+
"ScreenDistance": 1.2,
76
"ScreenOrigin": ["top", "left"],
87
"ScreenRefreshRate": 120,
98
"ScreenSize": [

0 commit comments

Comments
 (0)