diff options
-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); |