From 9a98dd4126b8afd423449d72714ba280f605443e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 3 Feb 2017 17:42:16 +0100 Subject: New no-gradients minimiser for post-refinement --- libcrystfel/src/geometry.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h index c2f2899d..28d12033 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -78,8 +78,10 @@ enum gparam { GPARAM_DETX, GPARAM_DETY, GPARAM_CLEN, - GPARAM_OSF, - GPARAM_BFAC + GPARAM_OSF, /* Linear scale factor */ + GPARAM_BFAC, /* D-W scale factor */ + GPARAM_ANG1, /* Out of plane rotation angles of crystal */ + GPARAM_ANG2 }; -- cgit v1.2.3