diff options
author | Thomas White <taw@physics.org> | 2012-10-21 18:11:15 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-21 21:28:24 -0700 |
commit | 6fecf05e83c13901e86fb84456536d9062a0fc4e (patch) | |
tree | b9b1a34f39c030ae6c05230a6d1365194a49d9be /src | |
parent | 897f86654afe36f57b7000a25c4489e1e534eede (diff) |
indexamajig: Record number of saturated reflections in stream
Diffstat (limited to 'src')
-rw-r--r-- | src/im-sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 21b091a5..c313bda9 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -186,6 +186,7 @@ static void process_image(const struct index_args *iargs, image.det = copy_geom(iargs->det); image.copyme = iargs->copyme; image.reflections = NULL; + image.n_saturated = 0; image.id = cookie; image.filename = pargs->filename; image.beam = beam; |