aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/felix.h
diff options
context:
space:
mode:
authorKenneth R. Beyerlein <ken.beyerlein@gmail.com>2018-01-31 22:12:57 +0100
committerThomas White <taw@physics.org>2018-02-08 16:32:08 +0100
commit5384762850fafbe07900baf81c39928e7a8f253a (patch)
tree9c5654bf40c5ce75fea6750aa8d292d6032f872a /libcrystfel/src/felix.h
parentec8804fbba5b4e6565fc2d42341ee837e968f89d (diff)
Change Felix min-uniqueness paramter name to max-uniqueness.
Diffstat (limited to 'libcrystfel/src/felix.h')
-rw-r--r--libcrystfel/src/felix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/felix.h b/libcrystfel/src/felix.h
index 32980071..6cd78fdb 100644
--- a/libcrystfel/src/felix.h
+++ b/libcrystfel/src/felix.h
@@ -42,7 +42,7 @@ struct felix_options
double ttmax; /* radians */
int min_measurements;
double min_completeness;
- double min_uniqueness;
+ double max_uniqueness;
int n_voxels;
double test_fraction;
double sigma;