Click or drag to resize

IUserProcessingConfig Interface

Interface representing a user processing row in the ProcessingConfig table of the database

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntax
public interface IUserProcessingConfig : IProcessingConfig, 
	IOwner, ILynceeDataSet, IPhaseMaskCoefs, INotifyPropertyChanged, ISaveRevert

The IUserProcessingConfig type exposes the following members.

Properties
  NameDescription
Public propertyBasePhaseCorrectionMethod (Inherited from IProcessingConfig.)
Public propertyDescription (Inherited from IProcessingConfig.)
Public propertyFourierMask
Public propertyId (Inherited from IProcessingConfig.)
Public propertyIs2DCorrection (Inherited from IProcessingConfig.)
Public propertyName (Inherited from IProcessingConfig.)
Public propertyNumPhaseMask (Inherited from IProcessingConfig.)
Public propertyOffset
The phase value considered as the 0, in [°]
Public propertyOwnerId (Inherited from IOwner.)
Public propertyOwnerLevel (Inherited from IOwner.)
Public propertyOwnerName (Inherited from IOwner.)
Public propertyParamChanged (Inherited from IProcessingConfig.)
Public propertyPhaseCorrectionDegree (Inherited from IProcessingConfig.)
Public propertyPhaseCorrectionMethod (Inherited from IProcessingConfig.)
Public propertyPhaseMask (Inherited from IProcessingConfig.)
Public propertyPhaseOffsetAdjustment
Public propertyPrimaryKey (Inherited from ILynceeDataSet.)
Public propertyReconstructionDistance_cm
The reconstruction distance, in [cm]
Public propertyRoiHeight
The height of the phase ROI
Public propertyRoiWidth
The width of the phase ROI
Public propertyRoiX
The X coordinate of the top left point of the phase ROI (as defined in the camera ROI), in pixel
Public propertyRoiY
The Y coordinate of the top left point of the phase ROI (as defined in the camera ROI), in pixel
Public propertySpectrumKx
Public propertySpectrumKy
Public propertyZernikeOrder (Inherited from IProcessingConfig.)
Top
Methods
  NameDescription
Public methodC (Inherited from IPhaseMaskCoefs.)
Public methodInit (Inherited from ILynceeDataSet.)
Public methodResetPhaseMask (Inherited from IProcessingConfig.)
Public methodRevert (Inherited from ISaveRevert.)
Public methodSave (Inherited from ISaveRevert.)
Public methodSaveFourierMask
Public methodSavePhaseOffsetAdjustment
Public methodSetC (Inherited from IPhaseMaskCoefs.)
Public methodSetX (Inherited from IPhaseMaskCoefs.)
Public methodSetY (Inherited from IPhaseMaskCoefs.)
Public methodX (Inherited from IPhaseMaskCoefs.)
Public methodY (Inherited from IPhaseMaskCoefs.)
Top
See Also