fixationStim
Experiments
Legacy switch that shows the built-in fixation cross while the stimuli are on screen. Its only effect is the same as adding the withStim keyword to the fixation column’s value; the cell’s actual content is otherwise ignored. It does NOT define a custom fixation stimulus: the cross is always the standard + glyph. New trial files should put withStim in the fixation column instead.
Syntax
Section titled “Syntax”Put any non-empty value (for example 1) in the cell to show the built-in + cross while the stimuli are on screen.
Every non-empty value behaves identically; the cell’s content itself is never displayed. Leave the cell empty for no cross.
Options
Section titled “Options”| Value | Effect |
|---|---|
| empty | No effect. |
anything else (1, +, x, dot.png…) | Equivalent to appending ;withStim to the fixation column: cross shown during each stimulus screen, hidden after the last stimulus screen’s presTime. The value itself (filename, glyph, number) is never rendered. |
Defaults & missing values
Section titled “Defaults & missing values”- When the column is absent or the cell is left empty, the column has no effect.
- With a value here and an empty
fixationcell, the trial behaves as iffixationwerewithStim. - With a value here and a filled
fixationcell,withStimis added to that cell’s keywords. The legacyfixationvalue1still meansITI, so1there plus any value here behaves asITI;withStim.
Works with
Section titled “Works with”fixation: this column simply addswithStimthere. IffixationcontainsallTrialorallStim, the addedwithStimis ignored, makingfixationStimredundant on those trials.- Cross appearance: size comes only from a numeric token in
fixation, color from thecolor/textColorcolumn’sfixation:<color>option.fixationStimcannot change either. - Audio/video trials: the cross is always hidden when playback starts, so
fixationStimhas no visible effect on audio/video stimuli. type=instructions: instruction screens never show a cross.
Examples
Section titled “Examples”- Cross overlaid on the stimuli only:
| type | stimFormat | stim1 | presTime | fixationStim |
|---|---|---|---|---|
| test | .png | face | 1500 | 1 |
type,stimFormat,stim1,presTime,fixationStim test,.png,face,1500,1
Equivalent to fixation = withStim: cross visible for the 1500 ms the image is up, hidden afterwards.
- Combined with an ITI fixation:
| type | stimFormat | stim1 | presTime | ITI | fixation | fixationStim |
|---|---|---|---|---|---|---|
| test | word | word_one | 1000 | 500 | ITI | 1 |
type,stimFormat,stim1,presTime,ITI,fixation,fixationStim test,word,word_one,1000,500,ITI,1
Computed value ITI;withStim: cross during the 500 ms ITI and while word_one is displayed.
- Value content is ignored:
| type | stimFormat | stim1 | presTime | fixationStim |
|---|---|---|---|---|
| test | .jpg | scene | 2000 | dot.png |
type,stimFormat,stim1,presTime,fixationStim test,.jpg,scene,2000,dot.png
Shows the standard + cross with the stimulus. dot.png is never loaded or displayed.
Tips & gotchas
Section titled “Tips & gotchas”- A whitespace-only cell counts as set; the value is not trimmed.
- With
withStimactive and noISIkeyword infixation, the cross also stays visible during the ISIs between screens. - The cross is hidden after the last stimulus screen’s
presTimeonly when thatpresTimeis non-zero. With apresTimeof0the cross stays until the trial ends (see thefixationpage).