Click or drag to resize

ICalibrationProcessingConfig Interface

Interface representing a calibration 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 ICalibrationProcessingConfig : IProcessingConfig, 
	IOwner, ILynceeDataSet, IPhaseMaskCoefs, INotifyPropertyChanged, ISaveRevert

The ICalibrationProcessingConfig type exposes the following members.

Properties
  NameDescription
Public propertyBasePhaseCorrectionMethod (Inherited from IProcessingConfig.)
Public propertyDescription (Inherited from IProcessingConfig.)
Public propertyHasSavedReferenceHologram
true if there is a reference hologram file saved in the database for this configuration
Public propertyId (Inherited from IProcessingConfig.)
Public propertyIs2DCorrection (Inherited from IProcessingConfig.)
Public propertyIsEdited
Public propertyName (Inherited from IProcessingConfig.)
Public propertyNumPhaseMask (Inherited from IProcessingConfig.)
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 propertyPrimaryKey (Inherited from ILynceeDataSet.)
Public propertyRadiusFourierFilter
Radius of the circular Fourier filter for the reference hologram, centered around the central frequency, in [pix].
Public propertyReferenceHoloNbrAvg
The number of holograms used to compute the reference hologram
Public propertyReferenceHoloPath
Public propertyUseAmplitudeDivision
If set to true, the reference hologram uses the normalization for each pixel of the reconstructed intensity images with the intensity of each corresponding pixel of the reference hologram
Public propertyUseAutomaticFourierFilter
If set to true, will use Fourier filtering on the reference hologram in a circle centered on the central frequency of radius RadiusFourierFilter. If set to false, the reference hologram will be filtered with the current Fourier filtering.
Public propertyUseReferenceHologram
If set to true, the configuration uses a reference hologram
Public propertyZernikeOrder (Inherited from IProcessingConfig.)
Top
Methods
  NameDescription
Public methodC (Inherited from IPhaseMaskCoefs.)
Public methodCheckRefHologramValidity
Public methodGetReconstructionDistanceOffset
Gets the reconstruction distance offset for the current objective with source sourceId.
Public methodInit (Inherited from ILynceeDataSet.)
Public methodReloadRefHolo
Public methodResetPhaseMask (Inherited from IProcessingConfig.)
Public methodRevert (Inherited from ISaveRevert.)
Public methodSave (Inherited from ISaveRevert.)
Public methodSetC (Inherited from IPhaseMaskCoefs.)
Public methodSetReconstructionDistanceOffset
Sets the reconstruction distance offset.
Public methodSetX (Inherited from IPhaseMaskCoefs.)
Public methodSetY (Inherited from IPhaseMaskCoefs.)
Public methodX (Inherited from IPhaseMaskCoefs.)
Public methodY (Inherited from IPhaseMaskCoefs.)
Top
See Also