 | IReconstructionSaveImageFloat Method |
Saves an image as floating-point values in a binary or text file
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntaxvoid SaveImageFloat(
windowsList winId,
string pstrFileName,
float pxSize,
bool bin
)
void SaveImageFloat(
windowsList winId,
String^ pstrFileName,
float pxSize,
bool bin
)
Parameters
- winId
- Type: LynceeTec.InterfaceswindowsList
The image to save (phase, amplitude,...) (single value). - pstrFileName
- Type: SystemString
The full path and filename (including extension) 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.
See Also