Index: trunk/ppImage/src/ppImageLoop.c
===================================================================
--- trunk/ppImage/src/ppImageLoop.c	(revision 26682)
+++ trunk/ppImage/src/ppImageLoop.c	(revision 26895)
@@ -163,6 +163,6 @@
         }
 
-        // Apply the pattern noise correction
-        if (options->doPattern) {
+        // Apply the pattern correction
+        if (options->doPatternRow || options->doPatternCell) {
           if (!ppImageDetrendPatternApply(config,chip,view,options)) {
             ESCAPE("Unable to apply pattern corrections");
