ShowPlay Reference Manual, Chapter 1 (Introduction): StimulusTable

Stimulus Table -- Format of the Showplay stimulus table

A Showplay paradigm parameter file (PPF) typically includes a parameter setting section and then a stimulus list table to specify the timing of stimulus events. The stimulus list is organized as a table, with one line for each event. The columns in the table specify the details of each event. The first column can be a text string, but all other columns are numbers (no decimal points). Words and numbers on each line in the stimulus list can be separated by spaces, tabs, commas, or the '|' character. Text words can be entered in upper or lower case. A semicolon (;) acts as a comment character; anything following the semicolon is ignored.

Example of a simple stimulus table

;Stimulus         ID  Flg  Onset(ms) Duration  LocationXY
"Press for faces"  1   0        0      4000    -1  -1  ; show text
fix                2   0     4000         0    -1  -1  ; central '+'
tones1.wav         3   0     6000         0            ; play auditory tone
face1.jpg         14   1     8000         0    -1  -1  ; show pictures (1/s)
face2.pcx         14   1     9000         0    -1  -1
face3.pcx         14   1    10000         0    -1  -1
face4.pcx         14   1    11000         0    -1  -1
scene1.jpg        15   1    12000         0    -1  -1
face5.jpg         14   1    13000         0    -1  -1
face6.jpg         14   1    14000         0    -1  -1
face7.jpg         14   1    15000      1000    -1  -1  ; erase after 1 sec
fix                2   0    16000         0    -1  -1
erase              0   0    18000
tones2.wav         3   0    18000
"End of task"      1   0    18000      2000    -1  -1  ; show text
quit               0   0    20000

See Paradigm Parameter File for more information.

See Also:

Paradigm Parameter File, Parameter Settings, EventCode, EventFlag

CIGAL Home, CIGAL Manual, ShowPlay Home, ShowPlay Manual, Introduction Topics, Manual Help