SequenceLoader Properties |
The SequenceLoader type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigManager |
Gets the current ConfigManager in use.
(Inherited from BaseSequenceManager.) | |
| Configuration |
Gets the current configuration used for hologram reconstruction.
(Inherited from BaseSequenceManager.) | |
| CurrentState |
Gets the current state of the sequence manager.
(Inherited from BaseSequenceManager.) | |
| IsDatabaseConfigurationInitialized |
Gets a value indicating whether the database configuration is initialized.
| |
| IsMetadataConfigurationInitialized |
Gets a value indicating whether the metadata configuration is initialized.
| |
| NumberOfRecords |
Gets the current total number of records.
(Inherited from BaseSequenceManager.) | |
| ReconstructionWindowHalfSize |
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.
(Inherited from BaseSequenceManager.) | |
| TemporalAveragingFramesNumber | (Overrides BaseSequenceManagerTemporalAveragingFramesNumber.) | |
| UseMetadataConfiguration |
Gets or sets a value indicating whether to use the configuration created from the metadata or the database.
| |
| UseReconstruction |
Gets or sets a value indicating whether the reconstruction is enabled.
(Inherited from BaseSequenceManager.) | |
| UseReferenceHologramSaving |
Gets or sets the option saving the reference hologram(s) in the first hologram metadata of the acquired sequence.
(Inherited from BaseSequenceManager.) |