Index: /trunk/ippconfig/recipes/psastro.config
===================================================================
--- /trunk/ippconfig/recipes/psastro.config	(revision 15553)
+++ /trunk/ippconfig/recipes/psastro.config	(revision 15554)
@@ -58,6 +58,4 @@
 PSASTRO.MATCH.LUMFUNC  BOOL     FALSE
 
-MAG_MAX F32 23.0  ## XXX change name to PSASTRO.something?
-
 # option may be MAX, MIN, or VALUE. for VALUE, look up 
 # plate scale for each chip in the concepts
@@ -88,7 +86,24 @@
 PSASTRO.MOSAIC.MIN.NSTAR      S32      6   # min fitted stars in solution
 
-PSASTRO.MOSAIC.GRADIENT.NX    S32     2   # number of x-dir cells per chip
-PSASTRO.MOSAIC.GRADIENT.NY    S32     2   # number of y-dir cells per chip
+PSASTRO.MOSAIC.GRADIENT.NX    S32      2   # number of x-dir cells per chip
+PSASTRO.MOSAIC.GRADIENT.NY    S32      2   # number of y-dir cells per chip
 
-DVO.CATDIR STR /data/alala.0/ipp/ippRefs/catdir.2mass
-DVO.GETSTAR STR getstar
+# 2MASS default configuration (use 2MASS_J as ref magnitude)
+DVO.CATDIR                    STR      /data/alala.0/ipp/ippRefs/catdir.2mass
+DVO.GETSTAR                   STR      getstar
+DVO.GETSTAR.OUTFORMAT         STR      PS1_DEV_0
+DVO.GETSTAR.PHOTCODE          STR      2MASS_J
+DVO.GETSTAR.MAG.MAX           F32      22.0
+
+PSASTRO.2MASS                 METADATA
+  DVO.CATDIR                  STR      /data/alala.0/ipp/ippRefs/catdir.2mass
+  DVO.GETSTAR.PHOTCODE        STR      2MASS_J
+  DVO.GETSTAR.MAG.MAX         F32      17.0
+END
+
+PSASTRO.SYNTH                 METADATA
+  DVO.CATDIR                  STR      /data/alala.0/ipp/ippRefs/catdir.synth.grizy
+  DVO.GETSTAR.PHOTCODE        STR      r
+END
+
+
