remove print

master
michael 2022-10-12 19:33:51 -07:00
parent 06307cd262
commit 8e39d88b4c
1 changed files with 0 additions and 1 deletions

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]