diff options
author | Thomas White <taw@physics.org> | 2018-02-27 17:06:35 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:42 +0100 |
commit | 3684bb0dc691c5b6d7c3f0590737e417295219ee (patch) | |
tree | 39055733362684862c7ab221e66ad0050e80fd45 /src/post-refinement.h | |
parent | cd7a8f580a89dd5ad940a09ea49f10abba675ff4 (diff) |
Write spectrum graph at end again
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index 4b48dd57..13382623 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -3,11 +3,11 @@ * * Post refinement * - * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2010-2015 Thomas White <taw@physics.org> + * 2010-2018 Thomas White <taw@physics.org> * * This file is part of CrystFEL. * @@ -61,6 +61,12 @@ extern void refine_all(Crystal **crystals, int n_crystals, RefList *full, int nthreads, PartialityModel pmodel, int verbose, int cycle); +extern void write_gridscan(Crystal *cr, const RefList *full, + int cycle, int serial); + +extern void write_specgraph(Crystal *crystal, const RefList *full, + signed int cycle, int serial); + /* Exported so it can be poked by tests/pr_p_gradient_check */ extern double gradient(Crystal *cr, int k, Reflection *refl, PartialityModel pmodel); |