BaseSequenceManager Properties |
The BaseSequenceManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigManager |
Gets the current ConfigManager in use.
| |
| Configuration |
Gets the current configuration used for hologram reconstruction.
| |
| CurrentState |
Gets the current state of the sequence manager.
| |
| NumberOfRecords |
Gets the current total number of records.
| |
| ReconstructionWindowHalfSize |
Defines how many reconstructions must be processed around the selected index.
If GetReconstruction(ReconstructionResults, Int32, Boolean) 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.
| |
| TemporalAveragingFramesNumber |
Gets or sets the number of frames to average during reconstruction process.
| |
| UseReconstruction |
Gets or sets a value indicating whether the reconstruction is enabled.
| |
| UseReferenceHologramSaving |
Gets or sets the option saving the reference hologram(s) in the first hologram metadata of the acquired sequence.
|