Index: trunk/ppImage/src/ppImage.h
===================================================================
--- trunk/ppImage/src/ppImage.h	(revision 15933)
+++ trunk/ppImage/src/ppImage.h	(revision 16084)
@@ -35,6 +35,6 @@
     bool doAstromChip;                  // per-chip Astrometry
     bool doAstromMosaic;                // full-mosaic Astrometry
-    bool doStats;			// call ppStats on the image
-    bool replaceMasked;			// fill in masked values with background model
+    bool doStats;                       // call ppStats on the image
+    bool replaceMasked;                 // fill in masked values with background model
 
     // output files requested
@@ -70,8 +70,8 @@
 
     // binning parameters
-    int xBin1;				// x-binning, scale 1
-    int yBin1;				// y-binning, scale 1
-    int xBin2;				// x-binning, scale 2
-    int yBin2;				// y-binning, scale 2
+    int xBin1;                          // x-binning, scale 1
+    int yBin1;                          // y-binning, scale 1
+    int xBin2;                          // x-binning, scale 2
+    int yBin2;                          // y-binning, scale 2
 
     // parameters used by the fringe analysis
@@ -150,5 +150,5 @@
 bool ppImageStats (pmConfig *config, pmChip *chip, const pmFPAview *inputView, const ppImageOptions *options);
 
-// write stats to output file 
+// write stats to output file
 bool ppImageStatsOutput (pmConfig *config, const ppImageOptions *options);
 
@@ -157,5 +157,5 @@
 bool ppImageDetrendFringeMeasure(pmReadout *readout, // Readout to measure
                                  pmCell *fringe, // Fringe cell (each readout is a different component)
-				 const bool isResidual,
+                                 const bool isResidual,
                                  const ppImageOptions *options // Options
     );
@@ -164,5 +164,5 @@
 bool ppImageDetrendFringeSolve(pmChip *scienceChip, // Chip with science
                                const pmChip *refChip, // Chip with reference fringes
-			       const bool isResidual,
+                               const bool isResidual,
                                const ppImageOptions *options // Options
     );
@@ -171,12 +171,12 @@
 bool ppImageDetrendFringeGenerate(pmCell *science, // Science cell
                                   pmCell *fringes, // Fringe cell, one readout per fringe component
-				  const ppImageOptions *options // Options
+                                  const ppImageOptions *options // Options
     );
 
 
 bool ppImageDetrendFringeApply (pmConfig *config, // config
-				pmChip *chip, // science chip
-				const pmFPAview *inputView, // current view
-				const ppImageOptions *options // options
+                                pmChip *chip, // science chip
+                                const pmFPAview *inputView, // current view
+                                const ppImageOptions *options // options
     );
 
@@ -200,3 +200,6 @@
 void ppImageFileCheck (pmConfig *config);
 
+/// Dump memory summary to text file
+void ppImageMemoryDump(const char *description);
+
 #endif
