diff options
author | Thomas White <taw@physics.org> | 2009-12-02 11:34:15 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-12-02 11:34:15 +0100 |
commit | 6d8e2e53e444f65930c1b92f32991f062bbfbaf3 (patch) | |
tree | 2aa8d0870f30db17f3d48327487be095ae64d498 | |
parent | 1709a699e5d31da433798b8a312e2a7098c5fa37 (diff) |
Better parameters
3 micron beam
3 micron water column
Lower saturation value
-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 */ |