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)
NOMINAL_STACK_HEIGHTS = {
    0: 0,
    1: 10,
    2: 27,
    3: 44,
    4: 61,
    5: 78,
    6: 95,
    7: 112,
    8: 129,
    9: 146,
    10: 163,
    11: 180,
    12: 197
}