diff options
author | Thomas White <taw@physics.org> | 2016-08-09 11:34:25 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2016-08-09 11:34:25 +0200 |
commit | a26680b579f9e5a163798e26777165beaa4915c3 (patch) | |
tree | bc72ea76e84c7a2503597a332d5ef4d2a1a4197e /libcrystfel | |
parent | 17bbaa857bd6040e30f014fbb4dfc09ebeae2f0c (diff) |
Remove debugging output
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/detector.c | 2 |
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); } } |