aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hdf5-file.c1
-rw-r--r--src/peaks.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index 3e390f41..1abd1f72 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -304,7 +304,6 @@ int hdf5_read(struct hdfile *f, struct image *image)
ERROR("Couldn't read wavelength - using 2 keV.\n");
image->lambda = ph_en_to_lambda(eV_to_J(2000.0));
}
- STATUS("lambda=%e m\n", image->lambda);
/* These are only used for simulation (not analysis) */
image->x_centre = image->width/2;
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;