diff options
author | Kenneth R. Beyerlein <ken.beyerlein@gmail.com> | 2018-01-31 23:29:01 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-08 16:32:08 +0100 |
commit | b6cdcc6cc47ee81ae63cdb33bc48ce320a90b36f (patch) | |
tree | 19bae9f093f6568d0aac70f349adf66d80fbe181 /libcrystfel/src/felix.h | |
parent | 5384762850fafbe07900baf81c39928e7a8f253a (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.h | 4 |
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; |