From accccf0bd80fb4395cb82c84b702c8a08939ecc6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 22 Feb 2017 15:07:49 +0100 Subject: Refine wavelength and make algorithm independent of scale --- libcrystfel/src/geometry.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h index 28d12033..b9fdf16d 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -81,7 +81,8 @@ enum gparam { GPARAM_OSF, /* Linear scale factor */ GPARAM_BFAC, /* D-W scale factor */ GPARAM_ANG1, /* Out of plane rotation angles of crystal */ - GPARAM_ANG2 + GPARAM_ANG2, + GPARAM_WAVELENGTH }; -- cgit v1.2.3