aboutsummaryrefslogtreecommitdiff
path: root/src/sum_stack.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-03-06 18:34:54 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:17 +0100
commitfb54afd078e600183e11caeb0713065b94e7968f (patch)
tree201b1f9f8318765362ee140399c1cd817d4fd1b7 /src/sum_stack.c
parent806844b14db4e87114bc355d2debd9e8f8846c67 (diff)
Add -b option to powder_plot, make hdf5_read() not use nominal energy
Diffstat (limited to 'src/sum_stack.c')
-rw-r--r--src/sum_stack.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sum_stack.c b/src/sum_stack.c
index 3d2388ab..c25a79aa 100644
--- a/src/sum_stack.c
+++ b/src/sum_stack.c
@@ -185,8 +185,7 @@ static void add_image(void *args, int cookie)
return;
}
- /* FIXME: Nominal photon energy */
- hdf5_read(hdfile, &image, 1, 2000.0);
+ hdf5_read(hdfile, &image, 1);
if ( pargs->config_cmfilter ) {
filter_cm(&image);