/* * 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 double *scale_intensities(struct image *images, int n, const char *sym, ReflItemList *obs, char *cref); extern char *find_common_reflections(struct image *images, int n); #endif /* HRS_SCALING_H */