The BadPixelsDark constants for LPD were being saved as float64, when they should be uint32. This isn't causing a practical problem, but it's unnecessary work for saving and loading constants, and wastes disk space.
Fixes calibration/planning#138
TBD