diff options
author | Thomas White <taw@physics.org> | 2011-06-06 15:47:17 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:27 +0100 |
commit | 01fdad29f7d9f126290cdc455c0a587d5aa51007 (patch) | |
tree | 001d0d7683a82b556638f1f5d388487de5834254 /src/diffraction.c | |
parent | 9244e4169a58c457a6a10be05067e27130cc3004 (diff) |
Add divergence to calculation
Diffstat (limited to 'src/diffraction.c')
-rw-r--r-- | src/diffraction.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diffraction.c b/src/diffraction.c index cd372a28..b55d2265 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -27,7 +27,8 @@ #define SAMPLING (4) -#define BWSAMPLING (10) +#define BWSAMPLING (1) +#define DIVSAMPLING (4) #define SINC_LUT_ELEMENTS (4096) |