From e903b04ab2000ec45c4d3c60421f5abf5a84b1f1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 24 Apr 2018 16:45:35 +0200 Subject: partialator: Add stream audit information to reflection list --- src/partialator.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/partialator.c b/src/partialator.c index 21b02266..c307d7be 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -866,6 +866,7 @@ int main(int argc, char *argv[]) char *operator = NULL; double force_bandwidth = -1.0; double force_radius = -1.0; + char *audit_info; /* Long options */ const struct option longopts[] = { @@ -1301,7 +1302,7 @@ int main(int argc, char *argv[]) display_progress(n_images, n_crystals); fprintf(stderr, "\n"); if ( sparams_fh != NULL ) fclose(sparams_fh); - + audit_info = stream_audit_info(st); close_stream(st); STATUS("Initial partiality calculation...\n"); @@ -1427,6 +1428,8 @@ int main(int argc, char *argv[]) /* Output results */ STATUS("Writing overall results to %s\n", outfile); reflist_add_command_and_version(full, argc, argv); + reflist_add_notes(full, "Audit information from stream:"); + reflist_add_notes(full, audit_info); write_reflist_2(outfile, full, sym); /* Output split results */ -- cgit v1.2.3