From 8e39d88b4c6b1afec01cb60c840ebf9b6fa23c56 Mon Sep 17 00:00:00 2001 From: turtlebasket Date: Wed, 12 Oct 2022 19:33:51 -0700 Subject: [PATCH] remove print --- ratio_pyrometry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ratio_pyrometry.py b/ratio_pyrometry.py index 2b14302..6a91604 100644 --- a/ratio_pyrometry.py +++ b/ratio_pyrometry.py @@ -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]