opiTemporalStimulus {OPI}R Documentation

Stimulus parameter list

Description

List containing stimulus parameters with an S3 class attribute of opiTemporalStimulus

Usage

"See details"

Details

The list should be of class opiTemporalStimulus and contain the following elements.

Octopus 900

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

image is not possible on an Octopus 900.

lut is not possible on an Octopus 900. Stimulus is at 0 dB.

rate is in Hz, with precision to one decimal place recognised.

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

Kowa AP7000

Not supported.

Compass

Not implemented.

See Also

opiSetBackground, opiStaticStimulus, opiKineticStimulus

Examples

# A Size III flickering with a 10Hz square wave at location (7,7) with luminance
# 10 dB (HFA) 
stim <- list(x=7, y=7, size=0.43, color="white",
             rate=20,        # one lut step per 50 ms
             lut=c(0,318),   # so one full lut per 100 ms == 10Hz
             duration=400,   # and 4 cycles per stimulus
             responseWindow=1500)
class(stim) <- "opiTemporalStimulus"

[Package OPI version 2.11.2 Index]