diff options
author | Thomas White <taw@physics.org> | 2011-01-27 18:25:57 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:12 +0100 |
commit | 415fc3a6a4671710aa7286306e11c8694bd0ef04 (patch) | |
tree | a0faa4a56c95291a4b62703bac87fb36cd719bfd /src/partialator.c | |
parent | 1392b2c51078619eb3072acd452eb5995b019716 (diff) |
Implement Kabsch method
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index beef9b6f..96da9bac 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -418,7 +418,8 @@ int main(int argc, char *argv[]) images[i].data = NULL; images[i].flags = NULL; - /* Get reflections from this image */ + /* Get reflections from this image. + * FIXME: Use the ones from the stream */ integrate_image(&images[i], obs); progress_bar(i, n_total_patterns-1, "Loading pattern data"); |