44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
YAML
# This will be the name of the output files
|
|
name: fwafer
|
|
wafers: ["F"]
|
|
|
|
# round or square wafer
|
|
shape: round
|
|
|
|
# diameter/edge size of the wafer
|
|
size: 200
|
|
|
|
# large or small markers and labels
|
|
marker_size: large
|
|
font_size: large
|
|
|
|
# origin settings. x_origin can be left, right, or center. y_origin can
|
|
# be top, bottom, or center. Using right or top implies that the X/Y values
|
|
# for that axis are negative, or else we'll be drawing outside the image.
|
|
x_origin: center
|
|
y_origin: center
|
|
|
|
# sensor X and Y values, in mm relative to the origin
|
|
X: [0.0, 47.5, 82.3, 95.0, 82.3, 47.5, 0.0, -47.5, -82.3, -95.0, -82.3, -47.5,
|
|
-55.0, -14.8, 39.7, 55.0, 14.8, -39.7, -14.7, 25.5, 14.7, -25.5]
|
|
Y: [95.0, 82.3, 47.5, 0.0, -47.5, -82.3, -95.0, -82.3, -47.5, 0.0, 47.5, 82.3,
|
|
13.3, 54.4, 40.0, -13.3, -54.4, -40.0, 25.5, 14.7, -25.5, -14.7]
|
|
|
|
# set this to either 0 or 1 for the initial sensor number (usually 1)
|
|
start_sn: 1
|
|
|
|
# Normally, positive X is to the right, and positive Y is up.
|
|
# These settings can be used to reverse one or both of these.
|
|
reverse_x: false
|
|
reverse_y: false
|
|
|
|
# these are sensors whose labels need to be repositioned. Sensor numbers
|
|
# start at start_sn. Directions are up, down, left, and right, and values
|
|
# are multiples of the marker size.
|
|
label_exceptions: {
|
|
2: { left: [1, 0] },
|
|
3: { left: [1, 0] },
|
|
4: { left: [1, 0] },
|
|
5: { left: [1, 0] },
|
|
}
|