| opiSetup_for_ImoVifa | R Documentation |
This is for internal use only. Use opiSetup() after
chooseOPI("ImoVifa") to call this function.
settings |
A list containing:
|
eye can take on values in the set {"left", "right", "both",
"none"}.
fixShape can take on values in the set {"triangle",
"square", "polygon", "hollow_triangle", "hollow_square",
"hollow_polygon", "cross", "maltese", "circle", "annulus",
"optotype", "text", "model"}.
fixLum can take on values in the range [0.0, 1.0E10].
fixType can take on values in the set {"flat",
"checkerboard", "sine", "squaresine", "g1", "g2", "g3", "text", "image"}.
fixCx can take on values in the range [-90.0, 90.0].
fixCy can take on values in the range [-90.0, 90.0].
Elements in fixCol can take on values in the range [0.0, 1.0].
bgLum can take on values in the range [0.0, 1.0E10].
tracking can take on values in the range [0, 1].
Elements in bgCol can take on values in the range [0.0, 1.0].
fixSx can take on values in the range [0.0, 1.0E10].
fixSy can take on values in the range [0.0, 1.0E10].
fixRotation can take on values in the range [0.0, 360.0].
A list containing:
err NULL if there was no error, a string message if there is an error.
opiSetup()
## Not run:
chooseOpi("ImoVifa")
opiInitialise(list(port = 50001, ip = "localhost"))
result <- opiSetup(settings = list(eye = "BOTH"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.