| octo900.presentTemporal {OPI} | R Documentation |
Present Temporal stimuli on O900 (internal use)
Description
Implementation of opiPresent for Temporal stimuli on the Octopus090 machine.
This is for internal use only. Use opiPresent() with
these Arguments (stim as class opiTemporalStimulus)
and you will get the Value back.
Arguments
stim |
Stimulus to present (a list, see details). |
nextStim |
The stimulus to present after stim (it is not presented, but projector can move to it during response window) |
Details
stim is a list containing at least the following 3 elements:
-
x, x-coordinate in degrees (floating point) (range $[-30,30]$). -
y, y-coordinate in degrees (floating point) (range $[-30,30]$). -
rateis frequency in Hz.
It can also contain:
-
responseWindowfrom start of stimulus presentation in milliseconds (default is 1500). -
durationof stimulus on in milliseconds (default 200). -
sizeof stimulus diameter in degrees (default Size III == 0.43). This is rounded to the nearest support Goldmann size.
If stim is null, always return err = NULL status.
Value
A list containing
-
errString message or NULL for no error. -
seen1 if seen, 0 otherwise. -
timeReaction time (if seen).