aboutsummaryrefslogtreecommitdiff
path: root/src/cubeit.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-09-19 00:41:53 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:58 +0100
commit369ca66599307c119db481b4b5585f38d01417ad (patch)
treee597fb80f37917686af5e240aa7045252c0f70a8 /src/cubeit.c
parent74f631b61adff4e2c728bea241ad9ac59c9e2c58 (diff)
cubeit: Add comment
Diffstat (limited to 'src/cubeit.c')
-rw-r--r--src/cubeit.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cubeit.c b/src/cubeit.c
index 979133cc..587aafdb 100644
--- a/src/cubeit.c
+++ b/src/cubeit.c
@@ -217,7 +217,11 @@ static void process_image(struct process_args *pargs)
k = lrint(kd);
l = lrint(ld);
- /* FIXME: This is really, really slow */
+ /* FIXME: This is really, really slow.
+ * And wrong. To get useful information from symmetry
+ * averaging, the pattern must be transformed by the
+ * appropriate symmetry operator(s) to bring it into
+ * alignment. */
get_asymm(h, k, l, &ha, &ka, &la, pargs->sym);
if ( (ha!=pargs->ht) || (ka!=pargs->kt) || (la!=pargs->lt) ) {
continue;