From c9c756db807f3ea22dcf2d01401a4ce69f73f4df Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 29 Jan 2016 18:23:48 +0100 Subject: Perform prediction refinement straight after indexing This allows indexing to be attempted again (either a new method or with "retry") if the prediction refinement fails, increasing overall indexing rate. Side-effect: there are some hoops which would need to be jumped through to store the profile radius before refinement and hence enable scripts/plot-predict-refine to work. For now, we'll ignore this as it's clear that the prediction refinement is working. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1940affc..ae4b2913 100644 --- a/Makefile.am +++ b/Makefile.am @@ -179,7 +179,7 @@ script_DATA = scripts/alternate-stream scripts/cell-please \ scripts/gen-sfs-expand scripts/add-beam-params \ scripts/find-pairs scripts/plot-cc-and-scale.R \ scripts/ave-resolution scripts/crystal-frame-number \ - scripts/plot-radius-resolution scripts/plot-predict-refine \ + scripts/plot-radius-resolution \ scripts/detector-shift scripts/turbo-index EXTRA_DIST += $(script_DATA) -- cgit v1.2.3