aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/felix.h
diff options
context:
space:
mode:
authorKenneth R. Beyerlein <ken.beyerlein@gmail.com>2018-01-31 23:29:01 +0100
committerThomas White <taw@physics.org>2018-02-08 16:32:08 +0100
commitb6cdcc6cc47ee81ae63cdb33bc48ce320a90b36f (patch)
tree19bae9f093f6568d0aac70f349adf66d80fbe181 /libcrystfel/src/felix.h
parent5384762850fafbe07900baf81c39928e7a8f253a (diff)
Changed the naming of felix options and variables to make them more obvious.
Diffstat (limited to 'libcrystfel/src/felix.h')
-rw-r--r--libcrystfel/src/felix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/felix.h b/libcrystfel/src/felix.h
index 6cd78fdb..b1776293 100644
--- a/libcrystfel/src/felix.h
+++ b/libcrystfel/src/felix.h
@@ -40,11 +40,11 @@ struct felix_options
{
double ttmin; /* radians */
double ttmax; /* radians */
- int min_measurements;
+ int min_visits;
double min_completeness;
double max_uniqueness;
int n_voxels;
- double test_fraction;
+ double fraction_max_visits;
double sigma;
double domega;
double max_internal_angle;