Click or drag to resize

LiveAcquirer Methods

The LiveAcquirer type exposes the following members.

Methods
  NameDescription
Public methodAccessHologram
Accesses the hologram object directly in the current buffer.
(Inherited from BaseSequenceManager.)
Public methodCancelSaving
Cancels the saving of a sequence.
(Inherited from BaseSequenceManager.)
Public methodComputeAndApplyFittingToConfiguration
Compute fitting on the phase result of the next acquisition using configuration parameters.
Public methodComputeAndApplyFittingToConfiguration(Int32)
Compute fitting on specified phase result using configuration parameters.
(Inherited from BaseSequenceManager.)
Public methodDeregisterConfigurationMemberModification
Deregister a function registered to the specified member.
(Inherited from ConfigurationEventsManager.)
Public methodDeregisterConfigurationModification
Deregister a registered function.
(Inherited from ConfigurationEventsManager.)
Public methodDispose (Inherited from BaseSequenceManager.)
Public methodGetHologramCopy
Gets a copy of the defined hologram in the current buffer.
(Inherited from BaseSequenceManager.)
Public methodGetNextAcquisition
Copies the last acquisition into an existing hologram.
Public methodGetNextReconstruction
Get the reconstruction results of the next acquired hologram.
Public methodGetReconstruction
Gets the reconstruction results of a hologram in the current buffer.
(Inherited from BaseSequenceManager.)
Public methodRegisterConfigurationModification(ConfigurationEventsManagerConfigurationDelegate)
Register a function that will be executed when any configuration property is modified.
(Inherited from ConfigurationEventsManager.)
Public methodRegisterConfigurationModification(MemberInfo, ConfigurationEventsManagerConfigurationDelegate)
Register a function that will be executed when the specified member is modified.
(Inherited from ConfigurationEventsManager.)
Public methodSaveBigTiffSequence
Saves the sequence into a BigTiff (.btf) format.
(Inherited from BaseSequenceManager.)
Public methodSaveKoalaSequence
Saves the sequence in a Koala compatible format.
(Inherited from BaseSequenceManager.)
Public methodSetHologramValidity
Sets the validity state for a hologram in the current buffer.
(Inherited from BaseSequenceManager.)
Public methodStartAcquiring
Starts the live acquisition.
Public methodStopAcquiring
Stops the live acquisition.
Top
See Also