aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-25 13:41:50 +0100
committerThomas White <taw@physics.org>2009-11-25 13:41:50 +0100
commit11250cd9c15e5c5b6090b4455de9a412e2ccaad2 (patch)
tree7c5045c3b6656c7c7777b731208d2cc1e13a633d /src/detector.c
parentd17980a0516a5854c44f64a77cde85c0a63fcf04 (diff)
Progress bar for image calculation
Diffstat (limited to 'src/detector.c')
-rw-r--r--src/detector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/detector.c b/src/detector.c
index dc378480..1816b981 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -174,6 +174,7 @@ void record_image(struct image *image)
image->hdr[x + image->width*y] = counts;
}
+ progress_bar(x, image->width-1);
}
if ( do_bloom ) {