aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-12-03 18:21:22 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-12-03 18:21:22 +0000
commitc8e7b88c56dffb7526f2e0930dff1d2cb1d01414 (patch)
treec76a096587cb8fa76e6e11c2c1c3ef5bb7f1548f /src/reproject.c
parente7191f3e7b22130b7dce2de3ee01cd160ad796ff (diff)
Trivial changes
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@219 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reproject.c')
-rw-r--r--src/reproject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reproject.c b/src/reproject.c
index dc19e9a..31fe00c 100644
--- a/src/reproject.c
+++ b/src/reproject.c
@@ -185,6 +185,7 @@ ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList *
/* Record the reflection */
image_add_feature_reflection(flist, x, y, image, reflection->intensity, reflection);
+ /* TODO: Intensity needs to be multiplied by relrod spike function */
//printf("Reflection at %f, %f\n", x, y);