aboutsummaryrefslogtreecommitdiff
path: root/src/partialator.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-05-27 18:22:46 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:29 +0100
commitd93b4d2da3d64a28120063f52666799dd658693b (patch)
tree0faacadbd46638c19818bb9dea6bd78355e245de /src/partialator.c
parent03355a98c21272c6bc099891f6b0e2012c92f5a5 (diff)
Add two more FIXMEs
Diffstat (limited to 'src/partialator.c')
-rw-r--r--src/partialator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/partialator.c b/src/partialator.c
index e3eccafb..aa4a5c8c 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -425,6 +425,8 @@ int main(int argc, char *argv[])
}
/* Refine the geometry of all patterns to get the best fit */
+ /* FIXME: Refine against reference intensity if present */
+ /* FIXME: Speedup by using array instead of RefList for 'full'? */
refine_all(images, n_total_patterns, det, sym, scalable, full,
nthreads, fhg, fhp);