Index: trunk/ippconfig/recipes/psastro.config
===================================================================
--- trunk/ippconfig/recipes/psastro.config	(revision 13867)
+++ 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
