; Config file. 
; Every configural option section consists description and 
; default or preferable values.


; This section defines time options for experiment cycle.
; All time values define in milliseconds
[time]
show_min      = 1500
show_max      = 2000
relax_min     = 4000
relax_max     = 7000
attention_min = 500
attention_max = 500




; This section defines type of notification client and its options 
; General option: 
;   notify_type = ( None | EEGServer | LPT )
;     None - don't use notification subsystem
;     EEGServer - Yurganov server (additional options required)
;     LPT - use LPT as output client
; Only with notify_type equals 'EEGServer' reqiured
[notification]
notify_type = None
server_host = 127.0.0.1
server_port = 13134


; This section defines events codes for notification subsystem.
; Event will be sent only with non-zero code definition.
; By default all event codes are zeros.
[events]
EVENT_RELAX                    = 0
EVENT_ATTENTION                = 1
EVENT_ANALYSIS                 = 2
EVENT_IMAGE_ANGRY              = 31
EVENT_IMAGE_NEUTRAL            = 41
EVENT_IMAGE_HAPPY              = 51
EVENT_IMAGE_ANGRY_TRAINING     = 61
EVENT_IMAGE_NEUTRAL_TRAINING   = 71
EVENT_IMAGE_HAPPY_TRAINING     = 81
EVENT_REACTION                 = 9





; This section defines training options before general test
; ntrials: number of training trials
[training]
ntrials  = 5



; This section defines using of image file as instruction.
; InstructionImage1~7 = (Filenames from config/ folder consist instruction images, or None string)
; Maximum 7 images hardcoded
: width: instruction image width
; height:instruction image height
; InstructionButton1: button text for all except last page of the instruction 
; InstructionButton2: button text for the last page of the instruction
[instruction]
InstructionImage1  = instruction1.bmp
InstructionImage2  = instruction2.bmp
InstructionImage3  = instruction3.bmp
InstructionImage4  = instruction4.bmp
InstructionImage5  = instruction5.bmp
InstructionImage6  = instruction6.bmp
InstructionImage7  = None
InstructionButton1 = Next >>
InstructionButton2 = Begin!
width  = 960
height = 720

; This section defines insruction and other text values.
[labels]
Instruction1 = INSTRUCTION
Instruction2 = People's faces will appear on the screen.
Instruction3 = Please categorize their facial emotions as angry or happy.
Instruction4 = To the left end  for very angry.
Instruction5 = To the right end for very happy.
Instruction6 = Please make your decisions as QUICKLY as possible.
Button       = Begin!
Test         = Emotional Faces Game
End          = Test End
EndRow1      = This session is over.
EndRow2      = Thank you!
EndRow3      = Please take a break!
EndButton    = Exit
TipQuestion  = How does this face look?
TipLeftSide  = Angry
TipRightSide = Happy
TipButton    = GO!

; This section defines picture drawing mode.
; scale_by_screen_size = ( Yes | No ), default Yes
[pictures]
scale_by_screen_size  = Yes

