Index: trunk/ppImage/src/ppImageOptions.c
===================================================================
--- trunk/ppImage/src/ppImageOptions.c	(revision 35685)
+++ trunk/ppImage/src/ppImageOptions.c	(revision 38233)
@@ -46,4 +46,5 @@
     options->checkCTE        = false;   // Measure pixel-based variance
     options->checkNoise      = false;   // Measure cell-level variances.
+    options->squashNANs      = false;   // Measure cell-level variances.
     options->applyParity     = false;   // Apply Cell parities
     options->doMaskStats     = false;   // Calculate mask fractions
@@ -340,4 +341,5 @@
     options->checkCTE       = psMetadataLookupBool(NULL, recipe, "CHECK.CTE");
     options->checkNoise     = psMetadataLookupBool(NULL, recipe, "CHECK.NOISE");
+    options->squashNANs     = psMetadataLookupBool(NULL, recipe, "SQUASH.NANS");
 
     /* doMaskBuild : there are some cases where we require a mask, so we force doMaskBuild to be set even if the user specified 'FALSE'
