Index: branches/czw_branch/20100519/ippconfig/gpc1/dvo.config
===================================================================
--- branches/czw_branch/20100519/ippconfig/gpc1/dvo.config	(revision 28164)
+++ branches/czw_branch/20100519/ippconfig/gpc1/dvo.config	(revision 28304)
@@ -17,6 +17,7 @@
 CCDNUM-KEYWORD		EXTNAME
 ST-KEYWORD		NONE
-OBSERVATORY-LATITUDE	NONE
-OBSERVATORY-LONGITUDE	NONE
+OBSERVATORY-LATITUDE	20.7070999146
+OBSERVATORY-LONGITUDE	10.4170608521
+
 SUBPIX_DATAFILE		NONE
 
Index: branches/czw_branch/20100519/ippconfig/gpc1/psphot.config
===================================================================
--- branches/czw_branch/20100519/ippconfig/gpc1/psphot.config	(revision 28164)
+++ branches/czw_branch/20100519/ippconfig/gpc1/psphot.config	(revision 28304)
@@ -36,5 +36,6 @@
   BACKGROUND.XBIN		    S32  32            # size of background superpixels
   BACKGROUND.YBIN	    	    S32  32            # size of background superpixels
-  OUTPUT.FORMAT		            STR  PS1_DV1
+  DIFF_STATS			    BOOL TRUE	       # Calculate diff-specific stats
+  OUTPUT.FORMAT		            STR  PS1_DV1       # Format of output file
 END
 
Index: branches/czw_branch/20100519/ippconfig/recipes/nightly_science.config
===================================================================
--- branches/czw_branch/20100519/ippconfig/recipes/nightly_science.config	(revision 28164)
+++ branches/czw_branch/20100519/ippconfig/recipes/nightly_science.config	(revision 28304)
@@ -116,5 +116,5 @@
 TARGETS METADATA
   NAME STR STS
-  TESS STR RINGS.V0
+  TESS STR STS.V0
   OBSMODE STR STS%
   OBJECT STR STS%
@@ -288,2 +288,75 @@
   STACKABLE BOOL TRUE
 END
+
+# Detrend verification data
+DETRENDS MULTI
+DETRENDS METADATA
+  NAME     STR DARK
+  DETTYPE     STR DARK
+  EXPTYPE  STR dark
+  REF_ID   S64 299
+  REF_ITER S32 0
+#  FILTER   STR 
+  MAX      S32 10
+END
+
+DETRENDS METADATA
+  NAME     STR FLAT_G
+  DETTYPE     STR FLAT
+  EXPTYPE  STR skyflat
+  REF_ID   S64 300
+  REF_ITER S32 0
+  FILTER   STR g.00000
+  MAX      S32 10
+END
+
+DETRENDS METADATA
+  NAME     STR FLAT_R
+  DETTYPE     STR FLAT
+  EXPTYPE  STR skyflat
+  REF_ID   S64 301
+  REF_ITER S32 0
+  FILTER   STR r.00000
+  MAX      S32 10
+END
+
+DETRENDS METADATA
+  NAME     STR FLAT_I
+  DETTYPE     STR FLAT
+  EXPTYPE  STR skyflat
+  REF_ID   S64 302
+  REF_ITER S32 0
+  FILTER   STR i.00000
+  MAX      S32 10
+END
+
+DETRENDS METADATA
+  NAME     STR FLAT_Z
+  DETTYPE     STR FLAT
+  EXPTYPE  STR skyflat
+  REF_ID   S64 303
+  REF_ITER S32 0
+  FILTER   STR z.00000
+  MAX      S32 10
+END
+
+DETRENDS METADATA
+  NAME     STR FLAT_Y
+  DETTYPE     STR FLAT
+  EXPTYPE  STR skyflat
+  REF_ID   S64 304
+  REF_ITER S32 0
+  FILTER   STR y.00000
+  MAX      S32 10
+END
+
+DETRENDS METADATA
+  NAME     STR FLAT_W
+  DETTYPE     STR FLAT
+  EXPTYPE  STR skyflat
+  REF_ID   S64 305
+  REF_ITER S32 0
+  FILTER   STR w.00000
+  MAX      S32 10
+END
+
Index: branches/czw_branch/20100519/ippconfig/recipes/ppSim.config
===================================================================
--- branches/czw_branch/20100519/ippconfig/recipes/ppSim.config	(revision 28164)
+++ branches/czw_branch/20100519/ippconfig/recipes/ppSim.config	(revision 28304)
@@ -60,4 +60,5 @@
 PSF.ARATIO      F32     1.0		# minor / major (0.0 - 1.0)
 PSF.THETA	F32	0.0
+PSF.CONVOLVE    BOOL    FALSE		# generate fake stars with PSF (F), or smooth with PSF (T)?
 
 STARS.GRID      BOOL    FALSE		# Add grid of fake stars with constant flux
Index: branches/czw_branch/20100519/ippconfig/recipes/ppStack.config
===================================================================
--- branches/czw_branch/20100519/ippconfig/recipes/ppStack.config	(revision 28164)
+++ branches/czw_branch/20100519/ippconfig/recipes/ppStack.config	(revision 28304)
@@ -29,4 +29,6 @@
 PHOTOMETRY      BOOL    TRUE            # Do basic photometry?
 SKIP.BG.SUB	BOOL	FALSE		# Bypass background subtraction?
+TARGET.FRAC	F32	0.1		# Minimum flux fraction for target PSF
+TARGET.MINMAG	F32	3.0		# Minimum magnitude difference to tolerate in stamp
 
 RENORM		BOOL	TRUE		# Renormalise weight maps?
@@ -54,5 +56,5 @@
 ZP.STAR.SYS.1	F32	0.10		# Estimated systematic error; pass 1
 ZP.STAR.SYS.2	F32	0.05		# Estimated systematic error; pass 2
-ZP.MATCH	F32	0.3		# Fraction of images to match for good star
+ZP.MATCH	F32	0.1		# Fraction of images to match for good star
 ZP.AIRMASS	METADATA		# Airmass terms by filter
 	g	F32	0.0
Index: branches/czw_branch/20100519/ippconfig/recipes/psphot.config
===================================================================
--- branches/czw_branch/20100519/ippconfig/recipes/psphot.config	(revision 28164)
+++ branches/czw_branch/20100519/ippconfig/recipes/psphot.config	(revision 28304)
@@ -342,4 +342,7 @@
 # Recipe overrides for DIFF
 DIFF	METADATA
+  DIFF_STATS			    BOOL TRUE	       # Calculate diff-specific stats
+  OUTPUT.FORMAT		            STR  PS1_DV1       # Format of output file
+
 END
 
