diff options
-rw-r--r-- | libcrystfel/src/detector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index 5f138eac..9cea9a6d 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -1059,6 +1059,7 @@ struct detector *simple_geometry(const struct image *image) geom->panels[0].cnx = -image->width / 2.0; geom->panels[0].cny = -image->height / 2.0; geom->panels[0].rigid_group = NULL; + geom->panels[0].max_adu = INFINITY; geom->panels[0].fsx = 1; geom->panels[0].fsy = 0; |