aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorAndrew Martin <amartin@cfelsgi.desy.de>2011-03-23 15:00:13 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:26 +0100
commitf69a74040715b52de96e493b0a9d23fbb391548a (patch)
tree96e23ceb12ec59fdd6b523d0f44916131e1edcd6 /src/peaks.h
parent4517782297a62a0a9ad4cce553d5bec6a3c71225 (diff)
Added background subtraction and sigma
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h2
1 files changed, 1 insertions, 1 deletions
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 */