Registration File
Text file for registration measurement point creation
neoEBV can read the Registration File and create the registration measurement points.
Element
Registration File may contain comments, Measurement, and ROI.
Format
Comments
Lines prefixed with # are treated as comment lines. The comment line can be inserted anywhere.
# comment
Measurement
Create Measurement.
MEASUREMENT [<Option>]
You can specify the following options to [<Option>].
Item | Description |
---|---|
ID <string> | Specify the group ID which neoEBV uses when adding a measurement. |
Mode <Threshold|Correlation|Symmetry|CD> | Specify the measurement mode. The default value depends on the ROI type belonging to this MEASUREMENT. If the ROI type is 1D ROI, the default value is threshold. If the ROI type is 2D ROI, the default value is correlation. |
FindFocus <ON|OFF> | Specify FindFocus. The default value is Off. |
AutoFocus <ON|OFF> | Specify AutoFocus. The default value is On. |
CaptureSite <ON|OFF> | Specify CaptureSite. The default value is On. |
ROI
Create ROI.
ROI <Type> <x(um)>,<y(um)> (<x2(um)>,<y2(um)>) [<Option>]
You can specify the following types to <Type>.
Item | Description |
---|---|
X | Create ROI which includes two edges parallel to Y-axis at the coordinates specified by ROI command. |
Y | Create ROI which includes two edges parallel to Y-axis at the coordinates specified by ROI command. |
45 | Create ROI which includes two edges perpendicular to the angle specified at the coordinates specified. |
135 | Create ROI which includes two edges perpendicular to the angle specified at the coordinates specified. |
E | Creates ROI containing an edge along the X or Y axis at the coordinates specified by the argument. The specified coordinates must be on the edge. Up to two edges may be specified in a row at the same time. If two are specified, one ROI is created at the x1, y1 coordinates and one at the x2, y2 coordinates. |
FIGURE | Create ROI which includes a figure at the coordinates specified by ROI command. |
AREA | Create ROI whose area is specified by ROI command. x2, y2 must be specified. |
CENTER | Create ROI whose center coordinates are specified by ROI command. x2, y2 must be specified. |
BOX | Create ROI on a shape that is automatically determined as cross, L-shape, or rectangle at the coordinates specified by the argument. |
PATTERN_MATCH | Search for patterns that match the template specified by --registration-matching-template-dir option around the coordinates specified in the argument and create ROIs on them. |
You can specify the following options to [<Option>].
Item | Description |
---|---|
ID <string> | Specify the group ID which neoEBV uses when adding a measurement. |
Registration File Sample
# 1D ROI
MEASUREMENT mode=threshold CaptureSite=off
ROI X 315.2,447.5
ROI y 316.61,446.1
# 1D E-E
MEASUREMENT mode=correlation ID=EDGE
ROI E 294.3,457.962 296.164,456.46
# 1D E
MEASUREMENT
ROI E 298.704,456.44
# 1D ANGLE
MEASUREMENT
ROI 45 329.1,363.5
ROI 135 342.1,360.3
# 1D BOX
MEASUREMENT mode=threshold CaptureSite=off
ROI BOX 37.846, 383.54
# 2D FIGURE
MEASUREMENT mode=symmetry ID=RECT AutoFocus=off
ROI FIGURE 360.63,28.82
# 2D FIGURE
MEASUREMENT ID=HOLE
ROI FIGURE 36.85,412.5
# 2D AREA
MEASUREMENT FindFocus=on
ROI AREA 364.07,26.32,369.92,31.49
# 2D CENTER
MEASUREMENT FindFocus=on
ROI CENTER 16.89,457,15,15
# PATTERN MATCH
MEASUREMENT mode=threshold CaptureSite=off
ROI PATTERN_MATCH 37.846, 383.54
Last modified April 22, 2024