From eb20d480d41d64a5a86ec687b216b5cb204459c2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 6 Sep 2011 15:38:24 +0200 Subject: Deliberately underestimate the sigmas given to MOSFLM --- src/mosflm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mosflm.c b/src/mosflm.c index 4fada753..5df5af21 100644 --- a/src/mosflm.c +++ b/src/mosflm.c @@ -218,7 +218,7 @@ static void write_spt(struct image *image, const char *filename) sptlines[i].x = ry*pix*fclen/p->clen/1000.0; sptlines[i].y = -rx*pix*fclen/p->clen/1000.0; sptlines[i].h = height; - sptlines[i].s = sigma; + sptlines[i].s = sigma/1000.0; } -- cgit v1.2.3