Click or drag to resize
SingleWavelengthReconstructionSaveImageFloat Method
Saves an image as floating-point values in a binary or text file

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntax
public virtual void SaveImageFloat(
	windowsList winId,
	string pstrFileName,
	float pxSize,
	bool bin
)

Parameters

winId
Type: LynceeTec.ProcessingwindowsList
The image to save (phase, amplitude,...) (single value).
pstrFileName
Type: SystemString
The full path and filename (including extention) to save to. The directory must already exist.
pxSize
Type: SystemSingle
The real size in [m] corresponding to the width of a pixel in the image.
bin
Type: SystemBoolean
If set to true, the file is saved in binary format, if set to false it is saved in plain text.

Implements

IReconstructionSaveImageFloat(windowsList, String, Single, Boolean)
Exceptions
ExceptionCondition
ProcessingExceptionThrown if an error occurs during processing or if the target directory does not exist.
See Also