Click or drag to resize

OPLSearcherInitializeReducedRange Method (Int32, Double, Int32, Int32, Int32, Int32)

Initializes search to find maximum of contrast around motor configuration initial position in the specified range in the specified ROI.

Namespace:  LynceeTec.API.Cycle
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.0.10313.0 , built 2022-11-01 12:36:54 UTC
Syntax
public void InitializeReducedRange(
	int stepsCount,
	double fullRangeSize_m,
	int roiLeft,
	int roiTop,
	int roiWidth,
	int roiHeight
)

Parameters

stepsCount
Type: SystemInt32
Number of steps performed in the specified searching range.
fullRangeSize_m
Type: SystemDouble
Size of the searching range in meter.
roiLeft
Type: SystemInt32
X coordinate of the top left corner of the ROI where the OPL search will take place. In [pixels]
roiTop
Type: SystemInt32
Y coordinate of the top left corner of the ROI where the OPL search will take place. In [pixels]
roiWidth
Type: SystemInt32
Width of the ROI where the OPL search will take place. In [pixels]
roiHeight
Type: SystemInt32
Height of the ROI where the OPL search will take place. In [pixels]
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the configuration is not loaded
See Also