up Inquisit Language Reference

calibrationMode attribute

Specifies a the type of calibration to run prior to running the script.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

/ calibrationMode = mode

Parameters

Name Type Description
mode string Valid modes are "H3", "HV5", "HV9", and "HV13".

Remarks

This attribute controls the number of position of the calibration targets that are presented while calibrating the eye tracker.

Examples

The following uses an animated gif as the calibration target and displays it at 5 locations on the screen.

<eyetracker>
/ plugin = "srresearch"
/ calibrationmode = "HV5"
/ calibrationmode = spiralvideo.gif
</eyetracker>

The following displays calibration targets in 5 locations on the screen.

<eyetracker>
/ plugin = "tobii"
/ calibrationmode = "HV9"
</eyetracker>

Copyright Millisecond Software, LLC. All rights reserved.