Index: trunk/ppImage/src/ppImageDetrendReadout.c
===================================================================
--- trunk/ppImage/src/ppImageDetrendReadout.c	(revision 9142)
+++ trunk/ppImage/src/ppImageDetrendReadout.c	(revision 9342)
@@ -49,4 +49,12 @@
     }
 
+    // Shutter correction
+    if (options->doShutter) {
+        pmReadout *shutter = pmFPAfileThisReadout(config->files, detview, "PPIMAGE.SHUTTER");
+        if (!pmShutterCorrectionApply(input, shutter)) {
+            return false;
+        }
+    }
+
     // Flat-field correction (no options used?)
     if (options->doFlat) {
