-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shape_Brt.txt
138 lines (98 loc) · 1.66 KB
/
Shape_Brt.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# propozycja formatu danych
# kod dla parametru: PARAM
# plik testowy dla ksztaltow, wariant FieldScale
# zmienia sie skala, ok 0.2 (easy) do 1 (hard)
Background=255
Screen_Change_Brightness=128
Experiment_Repeat=1
#Experiment_Type=Constant
Constant_Definition
{
Repeat=3
Level= 0.4
Max_Trials=40
}
Experiment_Type=Staircase
Staircase_Definition
{
Easiest=0.5
Hardest=1
Start=0.62
Max_Reversals=4
Factor=0.1
Min_Reversals=4
Max_Trials=120
}
# MyFormat [s]
Trial_Times
{
Initial_Delay=2
Screen_Change_Delay=0.5
Max_Answer_Time=10.0
Delay_After_Positive=0.1
Threshold_Calc_Delay=0.5
}
Positive
{
# bottom layer, underneath Shape & Noise
Background
{
# 0 - none
# 1 - dots
Type=0
# px/s
Speed_X=50
Speed_Y=100
# px, min 8 max 40
Dot_Size=5
# 255 - white, 0 - black
Dot_Color=0
Dot_Max_Count=3500
# 0 for infinite
Life_Time=1000
}
# medium layer, underneath Noise, over Background
Shape
{
Field_Scale=1
Scale=1
Background_Color=128
Ellipse_X=120
Ellipse_Y=120
# 1-dots
Type=1
Horizontal_Offset=139
Speed_X=0
Speed_Y=400
Dot_Size=5
Dot_Color=205
Dot_Max_Count=0
Life_Time=1000
}
# top layer, over Background & Shape
Noise
{
# 0 - none
# 1 - dots
Type=0
Speed_X=0
Speed_Y=0
Dot_Size=5
Dot_Color=128
Dot_Max_Count=2000
Life_Time=0.2
}
}
Negative
{
Shape
{
Horizontal_Offset=139
Field_Scale = PARAM
#Scale = PARAM
#Ellipse_Y=PARAM
#Background_Color=205
}
}
}
}