aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-19 17:25:33 +0100
committerThomas White <taw@physics.org>2010-01-19 17:25:33 +0100
commit48d896355daf59dcc58e16c2b13a1b8efb8f614c (patch)
tree9a0be97e3b40db8699ba5ab54d407354c8b2c174 /src/peaks.c
parentb53c57478e47dba3027ca594543cbaa8a32fb103 (diff)
Remove terminal noise
Diffstat (limited to 'src/peaks.c')
-rw-r--r--src/peaks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c
index d5936b17..0acb7ef7 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -92,7 +92,6 @@ int image_fom(struct image *image)
/* Threshold */
th = mean + 5*sd;
- STATUS("mean=%f ,sd=%f, th=%f\n", mean, sd, th);
/* Find pixels above threshold */
n_peaks = 0;