diff options
author | Thomas White <taw@physics.org> | 2020-08-20 11:16:15 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-20 11:16:15 +0200 |
commit | d9e011c9e3f877ed95482fd54a549c065ff9b8be (patch) | |
tree | 2983933be34814995b449fe78362bf4ea180e5b1 /libcrystfel/src/index.h | |
parent | a0e9410fae73b1c91e21f8748a39164691895c6f (diff) |
Add default_method_options()
This allows the indexing method private options structures to be set up
easily.
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index ab2b12a4..39f5429c 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -158,6 +158,11 @@ extern struct argp pinkIndexer_argp; extern struct argp taketwo_argp; extern struct argp xgandalf_argp; +extern void default_method_options(TakeTwoOptions **ttopts, + XGandalfOptions **xgandalf_opts, + PinkIndexerOptions **pinkIndexer_opts, + FelixOptions **felix_opts); + extern IndexingPrivate *setup_indexing(const char *methods, UnitCell *cell, const DataTemplate *dtempl, |