Changeset 16539
- Timestamp:
- Feb 19, 2008, 10:06:41 AM (18 years ago)
- Location:
- trunk/doc/simtest
- Files:
-
- 2 edited
-
sequence.config (modified) (3 diffs)
-
simtest.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/simtest/sequence.config
r16371 r16539 1 1 2 2 # define the simulated data to be generated 3 SEQUENCE MULTI3 # SEQUENCE MULTI 4 4 5 5 SEQUENCE METADATA … … 7 7 CENTER.RA F32 10.0 8 8 CENTER.DEC F32 60.0 9 9 10 OFFSET.RA F32 3600.0 # linear offset in arcsec (do not include cos(DEC) correction) 10 11 OFFSET.DEC F32 3600.0 # linear offset in arcsec (do not include cos(DEC) correction) … … 18 19 19 20 DVODB STR /data/alala.0/ipp/ippRefs/catdir.synth.grizy 20 FILTER STR g,r,i 21 @EXPTIME F32 60.0,30.0,30.0 21 FILTERS STR g,r,i 22 @EXPTIMES F32 60.0,30.0,30.0 23 @SKYMAGS F32 21.0,20.5,20.0 24 25 CAMERA STR megacam ## force case to match? 26 27 # zero point & plate scale describe the camera -> add to ppSim.config 28 29 # XXX use a more realistic IQ distribution... 30 IQ_MIN F32 0.5 31 IQ_MAX F32 0.8 32 33 # rotation sequence 34 POS_MIN F32 0.0 35 POS_MAX F32 0.0 36 POS_DELTA F32 1.0 37 22 38 END 23 39 -
trunk/doc/simtest/simtest.config
r16284 r16539 33 33 DVODB STR /data/alala.0/ipp/ippRefs/catdir.synth.grizy 34 34 END 35 36 # this entry defines the parameters of the bias images37 BIAS METADATA38 # LEVEL : the bias value as a function of position39 LEVEL METADATA40 NORDER_X S32 0 # number of x orders41 NORDER_Y S32 2 # number of y orders42 VAL_X00_Y00 F64 100.0 # polynomial coefficient43 VAL_X00_Y01 F64 1.0 # polynomial coefficient44 VAL_X00_Y02 F64 0.1 # polynomial coefficient45 NELEMENTS S32 3 # number of unmasked components46 END # folder for 2D polynomial47 48 # the bias level will use the above 2D variation, plus the Gaussian offset49 LEVEL.SIGMA F32 5.050 51 # per-pixel noise52 READNOISE F32 5.053 54 # number55 N56 END57 58 # this entry defines the parameters of the dark images59 DARK METADATA60 # LEVEL : the bias value as a function of position61 LEVEL METADATA62 NORDER_X S32 0 # number of x orders63 NORDER_Y S32 2 # number of y orders64 VAL_X00_Y00 F64 100.0 # polynomial coefficient65 VAL_X00_Y01 F64 1.0 # polynomial coefficient66 VAL_X00_Y02 F64 0.1 # polynomial coefficient67 NELEMENTS S32 3 # number of unmasked components68 END # folder for 2D polynomial69 70 EXPTIME.TREND METADATA71 NORDER_X S32 1 # number of x orders72 VAL_X00 F64 0.0 # polynomial coefficient73 VAL_X01 F64 1.0 # polynomial coefficient74 NELEMENTS S32 2 # number of unmasked components75 END # folder for 2D polynomial76 77 TEMPERATURE.TREND METADATA78 NORDER_X S32 1 # number of x orders79 VAL_X00 F64 0.0 # polynomial coefficient80 VAL_X01 F64 1.0 # polynomial coefficient81 NELEMENTS S32 2 # number of unmasked components82 END # folder for 2D polynomial83 84 # the bias level will use the above 2D variation, plus the Gaussian offset85 LEVEL.SIGMA F32 5.086 87 # use any of these values for the exposure time88 EXPTIME.VALUE F32 (vector)89 90 # choose a temperature anywhere in this range91 TEMPERATURE.MIN F32 -9092 TEMPERATURE.MAX F32 -7093 END94 95 FLAT METADATA96 END97 98 FRINGE METADATA99 END100
Note:
See TracChangeset
for help on using the changeset viewer.
