ExecuteImageLogging

Execute image logging

ExecuteImageLogging <directory>, <header>

Parameters
<directory>
Subdirectory name that saves logging image(character string)
<header>
Head character of file name that saves logging image

Return Value
None.

Description
Execute image logging at measure processing.
It executs in *MeasureProc subroutine. The input image in the measurement processing is done and logging is done.
The subdirectory name (character string) that saves the logging image is specified for the argument <directory>, the subdirectory specified here is made for the directory for which logging is specified by the system set first, and the logging image is saved under that. When (blank string "") is specified, the logging image is saved below the directory for which logging is specified by the system set early.
The header character string of the file name in which the logging image is saved is specified for the argument <header>. The file name of the logging image is the following basically form, and it becomes shape that the character string specified is added to the head. When (blank string "") is specified, it becomes the file name of the form as it is about the following.
YYYY-MM-DD_HH-MM-SS-SSSS.ifz

Notes