diff options
author | Andrew Martin <amartin@cfelsgi.desy.de> | 2011-03-23 15:00:13 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:26 +0100 |
commit | f69a74040715b52de96e493b0a9d23fbb391548a (patch) | |
tree | 96e23ceb12ec59fdd6b523d0f44916131e1edcd6 /src/peaks.h | |
parent | 4517782297a62a0a9ad4cce553d5bec6a3c71225 (diff) |
Added background subtraction and sigma
Diffstat (limited to 'src/peaks.h')
-rw-r--r-- | src/peaks.h | 2 |
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 */ |