Index: /trunk/ippconfig/gpc1/psastro.config
===================================================================
--- /trunk/ippconfig/gpc1/psastro.config	(revision 15261)
+++ /trunk/ippconfig/gpc1/psastro.config	(revision 15262)
@@ -41,7 +41,10 @@
 # Mosaic Astrometry options
 PSASTRO.MOSAIC.MODE         BOOL   FALSE
-PSASTRO.MOSAIC.MAX.ERROR.N0 F32    0.50 # max allow error for valid solution (arcsec)
-PSASTRO.MOSAIC.MAX.ERROR.N1 F32    0.10 # max allow error for valid solution (arcsec)
+PSASTRO.MOSAIC.MAX.ERROR.N0 F32    1.00 # max allow error for valid solution (arcsec)
+PSASTRO.MOSAIC.MAX.ERROR.N1 F32    0.80 # max allow error for valid solution (arcsec)
+PSASTRO.MOSAIC.MAX.ERROR.N2 F32    0.60 # max allow error for valid solution (arcsec)
+PSASTRO.MOSAIC.MAX.ERROR.N3 F32    0.50 # max allow error for valid solution (arcsec)
 
+# mosaic radius match in pixels
 PSASTRO.MOSAIC.RADIUS.N0    F32    10
 PSASTRO.MOSAIC.RADIUS.N1    F32    3
@@ -49,4 +52,8 @@
 
 PSASTRO.MOSAIC.CHIP.ORDER     S32      1  # limit chip-fit order to 1
+PSASTRO.MOSAIC.CHIP.ORDER.N0  S32      0 # fit order (-1 means use default)
+PSASTRO.MOSAIC.CHIP.ORDER.N1  S32      0 # 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)
 
 # DVO.GETSTAR STR /home/kiawe/eugene/psconfig/dev.lin64/bin/getstar
Index: /trunk/ippconfig/recipes/psastro.config
===================================================================
--- /trunk/ippconfig/recipes/psastro.config	(revision 15261)
+++ /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
 
