Index: trunk/ppSim/src/ppSim.h
===================================================================
--- trunk/ppSim/src/ppSim.h	(revision 14668)
+++ trunk/ppSim/src/ppSim.h	(revision 14797)
@@ -32,4 +32,5 @@
 // Type of image to simulate
 typedef enum {
+    PPSIM_TYPE_NONE,                    // No type set
     PPSIM_TYPE_BIAS,                    // Bias image
     PPSIM_TYPE_DARK,                    // Dark image
@@ -68,6 +69,6 @@
 /// Parse command-line arguments
 void ppSimArguments(int argc, char *argv[], ///< Command-line arguments
-		    pmConfig *config ///< Configuration
-		    );
+                    pmConfig *config ///< Configuration
+                    );
 
 /// Create output file
@@ -75,18 +76,18 @@
 /// Returns a borrowed pointer to the FPA file.
 pmFPAfile *ppSimCreate(pmConfig *config ///< Configuration
-		       );
+                       );
 
 // Return bounds of a chip, based on the concepts
 psRegion *ppSimChipBounds(const pmChip *chip, // Chip for which to determine size
-			  pmFPAview *view // View for chip
-			  );
+                          pmFPAview *view // View for chip
+                          );
 
 // Return bounds of an FPA, based on the concepts
 psRegion *ppSimFPABounds(const pmFPA *fpa       // FPA for which to determine size
-			 );
+                         );
 
 /// Loop over the output file, generating simulated data
 bool ppSimLoop(pmConfig *config ///< Configuration
-		 );
+                 );
 
 psVector *ppSimMakeBiassec (pmCell *cell, pmConfig *config);
@@ -100,10 +101,10 @@
 
 bool ppSimInitHeader(pmConfig *config,
-		     pmFPA *fpa,
-		     pmChip *chip,
-		     pmCell *cell);
+                     pmFPA *fpa,
+                     pmChip *chip,
+                     pmCell *cell);
 
-bool ppSimSaturate(pmReadout *readout,	// Image to apply saturation
-		   const pmConfig *config); // Saturation level
+bool ppSimSaturate(pmReadout *readout,  // Image to apply saturation
+                   const pmConfig *config); // Saturation level
 
 bool ppSimUpdateConceptsFPA (pmFPA *fpa, pmConfig *config);
@@ -113,8 +114,8 @@
 
 bool ppSimAddNoise(psImage *signal,
-		   psImage *variance,
-		   const pmCell *cell,		       
-		   const pmConfig *config,		       
-		   const psRandom *rng // Random number generator
+                   psImage *variance,
+                   const pmCell *cell,
+                   const pmConfig *config,
+                   const psRandom *rng // Random number generator
     );
 
