diff options
-rw-r--r-- | src/mosflm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |