Index: /trunk/doc/simtest/sequence.config
===================================================================
--- /trunk/doc/simtest/sequence.config	(revision 16538)
+++ /trunk/doc/simtest/sequence.config	(revision 16539)
@@ -1,5 +1,5 @@
 
 # define the simulated data to be generated
-SEQUENCE MULTI
+# SEQUENCE MULTI
 
 SEQUENCE METADATA
@@ -7,4 +7,5 @@
   CENTER.RA  F32 10.0 
   CENTER.DEC F32 60.0
+
   OFFSET.RA  F32 3600.0 # linear offset in arcsec (do not include cos(DEC) correction)
   OFFSET.DEC F32 3600.0 # linear offset in arcsec (do not include cos(DEC) correction)
@@ -18,6 +19,21 @@
 
   DVODB      STR /data/alala.0/ipp/ippRefs/catdir.synth.grizy 
-  FILTER     STR g,r,i
-  @EXPTIME   F32 60.0,30.0,30.0
+  FILTERS    STR g,r,i
+  @EXPTIMES  F32 60.0,30.0,30.0
+  @SKYMAGS   F32 21.0,20.5,20.0
+
+  CAMERA     STR megacam  ## force case to match?
+
+  # zero point & plate scale describe the camera -> add to ppSim.config
+
+  # XXX use a more realistic IQ distribution...
+  IQ_MIN     F32 0.5
+  IQ_MAX     F32 0.8
+  
+  # rotation sequence
+  POS_MIN    F32 0.0
+  POS_MAX    F32 0.0
+  POS_DELTA  F32 1.0
+
 END
 
Index: /trunk/doc/simtest/simtest.config
===================================================================
--- /trunk/doc/simtest/simtest.config	(revision 16538)
+++ /trunk/doc/simtest/simtest.config	(revision 16539)
@@ -33,68 +33,2 @@
   DVODB        STR /data/alala.0/ipp/ippRefs/catdir.synth.grizy 
 END
-
-# this entry defines the parameters of the bias images
-BIAS METADATA
-  # LEVEL : the bias value as a function of position
-  LEVEL METADATA  
-     NORDER_X                         S32   0               # number of x orders
-     NORDER_Y                         S32   2               # number of y orders
-     VAL_X00_Y00                      F64   100.0           # polynomial coefficient
-     VAL_X00_Y01                      F64   1.0             # polynomial coefficient
-     VAL_X00_Y02                      F64   0.1             # polynomial coefficient
-     NELEMENTS                        S32   3               # number of unmasked components
-  END  # folder for 2D polynomial
-
-  # the bias level will use the above 2D variation, plus the Gaussian offset 
-  LEVEL.SIGMA                         F32   5.0
-
-  # per-pixel noise
-  READNOISE                           F32   5.0
-
-  # number
-  N
-END
-
-# this entry defines the parameters of the dark images
-DARK METADATA
-  # LEVEL : the bias value as a function of position
-  LEVEL METADATA  
-     NORDER_X                         S32   0               # number of x orders
-     NORDER_Y                         S32   2               # number of y orders
-     VAL_X00_Y00                      F64   100.0           # polynomial coefficient
-     VAL_X00_Y01                      F64   1.0             # polynomial coefficient
-     VAL_X00_Y02                      F64   0.1             # polynomial coefficient
-     NELEMENTS                        S32   3               # number of unmasked components
-  END  # folder for 2D polynomial
-
-  EXPTIME.TREND METADATA  
-     NORDER_X                         S32   1               # number of x orders
-     VAL_X00                          F64   0.0             # polynomial coefficient
-     VAL_X01                          F64   1.0             # polynomial coefficient
-     NELEMENTS                        S32   2               # number of unmasked components
-  END  # folder for 2D polynomial
-
-  TEMPERATURE.TREND METADATA  
-     NORDER_X                         S32   1               # number of x orders
-     VAL_X00                          F64   0.0             # polynomial coefficient
-     VAL_X01                          F64   1.0             # polynomial coefficient
-     NELEMENTS                        S32   2               # number of unmasked components
-  END  # folder for 2D polynomial
-
-  # the bias level will use the above 2D variation, plus the Gaussian offset 
-  LEVEL.SIGMA                         F32   5.0
-
-  # use any of these values for the exposure time
-  EXPTIME.VALUE                       F32  (vector)
-
-  # choose a temperature anywhere in this range
-  TEMPERATURE.MIN                     F32   -90
-  TEMPERATURE.MAX                     F32   -70
-END
-
-FLAT METADATA
-END
-
-FRINGE METADATA
-END
-
