-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsample1.yml
42 lines (41 loc) · 1.28 KB
/
sample1.yml
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
sessionName: Test session
outputSuffix: out-file.yml
interBlockInterval: 2000
forceProportionRange:
min: 0.05
max: 0.3
triggers: [ "5", "7" ] # optional. If missing, the task will start as soon as the "Start" button is clicked
colours: # optional
leftReference: 1D8348
leftForce: 82E0AA
blocks:
- name: "block1"
instructions: "Block1 starting"
instructionsDuration: 2000
feedback: "Block1 finished"
feedbackDuration: 3000
interTrialInterval: 1000
trials:
- name: "1_uniManualLeft"
sequenceRef: "pulseLeftOnly"
- name: "2_biManual"
sequenceRef: "pulseBoth"
- name: "3_uniManualLeft"
sequenceRef: "pulseLeftOnly"
- name: "block2"
instructions: "Block2 starting"
instructionsDuration: 2500
feedback: "Block2 finished"
feedbackDuration: 3500
interTrialInterval: 500
trials:
- name: "1_uniManualLeft"
sequenceRef: "pulseLeftOnly"
sequences:
pulseLeftOnly:
frequency: 12
valuesLeft: [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0, 0, 0, 0, 0, 0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ]
pulseBoth:
frequency: 12
valuesLeft: [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0, 0, 0, 0, 0, 0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ]
valuesRight: [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0, 0, 0, 0, 0, 0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ]