Click or drag to resize

BaseSequenceManager Properties

The BaseSequenceManager type exposes the following members.

Properties
  NameDescription
Public propertyConfigManager
Gets the current ConfigManager in use.
Public propertyConfiguration
Gets the current configuration used for hologram reconstruction.
Public propertyCurrentState
Gets the current state of the sequence manager.
Public propertyNumberOfRecords
Gets the current total number of records.
Public propertyReconstructionWindowHalfSize
Defines how many reconstructions must be processed around the selected index. If GetReconstruction(ReconstructionResults, Int32) is called for index i, outputs in range [i - ReconstructionWindowHalfSize, i + ReconstructionWindowHalfSize] are reconstructed to optimize the process and anticipate the call to future indices.
Public propertyTemporalAveragingFramesNumber
Gets or sets the number of frames to average during reconstruction process.
Public propertyUseReconstruction
Gets or sets a value indicating whether the reconstruction is enabled.
Public propertyUseReferenceHologramSaving
Gets or sets the option saving the reference hologram(s) in the first hologram metadata of the acquired sequence.
Top
See Also