From eeb079dbdd1f28c0850bacb09af2829e785d596b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 30 Nov 2010 16:42:23 +0100 Subject: Add missing files from previous commit --- src/hrs-scaling.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/hrs-scaling.h (limited to 'src/hrs-scaling.h') diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h new file mode 100644 index 00000000..28343283 --- /dev/null +++ b/src/hrs-scaling.h @@ -0,0 +1,26 @@ +/* + * hrs-scaling.h + * + * Intensity scaling using generalised HRS target function + * + * (c) 2006-2010 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + +#ifndef HRS_SCALING_H +#define HRS_SCALING_H + + +#ifdef HAVE_CONFIG_H +#include +#endif + + +#include "image.h" + +extern void scale_intensities(struct image *image, int n, const char *sym); + + +#endif /* HRS_SCALING_H */ -- cgit v1.2.3