Index: /trunk/ippconfig/gpc1/psastro.config
===================================================================
--- /trunk/ippconfig/gpc1/psastro.config	(revision 15193)
+++ /trunk/ippconfig/gpc1/psastro.config	(revision 15194)
@@ -10,5 +10,5 @@
 PSASTRO.GRID.OFFSET    F32    1000.
 PSASTRO.GRID.SCALE     F32      50.
-PSASTRO.MAX.NSTAR      S32     600 # max stars accepted for fitting
+PSASTRO.GRID.NSTAR.MAX S32     600 # max stars accepted for fitting
 
 #
@@ -18,5 +18,13 @@
 
 # single-chip radius match in pixels
-PSASTRO.MATCH.RADIUS   F32    10
+PSASTRO.MATCH.RADIUS.N0 F32    90
+PSASTRO.MATCH.RADIUS.N1 F32    60
+PSASTRO.MATCH.RADIUS.N2 F32    30
+PSASTRO.MATCH.RADIUS.N3 F32    20
+PSASTRO.MATCH.RADIUS.N4 F32    20
+PSASTRO.MATCH.RADIUS.N5 F32    20
+PSASTRO.MATCH.RADIUS.N6 F32    10
+PSASTRO.MATCH.RADIUS.N7 F32    10
+PSASTRO.MATCH.FIT.NITER S32     8
 
 # XXX Test for taurus
@@ -35,4 +43,6 @@
 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.RADIUS.N0    F32    30
 PSASTRO.MOSAIC.RADIUS.N1    F32    3
 PSASTRO.MOSAIC.RADIUS.N2    F32    1
@@ -43,2 +53,4 @@
 # if we are fitting against quality digital data, we can require tighter constraints
 
+PSASTRO.MAX.NRAW      S32      2000   # max stars accepted for fitting (0 for all)
+PSASTRO.MAX.NREF      S32      2000   # max stars accepted for fitting (0 for all)
Index: /trunk/ippconfig/recipes/psastro.config
===================================================================
--- /trunk/ippconfig/recipes/psastro.config	(revision 15193)
+++ /trunk/ippconfig/recipes/psastro.config	(revision 15194)
@@ -5,4 +5,10 @@
 # nominal plate scale (microns / pixel)
 PSASTRO.PIXEL.SCALE    F32  13.5
+
+# plotting options
+PSASTRO.PLOT.INST.MAG.MAX F32 -10.0
+PSASTRO.PLOT.INST.MAG.MIN F32 -17.0
+PSASTRO.PLOT.REF.MAG.MIN  F32 +10.0
+PSASTRO.PLOT.REF.MAG.MAX  F32 +16.0
 
 # pmAstromGridMatch:
@@ -18,4 +24,5 @@
 PSASTRO.GRID.OFFSET    F32  10000.
 PSASTRO.GRID.SCALE     F32    500.
+PSASTRO.GRID.NSTAR.MAX S32    300 # max stars accepted for fitting
 
 # these tweak are in FP units (pixels, currently)
@@ -27,4 +34,13 @@
 # single-chip radius match in pixels
 PSASTRO.MATCH.RADIUS   F32    8
+PSASTRO.MATCH.RADIUS.N0 F32   0
+PSASTRO.MATCH.RADIUS.N1 F32   0
+PSASTRO.MATCH.RADIUS.N2 F32   0
+PSASTRO.MATCH.RADIUS.N3 F32   0
+PSASTRO.MATCH.RADIUS.N4 F32   0
+PSASTRO.MATCH.RADIUS.N5 F32   0
+PSASTRO.MATCH.RADIUS.N6 F32   0
+PSASTRO.MATCH.RADIUS.N7 F32   0
+PSASTRO.MATCH.FIT.NITER S32   1
 
 # pmAstromMatchFit
@@ -35,5 +51,7 @@
 PSASTRO.MAX.ERROR      F32      1.5 # max allow error for valid solution (UNITS?)
 PSASTRO.MIN.NSTAR      S32      3   # min fitted stars in solution
-PSASTRO.MAX.NSTAR      S32      300 # max stars accepted for fitting
+
+PSASTRO.MAX.NRAW       S32      0   # max stars accepted for fitting (0 for all)
+PSASTRO.MAX.NREF       S32      0   # max stars accepted for fitting (0 for all)
 
 PSASTRO.MATCH.LUMFUNC  BOOL     FALSE
