From 79a84416f85a478206867dd8eee7ef157928057f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 30 Aug 2019 16:15:25 +0200 Subject: Don't need separate wavelength for polarisation correction Can use kpred --- src/process_hkl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/process_hkl.c') diff --git a/src/process_hkl.c b/src/process_hkl.c index 5e17f31c..4ace75f4 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -271,8 +271,7 @@ static int merge_crystal(RefList *model, struct image *image, Crystal *cr, new_refl = crystal_get_reflections(cr); /* First, correct for polarisation */ - polarisation_correction(new_refl, crystal_get_cell(cr), - image->lambda, p); + polarisation_correction(new_refl, crystal_get_cell(cr), p); if ( reference != NULL ) { if ( do_scale ) { -- cgit v1.2.3