From cbee076c3608dc19027f8f49c67ff01aef2e5b3f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 25 Oct 2017 16:29:31 +0200 Subject: Use linear scale when scaling against reference --- src/scaling.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/scaling.h') 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 + * 2010-2017 Thomas White * * 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 */ -- cgit v1.2.3