diff options
author | Thomas White <taw@physics.org> | 2009-11-25 16:19:43 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-25 16:19:43 +0100 |
commit | 7d9b0d7ecd2bc7e7eacb5be56ce64fdaabea8624 (patch) | |
tree | 1072d972af6c0344fe749100f9e4f702a93cbc5c | |
parent | 3a895d677389fa4d5048d9ebc0f9c2496ac1faca (diff) |
Enable bloom
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c index a0b09799..1a7d36ee 100644 --- a/src/detector.c +++ b/src/detector.c @@ -140,7 +140,7 @@ void record_image(struct image *image) int x, y; double ph_per_e; double sa_per_pixel; - const int do_bloom = 0; + const int do_bloom = 1; /* How many photons are scattered per electron? */ ph_per_e = PULSE_ENERGY_DENSITY * pow(THOMSON_LENGTH, 2.0) |