aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-09 15:48:09 +0100
committerThomas White <taw@physics.org>2012-03-09 15:48:09 +0100
commitad2c84d0a2a5f0eadb831d6b3763aa2e782f4ce7 (patch)
tree7c2dcb54e1f66a99b81614a11267083fe9305488 /libcrystfel/src/peaks.h
parent0014a606ed074e7438c6536cf0fc5a7d5bd790c9 (diff)
Attempt to make the peak integration suck (slightly) less
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r--libcrystfel/src/peaks.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h
index 8b64a081..e5e31b91 100644
--- a/libcrystfel/src/peaks.h
+++ b/libcrystfel/src/peaks.h
@@ -45,10 +45,10 @@ extern double peak_lattice_agreement(struct image *image, UnitCell *cell,
extern int peak_sanity_check(struct image *image);
/* Exported so it can be poked by integration_check */
-extern int integrate_peak(struct image *image, int cfs, int css,
- double *pfs, double *pss, double *intensity,
- double *pbg, double *pmax, double *sigma,
- int centroid, int bgsub);
+extern int integrate_peak(struct image *image,
+ int cfs, int css,
+ double *pfs, double *pss,
+ double *intensity, double *sigma);
extern void estimate_resolution(RefList *list, UnitCell *cell,
double *min, double *max);