  | ReconstructionGetReconstructedPhase Method  | 
 
Gets the reconstructed phase image before the post-processing for the specified hologram and source ids.
 
    Namespace: 
   LynceeTec.InterfaceProcessingV2
    Assembly:
   LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic PhaseImage GetReconstructedPhase(
	long hologramGroupId,
	PhysicalLaserSource sourceId
)
public:
PhaseImage^ GetReconstructedPhase(
	long long hologramGroupId, 
	PhysicalLaserSource sourceId
)
Parameters
- hologramGroupId
 - Type: SystemInt64
 - sourceId
 - Type: LynceeTec.ImagingPhysicalLaserSource
 
Return Value
Type: 
PhaseImagenull pointer in case the object does not exist.
Remarks
The output is only a reference and must by no means be disposed.
See Also