diff --git a/examples/formula_testing.py b/examples/formula_testing.py index d901d45..94652be 100644 --- a/examples/formula_testing.py +++ b/examples/formula_testing.py @@ -51,13 +51,6 @@ def pyrometry_calibration_formula(i_ng, i_nr): 4466.5 * math.log10(i_ng / i_nr) + 3753.5 ) - # return 362.73 * math.log10( - # (i_ng/i_nr) ** 3 - # ) + 2186.7 * math.log10( - # (i_ng/i_nr) ** 2 - # ) + 4466.5 * math.log10( - # (i_ng / i_nr) - # ) + 3753.5 except: return 'dropped' @@ -87,9 +80,3 @@ for (key, val) in rg_value_sets.items(): tprint('RED', 'GREEN', 'RNORM', 'GNORM', 'G_n/R_n', 'RES TEMP') for rg in val: grtemp(rg) - -# grtemp(white_hot) -# grtemp(hi) -# grtemp(med) -# grtemp(low) -# grtemp(custom) diff --git a/examples/streaktest.png b/examples/streaktest.png new file mode 100644 index 0000000..af3a116 Binary files /dev/null and b/examples/streaktest.png differ