aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2016-08-09 11:34:25 +0200
committerThomas White <taw@physics.org>2016-08-09 11:34:25 +0200
commita26680b579f9e5a163798e26777165beaa4915c3 (patch)
treebc72ea76e84c7a2503597a332d5ef4d2a1a4197e /libcrystfel/src/detector.c
parent17bbaa857bd6040e30f014fbb4dfc09ebeae2f0c (diff)
Remove debugging output
Diffstat (limited to 'libcrystfel/src/detector.c')
-rw-r--r--libcrystfel/src/detector.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index a8f9fe3a..f90e1a92 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -555,12 +555,10 @@ void fill_in_values(struct detector *det, struct hdfile *f, struct event* ev)
}
/* Offset in +z direction from calibrated clen to actual */
- STATUS("%f %f %f (%f) --->", p->cnx, p->cny, p->clen, p->coffset);
offs = p->clen - p->clen_for_centering;
p->cnx += p->rail_x * offs;
p->cny += p->rail_y * offs;
p->clen = p->clen_for_centering + p->coffset + p->rail_z * offs;
- STATUS("%f %f %f\n", p->cnx, p->cny, p->clen);
}
}