IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24810


Ignore:
Timestamp:
Jul 15, 2009, 2:38:03 PM (17 years ago)
Author:
eugene
Message:

add elements to test temperature trend; ppMerge recipe modeling dark current vs temp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppSim.config

    r24099 r24810  
    1313BIAS.ORDER      S32     7               # Order for overscan polynomial
    1414
     15# dark signal = (DARK.RATE + DARK.TEMP1*TEMP + DARK.TEMP2*TEMP^2)*EXPTIME
    1516DARK            BOOL    TRUE
    1617DARK.RATE       F32     5.0             # Dark current (e/s)
     18DARK.TEMP       F32     0.0             # Dark temperature trend (e/s/C)
     19DARK.TEMP2      F32     0.0             # 2nd order Dark temperature trend (e/s/C^2)
     20DET.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
     24TEST.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
     30EDN
    1731
    1832FLAT            BOOL    TRUE
Note: See TracChangeset for help on using the changeset viewer.