diff options
author | Yaroslav Gevorkov <yaroslav.gevorkov@desy.de> | 2019-04-26 16:23:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-09-12 16:35:52 +0200 |
commit | 65deebdcc51030002d1f210cc121a06255055e67 (patch) | |
tree | 5cc4d00f583ee4c1d9b3e6f7474b32220fb7a15c /src/process_image.h | |
parent | 5fb35ec5261959bc173d3eb1d3d15630933e7fad (diff) |
Add pinkIndexer interface
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h index 9a58a64f..ced3bcf2 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -46,6 +46,7 @@ struct index_args; #include "time-accounts.h" #include "taketwo.h" #include "xgandalf.h" +#include "../libcrystfel/src/pinkindexer.h" #include "felix.h" @@ -117,6 +118,7 @@ struct index_args int profile; /* Whether or not to do wall clock profiling */ struct taketwo_options taketwo_opts; struct xgandalf_options xgandalf_opts; + struct pinkIndexer_options pinkIndexer_opts; struct felix_options felix_opts; Spectrum *spectrum; signed int wait_for_file; /* -1 means wait forever */ |