Changeset 25027 for branches/pap/ippconfig/recipes/ppSim.config
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippconfig/recipes/ppSim.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippconfig/recipes/ppSim.config
r23836 r25027 6 6 IMAGE.TYPE STR BIAS # default image type 7 7 8 OBS_MODE STR NONE 9 8 10 BIAS BOOL TRUE 9 11 BIAS.LEVEL F32 1000.0 # Bias level (e) … … 11 13 BIAS.ORDER S32 7 # Order for overscan polynomial 12 14 15 # dark signal = (DARK.RATE + DARK.TEMP1*TEMP + DARK.TEMP2*TEMP^2)*EXPTIME 13 16 DARK BOOL TRUE 14 17 DARK.RATE F32 5.0 # Dark current (e/s) 18 DARK.TEMP F32 0.0 # Dark temperature trend (e/s/C) 19 DARK.TEMP2 F32 0.0 # 2nd order Dark temperature trend (e/s/C^2) 20 DET.TEMP F32 -20.0 # Detector temperature 21 22 # dark signal = (DARK.RATE + DARK.TEMP1*TEMP + DARK.TEMP2*TEMP^2)*EXPTIME 23 # the following dark model can be used to test ppMerge with DARK.ORDINATES 24 TEST.DARKTEMP METADATA 25 DARK BOOL TRUE 26 DARK.RATE F32 25.0 # Dark current (e/s) 27 DARK.TEMP F32 0.5 # Dark temperature trend (e/s/C) 28 DARK.TEMP2 F32 0.05 # 2nd order Dark temperature trend (e/s/C^2) 29 DET.TEMP F32 -20.0 # Detector temperature 30 END 15 31 16 32 FLAT BOOL TRUE
Note:
See TracChangeset
for help on using the changeset viewer.
