From b1ae07a6ca931096514671f0ea226557a570e37a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 12 Jul 2021 14:02:04 +0200 Subject: GUI: Add --wavelength-estimate and --camera-length-estimate Only when using PinkIndexer. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/25 --- src/gui_project.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui_project.h') diff --git a/src/gui_project.h b/src/gui_project.h index 183c9e75..556bc0f2 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -175,7 +175,9 @@ struct crystfel_backend { void *(*run_indexing)(const char *job_title, const char *job_notes, struct crystfelproject *proj, - void *opts_priv); + void *opts_priv, + double wavelength_estimate, + double clen_estimate); /* Called to ask the backend to write its indexing options */ void (*write_indexing_opts)(void *opts_priv, FILE *fh); -- cgit v1.2.3