 | ReconstructionGetFrequencySpectrum Method |
Gets the frequency spectrum image for the specified hologram and source ids.
Namespace:
LynceeTec.InterfaceProcessingV2
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic SpectrumImage GetFrequencySpectrum(
long hologramGroupId,
PhysicalLaserSource sourceId
)
public:
SpectrumImage^ GetFrequencySpectrum(
long long hologramGroupId,
PhysicalLaserSource sourceId
)
Parameters
- hologramGroupId
- Type: SystemInt64
- sourceId
- Type: LynceeTec.ImagingPhysicalLaserSource
Return Value
Type:
SpectrumImagenull pointer in case the object does not exist.
RemarksIn case the hologram group id represents several combined holograms,
the returned spectrum is the one of the last hologram added.
The output is only a reference and must by no means be disposed.
See Also