diff options
author | Thomas White <taw@physics.org> | 2010-01-19 17:25:33 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-19 17:25:33 +0100 |
commit | 48d896355daf59dcc58e16c2b13a1b8efb8f614c (patch) | |
tree | 9a0be97e3b40db8699ba5ab54d407354c8b2c174 /src | |
parent | b53c57478e47dba3027ca594543cbaa8a32fb103 (diff) |
Remove terminal noise
Diffstat (limited to 'src')
-rw-r--r-- | src/hdf5-file.c | 1 | ||||
-rw-r--r-- | src/peaks.c | 1 |
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; |