diff options
author | Thomas White <taw@physics.org> | 2010-12-03 17:42:29 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:07 +0100 |
commit | 9c54c3d3f8824f5817c716eba5990c46489f9df1 (patch) | |
tree | cc0a731f45a7bbe9c2871172bbac0e2e53a2ae43 /src/peaks.h | |
parent | 38f4ee0f9b07cf53954d7f5d3061c0ab9ef3444c (diff) |
Fix integrate_peak() problems which caused incorrect peak positions
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 cfc3d322..ba1eea30 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -39,6 +39,6 @@ extern int find_projected_peaks(struct image *image, UnitCell *cell, extern int integrate_peak(struct image *image, int xp, int yp, float *xc, float *yc, float *intensity, double *pbg, double *pmax, - int do_polar, int do_sa); + int do_polar, int do_sa, int centroid); #endif /* PEAKS_H */ |