aboutsummaryrefslogtreecommitdiff
path: root/src/hrs-scaling.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-03-10 15:13:20 +0100
committerThomas White <taw@physics.org>2015-03-12 16:37:25 +0100
commit421ab04b10f996de0fb1d111e6750930e1ccc0c4 (patch)
tree42d1f3757ae176290c81a10d69288b0c7b12f886 /src/hrs-scaling.h
parent15da5f261530777072fa387724f2a5e506ef40ee (diff)
partialator: Add --start-params
Diffstat (limited to 'src/hrs-scaling.h')
-rw-r--r--src/hrs-scaling.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h
index 16368b79..c41cb323 100644
--- a/src/hrs-scaling.h
+++ b/src/hrs-scaling.h
@@ -3,11 +3,11 @@
*
* Intensity scaling using generalised HRS target function
*
- * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2010-2013 Thomas White <taw@physics.org>
+ * 2010-2015 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -40,8 +40,10 @@
#include "geometry.h"
extern RefList *scale_intensities(Crystal **crystals, int n, int n_threads,
- int noscale, PartialityModel pmodel,
- int min_redundancy);
+ PartialityModel pmodel, int min_redundancy);
+extern RefList *lsq_intensities(Crystal **crystals, int n, int n_threads,
+ PartialityModel pmodel);
+
#endif /* HRS_SCALING_H */