From 93edf713312e949034d79507d464cf79549a874f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 23 Mar 2011 15:38:38 +0100 Subject: Don't count hot pixels The hot pixel rejection stuff was removed a while ago --- src/peaks.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/peaks.c b/src/peaks.c index e02e9747..e5ba5337 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -258,7 +258,6 @@ static void search_peaks_in_panel(struct image *image, float threshold, double f_ss = 0.0; double intensity = 0.0; int nrej_dis = 0; - int nrej_hot = 0; int nrej_pro = 0; int nrej_fra = 0; int nrej_bad = 0; @@ -389,9 +388,9 @@ static void search_peaks_in_panel(struct image *image, float threshold, ncull = 0; } -// STATUS("%i accepted, %i box, %i hot, %i proximity, %i outside panel, " +// STATUS("%i accepted, %i box, %i proximity, %i outside panel, " // "%i in bad regions, %i badrow culled.\n", -// nacc, nrej_dis, nrej_hot, nrej_pro, nrej_fra, nrej_bad, ncull); +// nacc, nrej_dis, nrej_pro, nrej_fra, nrej_bad, ncull); } -- cgit v1.2.3