Click or drag to resize
ReconstructionFactoryCreateReconstruction Method
Creates an instance of a reconstruction object and initializes it with the parameters for reconstruction. Images must always be processed with parameters identical to the ones used to record them.

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntax
public static SingleWavelengthReconstruction CreateReconstruction(
	string dbPath,
	int configId,
	int cameraId,
	MicroscopeType dhmType
)

Parameters

dbPath
Type: SystemString
The full path to the database.
configId
Type: SystemInt32
The id of the configuration from the Production Table.
cameraId
Type: SystemInt32
The id of the camera from the hardware configuration
dhmType
Type: LynceeTec.InterfacesMicroscopeType
The type of DHM (Transmission or Reflection).

Return Value

Type: SingleWavelengthReconstruction
A single wavelength reconstruction object
See Also