From 0014a606ed074e7438c6536cf0fc5a7d5bd790c9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 7 Mar 2012 17:50:06 +0100 Subject: indexamajig: Remove polarization correction It was totally broken and wrong, and just added noise to the data, and it should be done at the scaling stage instead of now. --- libcrystfel/src/peaks.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libcrystfel/src/peaks.h') diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h index 2360dc42..8b64a081 100644 --- a/libcrystfel/src/peaks.h +++ b/libcrystfel/src/peaks.h @@ -37,8 +37,7 @@ extern void search_peaks(struct image *image, float threshold, float min_gradient, float min_snr); extern void integrate_reflections(struct image *image, - int polar, int use_closer, int bgsub, - double min_snr); + int use_closer, int bgsub, double min_snr); extern double peak_lattice_agreement(struct image *image, UnitCell *cell, double *pst); @@ -49,7 +48,7 @@ extern int peak_sanity_check(struct image *image); extern int integrate_peak(struct image *image, int cfs, int css, double *pfs, double *pss, double *intensity, double *pbg, double *pmax, double *sigma, - int do_polar, int centroid, int bgsub); + int centroid, int bgsub); extern void estimate_resolution(RefList *list, UnitCell *cell, double *min, double *max); -- cgit v1.2.3