Index: trunk/ppStats/src/ppStats.h
===================================================================
--- trunk/ppStats/src/ppStats.h	(revision 14020)
+++ trunk/ppStats/src/ppStats.h	(revision 18168)
@@ -14,5 +14,5 @@
     bool doStats;                       // Do pixel statistics?
     bool fileLevel;                     // Output file level?
-    pmFPAview *fileView;		// View to analyse
+    pmFPAview *fileView;                // View to analyse
 
     psList *headers;                    // Headers to read
@@ -30,26 +30,26 @@
 ppStatsData *ppStatsDataAlloc(void);
 
-/// Perform the ppStats steps on the given FPA (optionally for specified view) 
+/// Perform the ppStats steps on the given FPA (optionally for specified view)
 psMetadata *ppStatsFPA(psMetadata *out,
-		       pmFPA *fpa,         // FPA for which to get statistics
-		       pmFPAview *view,    // View for analysis
-		       psMaskType maskVal, // Value to mask
-		       pmConfig *config    // Configuration
+                       pmFPA *fpa,         // FPA for which to get statistics
+                       pmFPAview *view,    // View for analysis
+                       psMaskType maskVal, // Value to mask
+                       pmConfig *config    // Configuration
     );
 
 psExit ppStatsChip(psMetadata *fpaResults, // Metadata holding the fpa results
-		   pmChip *chip,     // Chip for which to get statistics
-		   psFits *fits,     // FITS file handle
-		   pmFPAview *view,  // View for analysis
-		   ppStatsData *data,// The data
-		   const pmConfig *config // Configuration
+                   pmChip *chip,     // Chip for which to get statistics
+                   psFits *fits,     // FITS file handle
+                   pmFPAview *view,  // View for analysis
+                   ppStatsData *data,// The data
+                   pmConfig *config // Configuration
     );
 
 psExit ppStatsCell(psMetadata *chipResults, // Metadata holding the chip results
-		   pmCell *cell,     // Cell for which to get statistics
-		   psFits *fits,     // FITS file handle
-		   pmFPAview *view,  // View for analysis
-		   ppStatsData *data,// The data
-		   const pmConfig *config // Configuration
+                   pmCell *cell,     // Cell for which to get statistics
+                   psFits *fits,     // FITS file handle
+                   pmFPAview *view,  // View for analysis
+                   ppStatsData *data,// The data
+                   pmConfig *config  // Configuration
     );
 
@@ -64,16 +64,16 @@
 // measure only the pixel-related statistics (stats, summary)
 psMetadata *ppStatsPixels(psMetadata *out,
-			  pmFPA *fpa,         // FPA for which to get statistics
-			  pmFPAview *view,    // View for analysis
-			  psMaskType maskVal, // Value to mask
-			  pmConfig *config    // Configuration
+                          pmFPA *fpa,         // FPA for which to get statistics
+                          pmFPAview *view,    // View for analysis
+                          psMaskType maskVal, // Value to mask
+                          pmConfig *config    // Configuration
     );
 
 // measure only the non-pixel-related statistics (headers, concepts)
 psMetadata *ppStatsMetadata(psMetadata *out,
-			    pmFPA *fpa,         // FPA for which to get statistics
-			    pmFPAview *view,    // View for analysis
-			    psMaskType maskVal, // Value to mask
-			    pmConfig *config    // Configuration
+                            pmFPA *fpa,         // FPA for which to get statistics
+                            pmFPAview *view,    // View for analysis
+                            psMaskType maskVal, // Value to mask
+                            pmConfig *config    // Configuration
     );
 
@@ -81,5 +81,5 @@
 psMetadata *ppStatsLoop(psExit *result,
                         ppStatsData *data, // The data
-                        const pmConfig *config // Configuration
+                        pmConfig *config // Configuration
     );
 
@@ -101,29 +101,29 @@
 
 void p_ppStatsGetMetadata(psMetadata *target, // Target for metadata
-			  psMetadata *source, // Source for metadata
-			  psList *list    // List containing keywords
+                          psMetadata *source, // Source for metadata
+                          psList *list    // List containing keywords
     );
 
 void p_ppStatsGetAnalysis(psMetadata *target, // Output Target for metadata
-			  psList *headers,    // List containing desired keywords
-			  psMetadata *source, // Input Source for metadata
-			  psList *list        // List containing analysis blocks
+                          psList *headers,    // List containing desired keywords
+                          psMetadata *source, // Input Source for metadata
+                          psList *list        // List containing analysis blocks
     );
 
 bool p_ppStatsDoThis(psList *toDoList,    // List of things to do
-		     const char *this     // The name of "this"
+                     const char *this     // The name of "this"
     );
 
 void p_ppStatsAddToHierarchy(psMetadata *source, // Source to add
-			     psMetadata *target, // Target to which to add
-			     const char *name, // Name of source
-			     const char *comment // Comment for source
+                             psMetadata *target, // Target to which to add
+                             const char *name, // Name of source
+                             const char *comment // Comment for source
     );
 
 psExit ppStatsReadout(psMetadata *cellResults, // Metadata holding the chip results
-		      pmReadout *readout,	// Cell for which to get statistics
-		      int nReadout,	// readout number
-		      ppStatsData *data,	// The data
-		      const pmConfig *config // Configuration
+                      pmReadout *readout,       // Cell for which to get statistics
+                      int nReadout,     // readout number
+                      ppStatsData *data,        // The data
+                      const pmConfig *config // Configuration
     );
 
