diff options
author | Thomas White <taw@physics.org> | 2017-10-25 16:29:31 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:41 +0100 |
commit | cbee076c3608dc19027f8f49c67ff01aef2e5b3f (patch) | |
tree | 341f9fd751fe6195634c6df0da8ab9fd19f77288 /src/scaling.h | |
parent | 3d72da334021b426710cf214001a19c54358170c (diff) |
Use linear scale when scaling against reference
Diffstat (limited to 'src/scaling.h')
-rw-r--r-- | src/scaling.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/scaling.h b/src/scaling.h index 534043d9..7b055003 100644 --- a/src/scaling.h +++ b/src/scaling.h @@ -3,11 +3,11 @@ * * Scaling * - * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2010-2015 Thomas White <taw@physics.org> + * 2010-2017 Thomas White <taw@physics.org> * * This file is part of CrystFEL. * @@ -44,4 +44,7 @@ extern double log_residual(Crystal *cr, const RefList *full, int free, extern void scale_all(Crystal **crystals, int n_crystals, int nthreads, PartialityModel pmodel); +extern void scale_all_to_reference(Crystal **crystals, int n_crystals, + RefList *reference); + #endif /* SCALING_H */ |