aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcrystfel/src/detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index a0de3be9..ea923fe7 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -558,13 +558,13 @@ void fill_in_values(struct detector *det, struct hdfile *f, struct event* ev)
if ( p->clen_from != NULL ) {
-
if (det->path_dim !=0 || det->dim_dim !=0 ){
p->clen = get_ev_based_value(f, p->clen_from,
ev) * 1.0e-3;
} else {
p->clen = get_value(f, p->clen_from) * 1.0e-3;
}
+
}
p->clen += p->coffset;