diff options
author | Thomas White <taw@physics.org> | 2020-08-10 17:13:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-10 17:13:56 +0200 |
commit | 5deab80f3d11bc3cda4e912f2b26580f3156728e (patch) | |
tree | 4760ba64e914f09312bf9f856d2fac52051937fa /tests/polarisation_check.geom | |
parent | 76d06dbf880d376ccb12c3eeaa64dceeb2409781 (diff) |
polarisation_check: Fit into timeout
However, this test doesn't actually test anything. A comparison against
a reference image would be good.
Diffstat (limited to 'tests/polarisation_check.geom')
-rw-r--r-- | tests/polarisation_check.geom | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/polarisation_check.geom b/tests/polarisation_check.geom index 13ae073b..db733131 100644 --- a/tests/polarisation_check.geom +++ b/tests/polarisation_check.geom @@ -2,11 +2,11 @@ photon_energy = 9 keV bandwidth = 0.0001 panel0/min_fs = 0 -panel0/max_fs = 511 +panel0/max_fs = 255 panel0/min_ss = 0 -panel0/max_ss = 511 -panel0/corner_x = -256.0 -panel0/corner_y = -256.0 +panel0/max_ss = 255 +panel0/corner_x = -128.0 +panel0/corner_y = -128.0 panel0/clen = 20 mm panel0/res = 9090.91 panel0/adu_per_photon = 1 |