aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-06 23:14:27 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-06 23:14:27 +0000
commitadb0562fa572d75d43b560cd86a97598eca3cc4a (patch)
tree0094bc40d6ee265d9bfba0710e77a5b0da5998ce /src/reproject.c
parent66e9ee944e8e595685405fe206495eff6d60bdf5 (diff)
Randomise the initial basis
Other preening git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@125 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reproject.c')
-rw-r--r--src/reproject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reproject.c b/src/reproject.c
index 3106998..7c3ec70 100644
--- a/src/reproject.c
+++ b/src/reproject.c
@@ -23,7 +23,7 @@ ImageReflection *reproject_get_reflections(ImageRecord image, size_t *n, Reflect
ImageReflection *refl;
Reflection *reflection;
int i;
- double smax = 0.25e9;
+ double smax = 0.5e8;
double tilt, omega;
double nx, ny, nz, nxt, nyt, nzt; /* "normal" vector (and calculation intermediates) */
double kx, ky, kz; /* Electron wavevector ("normal" times 1/lambda */