aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-03-08 10:49:49 +0100
committerThomas White <taw@physics.org>2013-04-17 17:33:48 +0200
commit3a348d3f7e2586440590747c1b921b8ce6dbc0e1 (patch)
treeb7f357e7c68b5f549491769bd194826eeb1dc64b /tests
parentf8de3ad3f3410b95180f569d99b9b1f9bd9523ab (diff)
Work on post refinement
Brought across from "tom/pr" Conflicts: src/indexamajig.c src/post-refinement.c tests/pr_gradient_check.c
Diffstat (limited to 'tests')
-rw-r--r--tests/pr_gradient_check.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c
index cf11d18c..d5344801 100644
--- a/tests/pr_gradient_check.c
+++ b/tests/pr_gradient_check.c
@@ -425,6 +425,9 @@ int main(int argc, char *argv[])
val = test_gradients(cr, incr_val, REF_R, "R", pmodel);
if ( val > 0.1 ) fail = 1;
+ //incr_val = incr_frac * image.profile_radius;
+ //val += test_gradients(&image, incr_val, REF_R, "rad");
+
incr_val = incr_frac * ax;
val = test_gradients(cr, incr_val, REF_ASX, "ax*", pmodel);
if ( val > 0.1 ) fail = 1;