From 0252a3dd4241f8465e58062b710cbc7b77a5502d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 21 Jun 2013 17:38:39 +0200 Subject: Reduce verbosity --- libcrystfel/src/integration.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libcrystfel/src/integration.c') diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index 2518089d..11e58c57 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -423,10 +423,6 @@ static void fit_bg(struct intcontext *ic, struct peak_box *bx) bx->c = gsl_vector_get(ans, 2); gsl_vector_free(ans); - - if ( bx->verbose ) { - show_peak_box(ic, bx); - } } @@ -1694,12 +1690,12 @@ static void integrate_rings(IntegrationMethod meth, Crystal *cr, bx->verbose = 1; } - if ( bx->verbose ) show_peak_box(&ic, bx); - fit_bg(&ic, bx); intensity = tentative_intensity(&ic, bx); sigma = 0.0; /* FIXME! */ + if ( bx->verbose ) show_peak_box(&ic, bx); + /* Record intensity and set redundancy to 1 */ bx->intensity = intensity; set_intensity(refl, intensity); -- cgit v1.2.3