diff options
author | Thomas White <taw@physics.org> | 2019-08-30 16:15:25 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-09-02 13:14:32 +0200 |
commit | 79a84416f85a478206867dd8eee7ef157928057f (patch) | |
tree | 681815ec270b366fd8a04c6bdf12b978840dcab3 /libcrystfel/src/geometry.h | |
parent | 1df82f92bb366bac6bb2e7e6e04506b2d22dab0e (diff) |
Don't need separate wavelength for polarisation correction
Can use kpred
Diffstat (limited to 'libcrystfel/src/geometry.h')
-rw-r--r-- | libcrystfel/src/geometry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h index 4bd1624f..db3c0fe8 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -110,7 +110,7 @@ extern double r_gradient(UnitCell *cell, int k, Reflection *refl, struct image *image); extern void update_predictions(Crystal *cryst); extern struct polarisation parse_polarisation(const char *text); -extern void polarisation_correction(RefList *list, UnitCell *cell, double lambda, +extern void polarisation_correction(RefList *list, UnitCell *cell, struct polarisation p); extern double sphere_fraction(double rlow, double rhigh, double pr); |