Learn R Programming

OPI (version 1.6)

opiStaticStimulus: Stimulus parameter list.

Description

List containing stimulus parameters with an S3 class attribute of opiStaticStimulus.

Arguments

Details

The list must contain the following elements.

x coordinate of the center of stimulus in degrees relative to fixation

y coordinate of the center of stimulus in degrees relative to fixation

image an image to display in a machine specific format

level stimulus level in cd/$\mbox{m}^2$ (ignored if !is.na(image))

size diameter of target in degrees, or scaling factor for image if specified

color machine specific stimulus color settings (ignored if !is.na(image))

duration total stimulus duration in milliseconds maximum

responseWindow time (>= 0) in milliseconds to wait for a response from the onset of the stimulus presentation

... machine specific parameters

SimHenson and SimGaussian{ Only level is used. Duration and location are ignored, color is assumed "white" and size is assumed to be 26/60 (Goldmann III). }

Octopus 900{ x and y are in degrees, with precision to one decimal place recognised.

image is not possible on an Octopus 900.

level is in cd/$\mbox{m}^2$, and is rounded to the nearest one tenth of a dB for display.

color is ignored. Use opiSetBackground() to alter stimulus color. }

References

Please cite: A. Turpin, P.H. Artes and A.M. McKendrick "The Open Perimetry Interface: An enabling tool for clinical visual psychophysics", Journal of Vision 12(11) 2012.

http://perimetry.org/OPI

See Also

opiSetBackground

Examples

Run this code
stim <- list(x=9, y=9, image=NA, 314, size=0.43, color="white", 
                duration=200, responseWindow=1500)
    class(stim) <- "opiStaticStimulus"

Run the code above in your browser using DataLab