diff options
author | Thomas White <taw@physics.org> | 2020-09-10 16:19:23 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-09-10 16:19:23 +0200 |
commit | a266c7b6274a9773c3b0fdd5ea5fdb67417f6307 (patch) | |
tree | 2383745e62a833809012bdeb255e803c5a32d5b4 /tests | |
parent | f4dfbda344028d0ce13806d652b6fbef56da79c7 (diff) |
gpu_sim_check: Fix pixel ranges in geometry
Doesn't affect the test itself, but makes the output easier to read
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpu_sim_check.geom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gpu_sim_check.geom b/tests/gpu_sim_check.geom index 0faa345d..57064e58 100644 --- a/tests/gpu_sim_check.geom +++ b/tests/gpu_sim_check.geom @@ -16,8 +16,8 @@ panel0/ss = y panel1/min_fs = 0 panel1/max_fs = 1023 -panel1/min_ss = 512 -panel1/max_ss = 1023 +panel1/min_ss = 0 +panel1/max_ss = 511 panel1/corner_x = -512.0 panel1/corner_y = 20.0 panel1/clen = 100 mm |