Click or drag to resize

ReconstructionResults Class

Class holding the reconstruction results of a group of holograms.
Inheritance Hierarchy
SystemObject
  LynceeTec.API.SequenceReconstructionResults

Namespace: LynceeTec.API.Sequence
Assembly: LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:36 UTC
Syntax
public class ReconstructionResults : IDisposable

The ReconstructionResults type exposes the following members.

Constructors
 NameDescription
Public methodReconstructionResultsInitializes a new instance of the ReconstructionResults class
Top
Properties
 NameDescription
Public propertyHologramGroup Gets or sets the holograms used for reconstruction.
Public propertyIdentifier 
Public propertyIntensity Gets or sets the final intensity.
Public propertyPhase Gets or sets the final phase.
Public propertyReconstructedIntensity Gets or sets the intermediary intensity acquired for each wavelength before post-processing.
Public propertyReconstructedPhase Gets or sets the intermediary phases acquired for each wavelength before post-processing.
Public propertySpectrum Gets or sets the fourier spectrum.
Top
Methods
 NameDescription
Public methodCopyTo 
Public methodDisposeReleases all resources used by the ReconstructionResults
Public methodInitializeMetadata 
Top
See Also