aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcrystfel/src/reax.c2
1 files changed, 1 insertions, 1 deletions
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);