 | SingleWavelengthReconstructionSaveImageFloat(windowsList, String, Single, Boolean) Method |
Saves an image as floating-point values in a binary or text file
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void SaveImageFloat(
windowsList winId,
string pstrFileName,
float pxSize,
bool bin
)
public:
virtual void SaveImageFloat(
windowsList winId,
String^ pstrFileName,
float pxSize,
bool bin
)
Parameters
- winId windowsList
- The image to save (phase, amplitude,...) (single value).
- pstrFileName String
- The full path and filename (including extension) to save to. The directory must already exist.
- pxSize Single
- The real size in [m] corresponding to the width of a pixel in the image.
- bin Boolean
- 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)
ExceptionsException | Condition |
---|
ProcessingException | Thrown if an error occurs during processing or if the target directory does not exist. |
See Also