aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/geometry.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-05-28 15:05:35 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit5007a946fab23f0363020918dd5acf48294b9dde (patch)
tree10ec423d665da5827e844621fa2e57976ad72362 /libcrystfel/src/geometry.h
parent6efd03ddd0699eb4ddc5a1f1e1885cae373b49d7 (diff)
Initial re-parameterisation of prediction refinement with fs/ss coordinates
The gradients need to be updated.
Diffstat (limited to 'libcrystfel/src/geometry.h')
-rw-r--r--libcrystfel/src/geometry.h10
1 files changed, 5 insertions, 5 deletions
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 <taw@physics.org>
+ * 2010-2021 Thomas White <taw@physics.org>
* 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
}