diff options
author | Thomas White <taw@physics.org> | 2020-08-19 15:15:35 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-19 15:15:35 +0200 |
commit | 6c18f52b7ff9d9423384b3ff8dc697f1ddd914c0 (patch) | |
tree | 4a3b652f03119afe99f4f025f0d89a10affb713f /libcrystfel/src/image.c | |
parent | c2717ebfa586f99e8f6668d2e78a41735c3e8ede (diff) |
Set the same initial beam parameters as before
Diffstat (limited to 'libcrystfel/src/image.c')
-rw-r--r-- | libcrystfel/src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index c12a9889..a9389b2f 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -860,7 +860,7 @@ struct image *image_new() image->serial = 0; image->spectrum = NULL; image->lambda = -1.0; - image->div = -1.0; + image->div = 0.0; image->bw = -1.0; image->peak_resolution = -1.0; image->features = NULL; |