/* * detector.h * * Detector properties * * (c) 2007-2009 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef DETECTOR_H #define DETECTOR_H #include "image.h" extern void record_image(struct image *image, int do_water, int do_poisson, int do_bloom); #endif /* DETECTOR_H */