aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-05-30 11:21:04 +0200
committerThomas White <taw@physics.org>2012-05-30 11:21:04 +0200
commit3ff6058ee1e87b9f0730aa42b9c1961f1d754976 (patch)
treed06be152495aee2d29045b48d6a06a378d294ffd /tests
parent3c334ff43e0b36251b3912ee7af06facda56421d (diff)
parent025dce7c678d59ff63ea664692e23761d0c9f4ff (diff)
Merge branch 'tom/max_adu'
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_check.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration_check.c b/tests/integration_check.c
index 7e812ad5..2d18ac5a 100644
--- a/tests/integration_check.c
+++ b/tests/integration_check.c
@@ -197,6 +197,7 @@ int main(int argc, char *argv[])
image.det->panels[0].clen = 1.0;
image.det->panels[0].res = 1.0;
image.det->panels[0].adu_per_eV = 1.0/1000.0; /* -> 1 adu per photon */
+ image.det->panels[0].max_adu = +INFINITY; /* No cutoff */
image.width = 128;
image.height = 128;