Click or drag to resize

OPLSearcherInitializeReducedRange Method (Int32, Double)

Initializes search to find maximum of contrast around motor configuration initial position in the specified range in the default ROI. The default ROI is a ROI half the width and half the height of the hologram, centered in the hologram.

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
)

Parameters

stepsCount
Type: SystemInt32
Number of steps performed in the specified searching range.
fullRangeSize_m
Type: SystemDouble
Size of the searching range in meter.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the configuration is not loaded
See Also