diff options
author | Thomas White <taw@physics.org> | 2013-04-30 18:01:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-04-30 18:01:07 +0200 |
commit | 6b18fa18fbdc1f272e65f81d04b22d973acafa1e (patch) | |
tree | 1e3821e7ebaad0e5da2b86b86e83ef515ff265e1 /src/hrs-scaling.c | |
parent | d2675aac557f43909fde3070ca5ee068ff614fc3 (diff) |
partialator: Add --min-measurements
Diffstat (limited to 'src/hrs-scaling.c')
-rw-r--r-- | src/hrs-scaling.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c index 46590f7e..c249ef46 100644 --- a/src/hrs-scaling.c +++ b/src/hrs-scaling.c @@ -493,12 +493,12 @@ static void calculate_esds(Crystal **crystals, int n, RefList *full, /* Scale the stack of images */ RefList *scale_intensities(Crystal **crystals, int n, RefList *gref, - int n_threads, int noscale, PartialityModel pmodel) + int n_threads, int noscale, PartialityModel pmodel, + int min_redundancy) { int i; double max_corr; RefList *full = NULL; - const int min_redundancy = 2; for ( i=0; i<n; i++ ) crystal_set_osf(crystals[i], 1.0); |