diff options
author | Thomas White <taw@physics.org> | 2010-10-14 14:35:57 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | 7a8201582421c5d3df7a83d9fa66f57f06dce740 (patch) | |
tree | 60cac2fd3ae42507233785c588424b7ab36803cd /src/peaks.h | |
parent | 67d8cf120ba7e8140449379d0153cef93795c813 (diff) |
Estimate peak backgrounds
Diffstat (limited to 'src/peaks.h')
-rw-r--r-- | src/peaks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peaks.h b/src/peaks.h index ee5bccf7..163a407c 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -37,6 +37,7 @@ extern int find_projected_peaks(struct image *image, UnitCell *cell, int circular_domain, double domain_r); 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); #endif /* PEAKS_H */ |