Index: /trunk/ippconfig/gpc1/camera.config
===================================================================
--- /trunk/ippconfig/gpc1/camera.config	(revision 41529)
+++ /trunk/ippconfig/gpc1/camera.config	(revision 41530)
@@ -116,12 +116,12 @@
 # Recipe options
 RECIPES		METADATA
-	PPIMAGE		STR	gpc1/ppImage.config
-	PPMERGE		STR	gpc1/ppMerge.config
-	PSASTRO		STR	gpc1/psastro.config
-	PSPHOT		STR	gpc1/psphot.config
-	PSWARP		STR	gpc1/pswarp.config
+ 	PPIMAGE		STR	gpc1/ppImage.config
+ 	PPMERGE		STR	gpc1/ppMerge.config
+ 	PSASTRO		STR	gpc1/psastro.config
+ 	PSPHOT		STR	gpc1/psphot.config
+ 	PSWARP		STR	gpc1/pswarp.config
         PSVIDEOPHOT     STR     gpc1/psvideophot.config
-	REJECTIONS      STR     gpc1/rejections.config       # rejection recipe
-	PPSTACK		STR	gpc1/ppStack.config
+ 	REJECTIONS      STR     gpc1/rejections.config       # rejection recipe
+ 	PPSTACK		STR	gpc1/ppStack.config
 END
 
Index: /trunk/ippconfig/gpc1/ppStack.config
===================================================================
--- /trunk/ippconfig/gpc1/ppStack.config	(revision 41529)
+++ /trunk/ippconfig/gpc1/ppStack.config	(revision 41530)
@@ -1,2 +1,3 @@
+# 
 PSF.MODEL	STR	PS_MODEL_PS1_V1	# Model for PSF generation
 BACKGROUND.MODEL BOOL   F
Index: /trunk/ippconfig/gpc2/camera.config
===================================================================
--- /trunk/ippconfig/gpc2/camera.config	(revision 41529)
+++ /trunk/ippconfig/gpc2/camera.config	(revision 41530)
@@ -155,5 +155,5 @@
 #       PSVIDEOPHOT     STR     gpc2/psvideophot.config
 #	REJECTIONS      STR     gpc2/rejections.config       # rejection recipe
-	PPSTACK		STR	gpc2/ppStack.config
+ 	PPSTACK		STR	gpc2/ppStack.config
 END
 
Index: /trunk/ippconfig/gpc2/ppImage.config
===================================================================
--- /trunk/ippconfig/gpc2/ppImage.config	(revision 41529)
+++ /trunk/ippconfig/gpc2/ppImage.config	(revision 41530)
@@ -375,4 +375,38 @@
      END
   END
+END
+
+# Standard chip processing (NOTE: when changing this be sure to check whether changes should be applied to
+# CHIP_PRESERVE_BG CHIP_AUXMASK or CHIP_PRESERVE_BG_AUXMASK
+PR_NOPATTERN METADATA
+  BASE.FITS          BOOL    FALSE           # Save base detrended image?
+  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
+  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
+  CHIP.FITS          BOOL    TRUE            # Save chip-mosaic-ed image? 
+  CHIP.MASK.FITS     BOOL    TRUE            # Save chip-mosaic-ed image? 
+  CHIP.VARIANCE.FITS BOOL    TRUE            # Save chip-mosaic-ed image? 
+  OVERSCAN           BOOL    TRUE            # Overscan subtraction
+  NONLIN             BOOL    FALSE           # apply non-linearity correction 
+  BIAS               BOOL    FALSE           # Bias subtraction
+  DARK               BOOL    TRUE            # Dark subtraction
+  NOISEMAP           BOOL    FALSE           # Apply noise read map
+  REMNANCE           BOOL    FALSE           # Remnance masking
+  SHUTTER            BOOL    FALSE           # Shutter correction
+  FLAT               BOOL    TRUE            # Flat-field normalisation
+  MASK               BOOL    TRUE            # Mask bad pixels
+  MASK.BUILD         BOOL    TRUE            # Build internal mask?
+  MASK.BURNTOOL      BOOL    FALSE           # Mask potential burntool trails
+  MASK.AUXMASK       BOOL    FALSE           # augment mask with more restrictive auxiliary mask
+  PATTERN.ROW        BOOL    FALSE           # Row pattern correction
+  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
+  PATTERN.CONTINUITY BOOL    FALSE           # Cell pattern correction using edge continuity
+  FRINGE             BOOL    FALSE           # Fringe subtraction
+  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
+  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
+  PHOTOM             BOOL    TRUE            # Source identification and photometry
+  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
+  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
+  BACKGROUND         BOOL    FALSE           # Subtract background?
+  CROSSTALK.MEASURE  BOOL    FALSE           # Subtract model background?
 END
 
Index: /trunk/ippconfig/system.config
===================================================================
--- /trunk/ippconfig/system.config	(revision 41529)
+++ /trunk/ippconfig/system.config	(revision 41530)
@@ -42,23 +42,23 @@
 
 RECIPES		METADATA		# Site-level recipes
-	MASKS		STR		recipes/masks.16bit.config	# Mask values
-	REJECTIONS	STR		recipes/rejections.config # Rejection for detrend creation
+ 	MASKS		STR		recipes/masks.16bit.config	# Mask values
+ 	REJECTIONS	STR		recipes/rejections.config # Rejection for detrend creation
 	PPIMAGE		STR		recipes/ppImage.config  # Image reduction
-	PPMERGE		STR		recipes/ppMerge.config	# Image combination
- 	PPSTATS		STR		recipes/ppStats.config	# Image statistics
-	PSPHOT		STR     	recipes/psphot.config	# Photometry
-	PSASTRO		STR		recipes/psastro.config	# Astrometry
-	PPSTACK		STR		recipes/ppStack.config	# Combination
-	PSWARP		STR		recipes/pswarp.config   # Warping
-	PPSIM		STR		recipes/ppSim.config	# Simulations
-	PPSUB		STR		recipes/ppSub.config	# Subtraction
-	GDIFF		STR		recipes/gDiff.config	# Subtraction
-	ADDSTAR         STR             recipes/addstar.config  # addstar to dvodb
-	JPEG		STR		recipes/jpeg.mdc	# JPEG creation
- 	PPSTATS_METADATA STR		recipes/ppStatsFromMetadata.config # Image statistics
-	DQSTATS         STR             recipes/dqStatsTool.config # data quality statistics
- 	DVOCORR         STR		recipes/dvocorr.config # Image statistics
-	PPSKYCELL	STR		recipes/ppSkycell.config  # JPEGs of skycells
-	PPNOISEMAP	STR		recipes/ppNoiseMap.config # used to create the noise map
+ 	PPMERGE		STR		recipes/ppMerge.config	# Image combination
+  	PPSTATS		STR		recipes/ppStats.config	# Image statistics
+ 	PSPHOT		STR     	recipes/psphot.config	# Photometry
+ 	PSASTRO		STR		recipes/psastro.config	# Astrometry
+ 	PPSTACK		STR		recipes/ppStack.config	# Combination
+ 	PSWARP		STR		recipes/pswarp.config   # Warping
+ 	PPSIM		STR		recipes/ppSim.config	# Simulations
+ 	PPSUB		STR		recipes/ppSub.config	# Subtraction
+ 	GDIFF		STR		recipes/gDiff.config	# Subtraction
+ 	ADDSTAR         STR             recipes/addstar.config  # addstar to dvodb
+ 	JPEG		STR		recipes/jpeg.mdc	# JPEG creation
+  	PPSTATS_METADATA STR		recipes/ppStatsFromMetadata.config # Image statistics
+ 	DQSTATS         STR             recipes/dqStatsTool.config # data quality statistics
+  	DVOCORR         STR		recipes/dvocorr.config # Image statistics
+ 	PPSKYCELL	STR		recipes/ppSkycell.config  # JPEGs of skycells
+ 	PPNOISEMAP	STR		recipes/ppNoiseMap.config # used to create the noise map
 	CENSOR		STR		recipes/censor.config # used to create the noise map
 	PPSMOOTH	STR		recipes/ppSmooth.config  # stand-alone image smoothing
