diff options
author | Thomas White <taw@physics.org> | 2010-10-27 11:39:14 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:04 +0100 |
commit | 679af12a3b4fea2dbdb39cfc56272816f51a2c79 (patch) | |
tree | 7ffc38d596b6b8127ade29d7583a58fa231bd57e /src/reintegrate.c | |
parent | 80e6d044ba9237d2778d91bbb585aa93297a135e (diff) |
Take nominal photon energy from file
Diffstat (limited to 'src/reintegrate.c')
-rw-r--r-- | src/reintegrate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reintegrate.c b/src/reintegrate.c index c9de3338..220cad26 100644 --- a/src/reintegrate.c +++ b/src/reintegrate.c @@ -129,7 +129,8 @@ static void process_image(void *pg, int cookie) return; } - hdf5_read(hdfile, &image, pargs->config_satcorr); + /* FIXME: Nominal photon energy */ + hdf5_read(hdfile, &image, pargs->config_satcorr, 2000.0); map_all_peaks(&image); |