JOG = 0xFFFF # ignore everything else and keep going to the end of counts
# Puck Counter Constants
# Physical distance between tube bottom and ridge between tubes
PHYSICAL_DISTANCE_MM = 213

# Nominal stack heights by puck count (from calibration data) adjusted -2
NOMINAL_STACK_HEIGHTS = {
    0: 0,
    1: 8,
    2: 25,
    3: 42,
    4: 59,
    5: 76,
    6: 93,
    7: 110,
    8: 127,
    9: 144,
    10: 161,
    11: 178,
    12: 195
}