From f69a74040715b52de96e493b0a9d23fbb391548a Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Wed, 23 Mar 2011 15:00:13 +0100 Subject: Added background subtraction and sigma --- src/peaks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peaks.h') diff --git a/src/peaks.h b/src/peaks.h index 7a6557f1..2faa2b5e 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -35,7 +35,7 @@ extern RefList *find_projected_peaks(struct image *image, UnitCell *cell, extern int integrate_peak(struct image *image, int xp, int yp, double *xc, double *yc, double *intensity, - double *pbg, double *pmax, + double *pbg, double *pmax, double *sigma, int do_polar, int centroid); #endif /* PEAKS_H */ -- cgit v1.2.3