aboutsummaryrefslogtreecommitdiff
path: root/src/gui_index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-07-12 14:02:04 +0200
committerThomas White <taw@physics.org>2021-07-12 14:02:04 +0200
commitb1ae07a6ca931096514671f0ea226557a570e37a (patch)
tree7eb3b5807ba4e7113480126c81db0f267033e59b /src/gui_index.h
parentae069e830874c805646d9d9a2c1b0a2c7eb014a8 (diff)
GUI: Add --wavelength-estimate and --camera-length-estimate
Only when using PinkIndexer. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/25
Diffstat (limited to 'src/gui_index.h')
-rw-r--r--src/gui_index.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui_index.h b/src/gui_index.h
index 49392d5e..991ba08e 100644
--- a/src/gui_index.h
+++ b/src/gui_index.h
@@ -51,6 +51,8 @@ extern int write_indexamajig_script(const char *script_filename,
const char *serial_start,
int redirect_output,
struct peak_params *peak_search_params,
- struct index_params *indexing_params);
+ struct index_params *indexing_params,
+ double wavelength_estimate,
+ double clen_estimate);
#endif