Click or drag to resize

OPLSearcher Class

Inheritance Hierarchy
SystemObject
  LynceeTec.API.CycleOPLSearcher

Namespace: LynceeTec.API.Cycle
Assembly: LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntax
public class OPLSearcher : IExecutableItem, 
	IDisposable

The OPLSearcher type exposes the following members.

Constructors
 NameDescription
Public methodOPLSearcherInitializes a new instance of the OPLSearcher class
Top
Properties
 NameDescription
Public propertyContrastMeasures Gets the contrast measure at each motor position.
Public propertyKeepPositionOnCancel Whether to keep the current position when cancelled. If false, it will instead return to the start position of the search.
Public propertyMaxContrastMeasure Gets the position for which the maximum of contrast is computed.
Public propertyMaxPosition_m Maximum position of the OPL motor
Public propertyMinPosition_m Minimum position of the OPL motor
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the OPLSearcher
Public methodExecute Performs OPL search using the already initialized parameters and moves the motor to the optimal position.
Public methodInitializeFullRange(Int32) Initializes search to find maximum of contrast in the full range of the motor in the default ROI. The default ROI is a ROI half the width and half the height of the hologram, centered in the hologram.
Public methodInitializeFullRange(Int32, Int32, Int32, Int32, Int32) Initializes search to find maximum of contrast in the full range of the motor in the specified ROI.
Public methodInitializeReducedRange(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.
Public methodInitializeReducedRange(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.
Top
See Also