From e9712159d2647b5a4a8105d7a9a4f8c00669c160 Mon Sep 17 00:00:00 2001 From: turtlebasket Date: Wed, 19 Oct 2022 18:36:45 -0700 Subject: [PATCH] dennis image calibration --- examples/formula_testing.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/examples/formula_testing.py b/examples/formula_testing.py index 94652be..df79771 100644 --- a/examples/formula_testing.py +++ b/examples/formula_testing.py @@ -30,7 +30,28 @@ rg_value_sets = { (103, 34), (128, 47), (92, 27), + ], + + "test5.png": [ + (164, 49), + (177, 57), + (181, 58), + (156, 46), + (150, 41), + (151, 44), + ], + + "DSC1022 (Dennis Calibration Image, 1200°C)": [ + (252, 84), + (252, 77), + (231, 67), + (215, 61), + (182, 48), + (103, 17), + (97, 15), + (63, 6), ] + } # Settings