patch
Patch with uniform color.
patch properties
- color: Color of the patch. Color property. Time-dependent.
other properties
gradient
Patch with gradient color. Changing linearly from color1 to color2 for the size of the gradient.
gradient properties
gradientSize : The size of the gradient. It is defined as the distance from the position with color = color1 to the position with color = color2. Size property. Time-dependent.- color1:
First color. Color property. Time-dependent. - color2:
Second color. Color property. Time-dependent. gradientPosition : Position of the center of the gradient relative to the center of the shape that contains it.gradientRotation . Position property. Time-dependent.gradientRotation : The orientation of the gradient. This property only rotates the gradient but not the shape that masks it. Angle property. Time-dependent.
other properties
grating
Grating with color sinusoidally oscillating from color1 to color2.
grating properties
- period: Size period of the sinusoidal function. Size property. Time-dependent.
- color1: First color. Color property. Time-dependent.
- color2: Second color. Color property. Time
– dependent. - phase: Phase of the sinusoidal function. Position property. Time-dependent.
- gratingRotation: Orientation of the grating. This property only rotates the grating but not the shape that masks it. Angle property. Time-dependent.
other properties
checkerboard
Checkerboard defined by two different colors and the size of the boxes.
checkerboard properties
- boxSize: Horizontal and vertical size of the boxes. 2dSize property. Time-dependent.
- color1: Color of the first box. Color property. Time-dependent.
- color2: Color of the second box. Color property. Time-dependent.
- checkerboardPosition: Position of the center of the checkerboard relative to the center of the shape that contains it. 2dPosition property. Time-dependent.
checkerboardRotation : Orientation of the checkerboard. This property only rotates the checkerboard but not the shape that masks it. Angle property. Time-dependent.
other properties
radialCheckerboard
Checkerboard with radial symmetry defined by two different colors and the angle size of the boxes. Divided into different circles (maximum 10 divisions).
radialCheckerboard properties
- boxAngleSize: Angle size of the boxes. Angle property. Time-dependent.
- color1: Color of the first box. Color property.
Time-dependent . - color2: Color of the second box. Color property.
Time-dependent . - checkboardRotation: Orientation of the checkerboard. This property only rotates the checkerboard but not the shape that masks it. Angle property. Time-dependent.
- diameter1: Diameter of the first circle. Size property.
Time-dependent . - diameter2: Diameter of the second circle. Size property.Time-dependent.
- diameter3: Diameter of the third circle. Size property.Time-dependent.
- diameter4: Diameter of the fourth circle. Size property.Time-dependent.
- diameter5: Diameter of the fifth circle. Size property.Time-dependent.
- diameter6: Diameter of the sixth circle. Size property.Time-dependent.
- diameter7: Diameter of the seventh circle. Size property.Time-dependent.
- diameter8: Diameter of the eighth circle. Size property.Time-dependent.
- diameter9: Diameter of the ninth circle. Size property.Time-dependent.
- diameter10: Diameter of the tenth circle. Size property.Time-dependent.
other properties
dots
Random dots.
dots properties
- density: The density of dots per pixel. Value from zero to one.
- coherence: The proportion of type1 dots from the total number of dots. Value from zero to one. Time-dependent.
- dotsLife: The life of each one of the dots. When a dot reaches their life it disappears and another dot is created in a random position. Time property.
- behaviour: Possibles types of behaviour.
- same: The dot is always the same type (type1 or type2) during all its life.
- different: Each frame a dot can change from type1 to type2 or viceversa.
- diameter1: The diameter of type1 dots. Size property. Time-dependent.
- direction1: Possibles ways to establish the dot direction for type1 dots.
- random: The direction of movement of the dots is random.
- fixed: The dots move in a fixed direction.
- center: The dots move towards the stimulus center.
- away from the center: The dots move away from the stimulus center.
- clockwise: The dots move clockwise.
- counterclockwise: The dots move counterclockwise.
- color1: The color of type1 dots. Color property.Time-dependent.
- diameter2: The diameter of type2 dots. Size property. Time-dependent.
- direction2: Possibles ways to establish the dot direction for type2 dots.random: The direction of movement of the dots is random.
- fixed: The dots move in a fixed direction.
- center: The dots move towards the stimulus center.
- away from the center: The dots move away from the stimulus center.
- clockwise: The dots move clockwise.
- counterclockwise: The dots move counterclockwise.
- color2: The color of type2 dots. Color property.Time-dependent.
other properties
image
Image.
image properties
- imageNumber: The number of the image selected from the list of images. Positive non-zero integer.
- imagePosition: Position of the center of the image relative to the center of the shape that contains it. 2dPosition property. Time-dependent.
- imageRotation: Orientation of the image. This property only rotates the image but not the shape that masks it. Angle property. Time-dependent.
other properties
text
Text.
text properties
- textNumber: The number of the text selected from the list of texts. Positive non zero-integer.
- font: The font of the text. Font property.
- textSize: Size of the text in points. Positive non zero integer.
- textPositionX: The x position relative to the center of the screen. Size property.
- textPosition: The y position relative to the center of the screen. Size property.
- color: Color of the text. Color property.
other properties
video
Play video from a source.
video properties
- videoNumber: The number of the video selected from the list of videos. Positive non-zero integer.
other properties
audio
Play audio from a source.
audio properties
- audioNumber: The number of the audio selected from the list of audios. Positive non-zero integer.
other properties
pureTone
Play auto-generated white noise audio or pure tone audio.
pureTone properties
- soundType: Select between pure tone sound (tone with a simple sinusoidal waveform) or white noise sound (random signal having equal intensity at different frequencies).
- frequency: The frequency of the sinewave (Only in the case of pure tone sound). Frequency property.
- amplitude: The amplitude of the sinewave. The perceived loudness of sound is basically proportional to the logarithm of the amplitude of the sinewave. Value from zero to one.
- leftRightBalance: From 0 = totally to the left to 1 = totally to the right. Value from zero to one.
- leftAmplitude = leftRightBalance * amplitude
- rightAmplitude = (1 – leftRightBalance) * amplitude