09-02-2020, 08:17 AM
There are three methods to change the size, shape, and location of the calibration and validation targets in Experiment Builder.
- Rescale the Entire Calibration Area
By default, targets are presented in a rectangle that covers 88% of the screen horizontally and 83% vertically. You can change this area for all targets. We have a handy online Calibration Coordinate Calculator which given the screen measurements, resolution, and eye to screen distance value, can provide appropriate calibration proportion values.
At the start of your project, add two EL_COMMAND nodes to define the proportion of the screen you want to use:- Command1:
- Command: calibration_area_proportion
- Text: 0.88 0.88
Replace the numerical value with your desired X and Y proportions of the screen you want to use for calibration.
- Command: calibration_area_proportion
- Command2:
- Command: validation_area_proportion
- Text: 0.88 0.88
Replace the numerical value with your desired X and Y proportions of the screen you want to use for validation.
- Command: validation_area_proportion
- Command1:
- Alter Corner Target Locations (9- and 13-Point Calibrations Only)
This method scales the corner targets inward, creating a more elliptical pattern, which can be helpful when viewing the calibration through a cylindrical viewport, such as in MRI environments.
At the start of your project, add two EL_COMMAND nodes to define the proportion of the screen you want to use:- Command1:
- Command: calibration_corner_scaling
- Text: 0.88
Replace the numerical value with your proportions of the screen you want to constrain the corner points to
- Command: calibration_corner_scaling
- Command2:
- Command: validation_corner_scaling
- Text: 0.86
Replace the numerical value with your desired X and Y proportions of the screen you want to use for calibration.
- Command: validation_corner_scaling
Note: This can be used in combination with Method 1 mentioned above.
- Command1:
- Use Custom Target Locations
For complete control, you can define your own list of X, Y coordinates for each target. The target points must be defined in a specific order with a few constraints about the positioning of the targets relative to one another. For detailed instructions and the correct point order for each model, please consult the Experiment Builder Manual (Help menu > Contents > Components > Actions > Performing Camera Setup and Calibration).
To enable this feature do the following:- Select the CAMERA_SETUP node in your project.
- In its properties, check the box for "Enable Customized Calibration Positions".
- Provide a formatted list of screen coordinates in the specific order required by your chosen calibration model (e.g., HV9).
- Select the CAMERA_SETUP node in your project.