more stuff

master
michael 2022-10-19 16:38:19 -07:00
parent 5979eb575f
commit fe72029a11
2 changed files with 0 additions and 13 deletions

View File

@ -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)

BIN
examples/streaktest.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB