diff options
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r-- | src/calibrate_detector.c | 2 |
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); |