Index: trunk/doc/simtest/sequence.config
===================================================================
--- trunk/doc/simtest/sequence.config	(revision 16371)
+++ 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
 
