Area File
Text file for specifying area
neoEBV can read Area Files and specify areas for various calculations.
Each line in the Area File may contain either an area or a comment.
Specify the Area
The area is specified by the lower left coordinates <sx>, <sy> and the upper right coordinates <ex>, <ey> separated by comma.
<sx>,<sy>,<ex>,<ey>
Alternatively, specify the center coordinates <x>, <y> and the width/height of the region <size> separated by comma.
<x>,<y>,<size>
Values are treated as [um].
You can also name a region by prefixing it with <name>:
.
<name>:<sx>,<sy>,<ex>,<ey>
<name>
is used to name the result of various calculations.
Comments
Lines prefixed with # are treated as comment lines. The comment line can inserted be anywhere. If # appears in the middle of a line, the text between # and the end of the line is treated as a comment.
Area File Sample
# sample file
0,0,100,100
50,50,100
area1:0,0,100,100
center:50,50,100
50,50,100 # center
# sample file end
Last modified April 17, 2024