aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/pinkindexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/pinkindexer.h')
-rw-r--r--libcrystfel/src/pinkindexer.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/libcrystfel/src/pinkindexer.h b/libcrystfel/src/pinkindexer.h
index 5be2c1e7..1fcb3711 100644
--- a/libcrystfel/src/pinkindexer.h
+++ b/libcrystfel/src/pinkindexer.h
@@ -42,14 +42,8 @@ struct pinkIndexer_options {
int multi;
int thread_count;
int min_peaks;
-
int no_check_indexed;
-
- float beamEnergy; //in eV
- float beamBandwidth; //(delta lambda)/lambda
- float detectorDistance; //in m
-
- float reflectionRadius; //in 1/A
+ float reflectionRadius; /* In m^-1 */
};
#include <stddef.h>
@@ -58,7 +52,8 @@ struct pinkIndexer_options {
extern int run_pinkIndexer(struct image *image, void *ipriv);
extern void *pinkIndexer_prepare(IndexingMethod *indm, UnitCell *cell,
- struct pinkIndexer_options *pinkIndexer_opts);
+ struct pinkIndexer_options *pinkIndexer_opts,
+ struct detector *det, struct beam_params *beam);
extern void pinkIndexer_cleanup(void *pp);