aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/predict-refine.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-15 17:37:03 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commite9906650fd078b3a8c60581847d8d423f6c22e5e (patch)
tree4d1ae61633945d753ac04adfb24a161468257253 /libcrystfel/src/predict-refine.h
parent658c5f8e64b12e656a16630468358534b3740614 (diff)
z-rotation gradients
Diffstat (limited to 'libcrystfel/src/predict-refine.h')
-rw-r--r--libcrystfel/src/predict-refine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/predict-refine.h b/libcrystfel/src/predict-refine.h
index 5e2552e6..d1e5fbe7 100644
--- a/libcrystfel/src/predict-refine.h
+++ b/libcrystfel/src/predict-refine.h
@@ -46,6 +46,9 @@ struct reflpeak {
* Prediction refinement: refinement of indexing solutions before integration.
*/
+extern void twod_mapping(double fs, double ss, double *px, double *py,
+ struct detgeom_panel *p, double dx, double dy);
+
extern int refine_prediction(struct image *image, Crystal *cr, Mille *mille);
extern int refine_radius(Crystal *cr, struct image *image);