aboutsummaryrefslogtreecommitdiff
path: root/src/calibrate_detector.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-06-27 16:55:02 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:51 +0100
commitd9dd0cefca108ec5dc7f08aad4be9b5c2ded4389 (patch)
treee5c2e5b221d164fd1150d84f23dfc4b5f8e4dde7 /src/calibrate_detector.c
parent6ef48812938a69ca745e97d4dc9c1f19e3d0a08c (diff)
indexamajig: Make saturation correction optional and default to off
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r--src/calibrate_detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c
index 044cc93d..70b70c71 100644
--- a/src/calibrate_detector.c
+++ b/src/calibrate_detector.c
@@ -175,7 +175,7 @@ static void *process_image(void *pargsv)
return NULL;
}
- hdf5_read(hdfile, &image);
+ hdf5_read(hdfile, &image, 1);
if ( pargs->config_cmfilter ) {
filter_cm(&image);