checkerboardRetinotopy

 element objects

A checkerboard pattern. Includes options for flicker and phase drift. This element type also includes an animation option commonly used in retinotopy tasks: a sequence of isolated bars shown by stepping an aperture across the checkerboard. For just a static checkerboard or with flicker/phase drift only, see element type checkerboard. See also dartboardRetinotopy.

▸ Object ends on its own?

If you set a bar velocity then by default yes, after one pass through the checkerboard. You can change this using property maxNumLoops.

"Ends on its own" means ends automatically at that point. If an element can end on its own, you don't need to set end conditions for it in property end (unless you want it to maybe end earlier).

No—runs until any condition you set in property end.

Input properties
Record properties
checkerboardRetinotopy
elements (see below)

size
numChecks
orientation
phase
meanIntensity
amplitude
contrast
color
flickerFrequency
temporalFrequency
temporalFrequencyBalanced
apertureVelocity
apertureSize
apertureStepSize
maxNumLoops

All visual elements
position
depth

nn_eyes
rotation
flipHorz
flipVert

colorMask
alpha
intensity
contrastMult
convolution
shader
filterOrder
filterGrayscale
filterResolutionMult
filterGamma

channelResolution
backColor
addDisplay

All visual elements
position

All adjuster elements have
adjust

All elements
start
end

startBuffer
endBuffer

vary
staircase

All objects
info
report

size

Default: square with sides 10 deg

A number that is side length for a square checkerboard, or a vector [width height] for a rectangle (deg).

numChecks

Default: 20 square checks across checkerboard width

Number of checks across the width of the checkerboard. Number of checks across its height is then automatic to give square checks.

Or a vector [n_w n_h] setting number of checks across width and height independently. You can use this if you want non-square checks.

orientation

Default: horizontal and vertical

Orientation angle of the checkerboard, + = clockwise (deg). 0 = horizontal and vertical rows/columns of checks. This sets rotation of the checkerboard within its rectangular display area. If you want rotation of the whole display, use property rotation.

phase

Default: first check right and below center is light

0/1 setting the initial pattern: 0 = first check right and below display center is dark, 1 = light. Currently the checkerboard is always centered at element position, with the corners of four checks at that point. Element position can be set in property position.

meanIntensity
amplitude
contrast

Defaults: meanIntensity = 0.5, amplitude = 0.5

meanIntensity is a number between 0–1 (black–maximum) setting the mean intensity of dark and light checks.
Also set one of amplitude OR contrast:

amplitude is intensity of light checks − intensity of dark checks.

contrast is Michelson contrast, amplitude / mean intensity. If you set contrast, mean intensity must be > 0.

Intensity always clips at 0 and 1. It's possible to set a combination of these properties that causes the checkerboard to clip in this way. See record properties maxAmplitude and maxContrast below.

color

Default: white <cd>[1 1 1]<cd>

A 1×3 RGB vector with numbers between 0–1. This defines the color at intensity = 1. Color at intensity = 0 is <cd>[0 0 0]<cd>. Color at intensities between 0–1 is linearly interpolated between the two. Note intensity, as defined by amplitude/contrast + meanIntensity above, always clips at 0 and 1, so color clips at <cd>[0 0 0]<cd> and color.

flickerFrequency
temporalFrequency
temporalFrequencyBalanced

Defaults: no flicker or phase drift

You can set one of flickerFrequency, temporalFrequency, OR temporalFrequencyBalanced:

flickerFrequency is frequency of switching between dark–light checks (cycles/sec). 0 = no flicker.

temporalFrequency is continuous phase drift rate. This is a 1×2 vector [v_x v_ y] specifying a rate for either horizontal or vertical drift (cycles/sec). You can only do horizontal OR vertical, so leave the other number at 0. The number you set can be positive or negative to specify direction (+ = right/down, − = left/up, at orientation above = 0).

temporalFrequencyBalanced is similar except alternating rows (horizontal) or columns (vertical) drift in opposite directions, creating an internally counterbalanced phase drift. Here +/− effectively determines which rows/columns move in which direction.

You can combine using these properties with bar apertures below.

apertureVelocity
apertureSize
apertureStepSize

Default: apertureVelocity = no bars—show whole checkerboard
Default: apertureSize = 2 checks
Default: apertureStepSize = 1 check/step

apertureVelocity lets you show a sequence of isolated bars by stepping an aperture across the checkerboard. Velocity is rate and direction (checks/sec, + = right, − = left).

apertureSize is bar width (checks).

apertureStepSize is how far the bar moves at each step (checks).

apertureVelocity (checks/sec) ÷ apertureStepSize (checks/step) gives steps/sec, i.e. how often the bar steps.

Note these numbers can be fractional, not just integer.

Currently the bar always moves horizontally across the checkerboard. If you want it to appear to move at other angles, use property rotation to rotate the display. Initial bar shown is always at the left edge of the checkerboard if apertureVelocity > 0, or right edge if apertureVelocity < 0 (left/right at rotation = 0).

maxNumLoops

Default: show one pass through the checkerboard

If you set apertureVelocity, maxNumLoops is a number > 0 that is number of passes through the checkerboard to show, after which the object ends. Note this number can be fractional, not just integer. <cd>inf<cd> = repeat until a condition you set in property end.

Adjustable properties

You can vary or allow the subject to adjust the following properties of an object of this type when it's running. If you need to make other properties adjustable, you can edit the element type code—see Element Type Programming Manual.

Adjustable properties

Adjustable properties

position
nn_eyes
rotation
colorMask
alpha
intensity
contrastMult
drawCodeVars

(None)

(None)

Input properties
Record properties

PsychBench uses record properties to record information during experiments. You can't set record properties but you can see them in experiment results using input property report.

checkerboardRetinotopy
elements (see below)

maxAmplitude
maxContrast

All elements
startTime
endTime
duration
n_startFrame
n_endFrame
startLatencyBufferable
endLatencyBufferable

maxAmplitude
maxContrast

Maximum amplitude and contrast where intensity would clip at 0 or 1, whichever is reached first, given the set mean intensity.