Index: trunk/ippconfig/recipes/psastro.config
===================================================================
--- trunk/ippconfig/recipes/psastro.config	(revision 15194)
+++ trunk/ippconfig/recipes/psastro.config	(revision 15262)
@@ -70,6 +70,12 @@
 # Mosaic Astrometry options
 PSASTRO.MOSAIC.MODE           BOOL     FALSE
-PSASTRO.MOSAIC.CHIP.ORDER     S32      3  # fit order
 PSASTRO.MOSAIC.ORDER          S32      3  # fit order
+
+PSASTRO.MOSAIC.CHIP.ORDER     S32       1 # fit order
+PSASTRO.MOSAIC.CHIP.ORDER.N0  S32      -1 # fit order (-1 means use default)
+PSASTRO.MOSAIC.CHIP.ORDER.N1  S32      -1 # fit order (-1 means use default)
+PSASTRO.MOSAIC.CHIP.ORDER.N2  S32      -1 # fit order (-1 means use default)
+PSASTRO.MOSAIC.CHIP.ORDER.N3  S32      -1 # fit order (-1 means use default)
+
 PSASTRO.MOSAIC.CHIP.NITER     S32      3  # fit clipping iterations
 PSASTRO.MOSAIC.CHIP.NSIGMA    F32      3  # fit clipping sigmas
@@ -77,4 +83,6 @@
 PSASTRO.MOSAIC.MAX.ERROR.N0   F32      1.5 # max allow error for valid solution (UNITS?)
 PSASTRO.MOSAIC.MAX.ERROR.N1   F32      1.5 # max allow error for valid solution (UNITS?)
+PSASTRO.MOSAIC.MAX.ERROR.N2   F32      1.5 # max allow error for valid solution (UNITS?)
+PSASTRO.MOSAIC.MAX.ERROR.N3   F32      1.5 # max allow error for valid solution (UNITS?)
 PSASTRO.MOSAIC.MIN.NSTAR      S32      6   # min fitted stars in solution
 
