aboutsummaryrefslogtreecommitdiff
path: root/src/facetron.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-11-22 11:19:23 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:06 +0100
commit20d05388833bd9f3b6819d82f983eea424663407 (patch)
treebb5ffe085ea697e4363d03003febeed517ec383b /src/facetron.c
parent10c4b9c1c596c6196e5ca478fca7f1fa27f2da0c (diff)
Fix post refinement maths and take clamping status into account
Diffstat (limited to 'src/facetron.c')
-rw-r--r--src/facetron.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/facetron.c b/src/facetron.c
index f561b554..2bac7511 100644
--- a/src/facetron.c
+++ b/src/facetron.c
@@ -467,6 +467,7 @@ int main(int argc, char *argv[])
images[i].det = det;
images[i].beam = beam;
images[i].osf = 1.0;
+ images[i].profile_radius = 0.005e9;
/* Muppet proofing */
images[i].data = NULL;