aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-03-31 15:00:56 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-03-31 15:00:56 +0000
commitf72af885e7beb97127e4300d635ab156b4336094 (patch)
treefb755678de8654eb58dc23f96cd9ef601aa2ed0a /src/reflections.c
parent9f50a7efb9e16373c8f1d03abf6ad96235045139 (diff)
More fussiness:
Tidy itrans-stat.c Display units for pixel_size Display appropriate peak search algorithm for cache files (i.e. none) Tweak credits git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@19 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reflections.c')
-rw-r--r--src/reflections.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reflections.c b/src/reflections.c
index 65e88a6..4ecc268 100644
--- a/src/reflections.c
+++ b/src/reflections.c
@@ -4,6 +4,7 @@
* Data structures in 3D space
*
* (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
* dtr - Diffraction Tomography Reconstruction
*
*/
@@ -30,8 +31,6 @@ static void reflection_addfirst(ReflectionContext *reflectionctx) {
reflectionctx->last_reflection = reflectionctx->reflections;
}
-/* Size of the volume (arbitrary units - m-1 in DTR), number of reflections across. The centre is defined to be at nx/2, ny/2, nz/2.
- This defines the three-dimensional grid of reflections */
ReflectionContext *reflection_init() {
ReflectionContext *reflectionctx = malloc(sizeof(ReflectionContext));