aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-28 11:32:47 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:30 +0100
commit6ae57b6447abcb4147795e7971c4fa75ea8c3269 (patch)
treebb5b68ffa4b810320e6c3cc4ec3ae461a5a4fd7a /tests
parentcc5ca1e912d6b287a77a1cb2789ef934dc4772ce (diff)
New test parameters
Diffstat (limited to 'tests')
-rw-r--r--tests/pr_gradient_check.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c
index 8a3c0a02..e7a2c683 100644
--- a/tests/pr_gradient_check.c
+++ b/tests/pr_gradient_check.c
@@ -258,9 +258,12 @@ int main(int argc, char *argv[])
image.width = 1024;
image.height = 1024;
image.det = simple_geometry(&image);
+ image.det->panels[0].res = 13333.3;
+ image.det->panels[0].clen = 80e-3;
+ image.det->panels[0].coffset = 0.0;
- image.lambda = ph_en_to_lambda(eV_to_J(2000.0));
- image.div = 0.009;
+ image.lambda = ph_en_to_lambda(eV_to_J(8000.0));
+ image.div = 1e-3;
image.bw = 0.01;
image.m = 0.0;
image.profile_radius = 0.005e9;