aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-09-29 22:32:34 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:00 +0100
commit7c030ab77c830ab4e7a679f314fa413d126cea27 (patch)
treede58bc1037410996af641c9466b86ae83867bb59 /src/hdf5-file.c
parent0da8b0efa29a1d581a15ffacafec5e1e5dec76ea (diff)
Make it the default to do the saturation correction
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r--src/hdf5-file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index 09e9c91f..503065a0 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -243,6 +243,8 @@ static void debodge_saturation(struct hdfile *f, struct image *image)
H5P_DEFAULT);
if ( dh < 0 ) {
+ /* This isn't an error */
+ STATUS("No saturation table found.\n");
return;
}