(O): Gabor Patch

This type generates a Gabor patch.

Parameter:          size, envelope, frequ, phase, bcolor, fcolor1, fcolor2 [, orient [, edge]]

 

          size          width and height of the Gabor patch in mm

          envelope          shape of patch (Gaussian, linear, cos, hann, hamming, circle)

          frequ          cycles in mm

          phase          start poin in cycle (0-1).

          bcolor          background color

          fcolor1          foreground color for high cycle

          fcolor2          foreground color for low cycle

          orientaation          Rotation angle (0°-360°) in degrees (default 0)

          edge          Edge of patch in mm for Gaussian envelope (default 1/8 size)

 

To make the Gabor patch appear seamlessly evolving out of the background, match the background color of the patch with the background color of the screen and set the edge to at least 1/8 of the size of the patch to avoid visible cut off of the Gabor pattern.

 

 Examples for picture definitions of various types


; Type (T): Multi line text

PICTURE  Start  T
   Press any key

to start the block.
 

; Type (P): Pixel Block

PICTURE X P 1          ;       Definition of a diamond shape with pixel size of 1mm
0000000
0001000
0011100
0111110
0011100
0001000
0000000


 Type (C): Concatenation

PICTURE Chain C
X X X X X X X X X


The picture 'Chain' will look on the screen like this:





; Type (G): Graphics File with 50mm dimensions

PICTURE  Pic1  G
http://sample.domain.com/sample/path/filname.png  50


; Type (R): Rotated Picture

PICTURE  ERTS N
PICTURE  ErtsFlipped R
Erts  0  0  180


; Type (N): Name of Picture

PICTURE A  N
PICTURE B  N
PICTURE C  N
 

; Type (F): Formatted Picture

PICTURE MeanBlk F

Your average reaction time in the last block was @LMtttt.tt@ ms

PICTURE MeanSess F

Your average reaction time in this session is @Lmtttt.tt ms@

PICTURE LastRt F
Last reaction time: (@RRRRRRR)

PICTURE Instruct F
Press @Cblue@Right@C@ for @Cblue@Yes@C@

 

 

; Type (V): Video displayed in 100mm

PICTURE  Movie1  V
http://sample.domain.com/sample/path/filname.mp4  100

; Type (D): Draw vectors

PICTURE Arrow D 0.5

Begin

Move -5,10

Line -15,0

Line -5,-10

Line -5,-5

Line 15,-5

Line 15,5

Line -5,5

Home

Stroke 1 Blue

Fill

 

PICTURE Gabor O

40 gaussian 0.2 0 gray white black



Copyright 2023 - BeriSoft Inc.
All rights reserved