From 9cf58231b916b8cba4e06f4a12110b8cd5bbda2d Mon Sep 17 00:00:00 2001 From: Jean Connelly Date: Tue, 11 Jul 2023 11:29:16 -0400 Subject: [PATCH] Use ccd_temp instead of t_ccd from dark cal data --- starcheck/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starcheck/utils.py b/starcheck/utils.py index 57bf1ea1..483bfac9 100644 --- a/starcheck/utils.py +++ b/starcheck/utils.py @@ -326,7 +326,7 @@ def check_hot_pix(idxs, yags, zags, mags, types, t_ccd, date, dither_y, dither_z date=date, include_image=True, aca_image=True ) dark = dark_props["image"] - dark_t_ccd = dark_props["t_ccd"] + dark_t_ccd = dark_props["ccd_temp"] def imposter_offset(cand_mag, imposter_mag): """