diff options
author | Thomas White <taw@physics.org> | 2010-08-17 18:27:24 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:55 +0100 |
commit | 3bfd8f444202eb427debdd3f218aa31fa0a35590 (patch) | |
tree | 165f668da882fe8ab9734a535483ede85850e3d3 /src/index.h | |
parent | 93aa7b124f6f971f253326f347d5104d96f14d6e (diff) |
Use detector geometry when generating templates
Also, add progress bar.
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h index 1c637f47..57373469 100644 --- a/src/index.h +++ b/src/index.h @@ -20,6 +20,7 @@ #include "cell.h" #include "image.h" +#include "detector.h" typedef enum { INDEXING_NONE, @@ -31,7 +32,8 @@ typedef enum { typedef struct _indexingprivate IndexingPrivate; extern IndexingPrivate *prepare_indexing(IndexingMethod indm, UnitCell *cell, - const char *filename); + const char *filename, + struct detector *det); extern void index_pattern(struct image *image, UnitCell *cell, IndexingMethod indm, int no_match, int verbose, |