From fa25676e861138218327c74f331b661f3c0186cd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 4 Feb 2012 11:44:30 -0800 Subject: Use absolute peak height as FoM, not height above mean (for ReAx) --- libcrystfel/src/reax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/reax.c b/libcrystfel/src/reax.c index ea8f143a..90d4e59d 100644 --- a/libcrystfel/src/reax.c +++ b/libcrystfel/src/reax.c @@ -249,7 +249,7 @@ static double check_dir(struct dvec *dir, ImageFeatureList *flist, double fom; - fom = (peak-mean)/sd; + fom = peak; add_candidate(&s->search[i], dir, fom, peak_mod); -- cgit v1.2.3