diff options
author | Thomas White <taw@physics.org> | 2010-11-30 16:42:23 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:07 +0100 |
commit | eeb079dbdd1f28c0850bacb09af2829e785d596b (patch) | |
tree | b3f7e2b99bdbdc377dec941d5e77edabe5ba0ca5 /src/hrs-scaling.h | |
parent | 51cbfe0995cb1c3206841f8a33b75bd64447cb4e (diff) |
Add missing files from previous commit
Diffstat (limited to 'src/hrs-scaling.h')
-rw-r--r-- | src/hrs-scaling.h | 26 |
1 files changed, 26 insertions, 0 deletions
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 <taw@physics.org> + * + * Part of CrystFEL - crystallography with a FEL + * + */ + +#ifndef HRS_SCALING_H +#define HRS_SCALING_H + + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + + +#include "image.h" + +extern void scale_intensities(struct image *image, int n, const char *sym); + + +#endif /* HRS_SCALING_H */ |