IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26779


Ignore:
Timestamp:
Feb 5, 2010, 1:03:14 PM (16 years ago)
Author:
eugene
Message:

change to a linear fit in temperature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippconfig/gpc1/ppMerge.config

    r24840 r26779  
    4343# END
    4444
     45# 2010.02.02 -- this was the dark rule for the dark master from 20100124
    4546# Ordinates for fitting dark current as function of darktime and fpa temp:
    4647# Counts = C0 + (CT0 + CT1*Temp + CT2*Temp^2)*exptime
     48# the 0th order term is implied, right?
     49# Note: GPC1 has bad values for DARKTIME in unpredictable cells; use EXPOSURE for now
     50# DARK.ORDINATES        METADATA
     51#       CELL.EXPOSURE   S32     1
     52#       TEMP    METADATA
     53#               ORDER   S32     1
     54#               RULE    STR     CHIP.TEMP * CELL.EXPOSURE
     55#       END
     56#       TEMP2   METADATA
     57#               ORDER   S32     1
     58#               RULE    STR     CHIP.TEMP * CHIP.TEMP * CELL.EXPOSURE
     59#       END
     60# END
     61
     62# Ordinates for fitting dark current as function of darktime and fpa temp:
     63# Counts = C0 + (CT0 + CT1*Temp)*exptime
    4764# the 0th order term is implied, right?
    4865# Note: GPC1 has bad values for DARKTIME in unpredictable cells; use EXPOSURE for now
     
    5370                RULE    STR     CHIP.TEMP * CELL.EXPOSURE
    5471        END
    55         TEMP2   METADATA
    56                 ORDER   S32     1
    57                 RULE    STR     CHIP.TEMP * CHIP.TEMP * CELL.EXPOSURE
    58         END
    5972END
Note: See TracChangeset for help on using the changeset viewer.