diff options
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/detector.c b/src/detector.c index bba5c629..8f59db67 100644 --- a/src/detector.c +++ b/src/detector.c @@ -28,13 +28,13 @@ #define DQE (0.9) /* Detector's saturation value */ -#define SATURATION (60000) +#define SATURATION (5000) /* Radius of the water column */ -#define WATER_RADIUS (2.0e-6 / 2.0) +#define WATER_RADIUS (3.0e-6 / 2.0) /* Radius of X-ray beam */ -#define BEAM_RADIUS (5.0e-6 / 2.0) +#define BEAM_RADIUS (3.0e-6 / 2.0) /* Bleed excess intensity into neighbouring pixels */ |