Index: trunk/ppImage/src/ppImage.h
===================================================================
--- trunk/ppImage/src/ppImage.h	(revision 35685)
+++ trunk/ppImage/src/ppImage.h	(revision 38233)
@@ -52,4 +52,5 @@
     bool checkCTE;                      // measure pixel-based variance
     bool checkNoise;                    // measure cell-level variance
+    bool squashNANs;                    // measure cell-level variance
     bool applyParity;                   // Apply Cell parities
     bool doMaskStats;                   // Calculate mask statistics
@@ -59,7 +60,7 @@
     bool addNoise;                      // Add noise to degrade MD image to 3pi
 
-  bool hasVideo;                      // Determine if this OTA has a video cell
-  bool useVideoDark;                  // Should we use a video dark if we can?
-  bool useVideoMask;                  // Should we use a video mask if we can?
+    bool hasVideo;                      // Determine if this OTA has a video cell
+    bool useVideoDark;                  // Should we use a video dark if we can?
+    bool useVideoMask;                  // Should we use a video mask if we can?
   
     // output files requested
@@ -117,5 +118,5 @@
     psStatsOptions patternCellMean;        // Statistic for mean
 
-  int patternContinuityEdgeWidth;        // Size of box to use for edge matching.
+    int patternContinuityEdgeWidth;        // Size of box to use for edge matching.
   
     int remnanceSize;                   // Size for remnance detection
@@ -124,10 +125,10 @@
     char *normClass;                    // class to use for per-class normalization
 
-  psU16 maskstat_static;
-  psU16 maskstat_dynamic;
-  psU16 maskstat_magic;
-  psU16 maskstat_advisory;
-
-  psString auxVideoMask;                // auxillary video mask file
+    psU16 maskstat_static;
+    psU16 maskstat_dynamic;
+    psU16 maskstat_magic;
+    psU16 maskstat_advisory;
+
+    psString auxVideoMask;                // auxillary video mask file
   
 } ppImageOptions;
@@ -183,4 +184,6 @@
 bool ppImageCheckNoise(pmConfig *config, ppImageOptions *options, pmFPAview *view);
 
+bool ppImageSquashNANs(pmConfig *config, ppImageOptions *options, pmFPAview *view);
+
 bool ppImageBurntoolMask(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *readout);
 bool ppImageBurntoolMaskFromTable(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *readout);
