Index: /branches/eam_branches/20091201/ippconfig/gpc1/ppImage.config
===================================================================
--- /branches/eam_branches/20091201/ippconfig/gpc1/ppImage.config	(revision 26882)
+++ /branches/eam_branches/20091201/ippconfig/gpc1/ppImage.config	(revision 26883)
@@ -286,5 +286,5 @@
   PATTERN.ROW      BOOL    TRUE            # Row pattern correction
   PATTERN.CELL	   BOOL	   TRUE		   # Cell pattern correction
-  FRINGE           BOOL    FALSE           # Fringe subtraction
+  FRINGE           BOOL    TRUE            # Fringe subtraction
   BIN1.FITS        BOOL    TRUE            # Save 1st binned chip image?
   BIN2.FITS        BOOL    TRUE            # Save 2nd binned chip image?
@@ -1071,6 +1071,4 @@
 END
 
-
-
 # Standard chip processing with pattern subtraction activated
 CHIP_PATTERN              METADATA
Index: /branches/eam_branches/20091201/ippconfig/isp/psastro.config
===================================================================
--- /branches/eam_branches/20091201/ippconfig/isp/psastro.config	(revision 26882)
+++ /branches/eam_branches/20091201/ippconfig/isp/psastro.config	(revision 26883)
@@ -34,5 +34,6 @@
 PSASTRO.MIN.NSTAR      S32      10   # min fitted stars in solution
 
-MAG_MAX                F32      10
+# Removed to allow ISP registration to work correctly.
+#MAG_MAX                F32      10
 PSASTRO.CATDIR         STR      SYNTH.BRIGHT
 PSASTRO.MATCH.LUMFUNC  BOOL     TRUE
Index: /branches/eam_branches/20091201/ippconfig/recipes/Makefile.am
===================================================================
--- /branches/eam_branches/20091201/ippconfig/recipes/Makefile.am	(revision 26882)
+++ /branches/eam_branches/20091201/ippconfig/recipes/Makefile.am	(revision 26883)
@@ -12,4 +12,5 @@
 	reductionClasses.mdc \
 	rejections.config \
+	dqStatsTool.config \
 	ppImage.config \
 	ppMerge.config \
@@ -27,5 +28,7 @@
         ppStatsFromMetadata.config \
 	ppNoiseMap.config \
-	ppSkycell.config
+	ppSkycell.config \
+	ppVizPSF.mdc \
+	nightly_science.config
 
 install_DATA = $(install_files)
Index: /branches/eam_branches/20091201/ippconfig/recipes/reductionClasses.mdc
===================================================================
--- /branches/eam_branches/20091201/ippconfig/recipes/reductionClasses.mdc	(revision 26882)
+++ /branches/eam_branches/20091201/ippconfig/recipes/reductionClasses.mdc	(revision 26883)
@@ -81,4 +81,13 @@
 	SKYFLAT_RAW_JPEG_RESID	STR	FLAT_RESID
 
+	SKYFLATTEST_RAW_PROCESS     STR     PPIMAGE_OBD	
+        SKYFLATTEST_RAW_RESID       STR     PPIMAGE_F
+        SKYFLATTEST_RAW_VERIFY      STR     PPIMAGE_F                 
+        SKYFLATTEST_RAW_STACK       STR     PPMERGE_FLAT
+        SKYFLATTEST_RAW_JPEG_IMAGE  STR     FLAT
+        SKYFLATTEST_RAW_JPEG_RESID  STR     FLAT_RESID     
+
+
+
 	# *** Standard flat-field types
 	FLAT_PROCESS		STR	PPIMAGE_OBDS
@@ -169,5 +178,5 @@
 # basic science analysis
 STDSCIENCE_V0	METADATA
-	CHIP_PPIMAGE	STR	CHIP
+	CHIP_PPIMAGE	STR	CHIP_PATTERN
 	CHIP_PSPHOT	STR	CHIP
 	WARP_PSWARP	STR	WARP
@@ -354,4 +363,20 @@
 END
 
+PR_NOPATTERN	METADATA
+	CHIP_PPIMAGE  	STR	PR_NOPATTERN
+	CHIP_PSPHOT	STR	PR
+	WARP_PSWARP	STR	PR
+	STACK_PPSTACK	STR	PR
+	STACK_PPSUB	STR	PR
+	STACK_PSPHOT	STR	PR
+	DIFF_PPSUB	STR	DIFF
+	DIFF_PSPHOT	STR	DIFF
+	JPEG_BIN1	STR	PPIMAGE_J1
+	JPEG_BIN2	STR	PPIMAGE_J2
+	FAKEPHOT	STR	FAKEPHOT
+	ADDSTAR		STR	ADDSTAR
+	PSASTRO		STR	PR_RECIPE
+END
+
 # Testing pattern subtraction
 TEST_PATTERN	METADATA
Index: /branches/eam_branches/20091201/ippconfig/sdss/dvo.config
===================================================================
--- /branches/eam_branches/20091201/ippconfig/sdss/dvo.config	(revision 26882)
+++ /branches/eam_branches/20091201/ippconfig/sdss/dvo.config	(revision 26883)
@@ -1,5 +1,5 @@
 
 # location of DVO database tables
-CATDIR			/data/ipp001.0/jester/stripe82/coadd/catdir
+MOSAICNAME              SDSS
 
 # keywords used by DVO to interpret the headers
@@ -46,5 +46,2 @@
 # scaled correlation radius 
 ADDSTAR_NSIGMA		0
-
-CATMODE			MEF
-CATFORMAT		PANSTARRS_DEV_0
Index: /branches/eam_branches/20091201/ippconfig/system.config
===================================================================
--- /branches/eam_branches/20091201/ippconfig/system.config	(revision 26882)
+++ /branches/eam_branches/20091201/ippconfig/system.config	(revision 26883)
@@ -51,4 +51,5 @@
 	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
@@ -56,3 +57,5 @@
 	CENSOR		STR		recipes/censor.config # used to create the noise map
 	PPSMOOTH	STR		recipes/ppSmooth.config  # stand-alone image smoothing
+	PPVIZPSF	STR		recipes/ppVizPSF.mdc # PSF visualisation
+        NIGHTLY_SCIENCE STR             recipes/nightly_science.config # Nightly Science
 END
