diff options
author | Thomas White <taw@physics.org> | 2011-05-27 18:22:46 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:29 +0100 |
commit | d93b4d2da3d64a28120063f52666799dd658693b (patch) | |
tree | 0faacadbd46638c19818bb9dea6bd78355e245de | |
parent | 03355a98c21272c6bc099891f6b0e2012c92f5a5 (diff) |
Add two more FIXMEs
-rw-r--r-- | src/partialator.c | 2 |
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); |