remove print

This commit is contained in:
2022-10-12 19:33:51 -07:00
parent 06307cd262
commit 8e39d88b4c

View File

@@ -43,7 +43,6 @@ def rg_ratio_normalize(
tmax = temp_C
# min intensity = 0
print(temp_C)
pix_i = temp_C - MIN_TEMP
imgnew[i][j] = [pix_i, pix_i, pix_i]