From b6cdcc6cc47ee81ae63cdb33bc48ce320a90b36f Mon Sep 17 00:00:00 2001 From: "Kenneth R. Beyerlein" Date: Wed, 31 Jan 2018 23:29:01 +0100 Subject: Changed the naming of felix options and variables to make them more obvious. --- libcrystfel/src/felix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src/felix.h') 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; -- cgit v1.2.3