From 5007a946fab23f0363020918dd5acf48294b9dde Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 28 May 2021 15:05:35 +0200 Subject: Initial re-parameterisation of prediction refinement with fs/ss coordinates The gradients need to be updated. --- libcrystfel/src/geometry.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libcrystfel/src/geometry.h') diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h index 21bd4d39..a7057f12 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -8,7 +8,7 @@ * Copyright © 2012 Richard Kirian * * Authors: - * 2010-2020 Thomas White + * 2010-2021 Thomas White * 2012 Richard Kirian * * This file is part of CrystFEL. @@ -120,10 +120,10 @@ extern void polarisation_correction(RefList *list, UnitCell *cell, extern double sphere_fraction(double rlow, double rhigh, double pr); extern double gaussian_fraction(double rlow, double rhigh, double pr); -extern double x_gradient(int param, Reflection *refl, UnitCell *cell, - struct detgeom_panel *p); -extern double y_gradient(int param, Reflection *refl, UnitCell *cell, - struct detgeom_panel *p); +extern double fs_gradient(int param, Reflection *refl, UnitCell *cell, + struct detgeom_panel *p); +extern double ss_gradient(int param, Reflection *refl, UnitCell *cell, + struct detgeom_panel *p); #ifdef __cplusplus } -- cgit v1.2.3