aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-07 17:50:06 +0100
committerThomas White <taw@physics.org>2012-03-07 17:50:06 +0100
commit0014a606ed074e7438c6536cf0fc5a7d5bd790c9 (patch)
treecfb431919e77d279d657bbdc50096e03db5da3f0 /libcrystfel/src/peaks.h
parenta16291dd7c0826428b4d3d3b2ba3f48540f3c1c7 (diff)
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.
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r--libcrystfel/src/peaks.h5
1 files changed, 2 insertions, 3 deletions
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);