IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 7, 2009, 12:45:24 PM (17 years ago)
Author:
eugene
Message:

update from mainline

Location:
branches/eam_branches/20090715
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715

  • branches/eam_branches/20090715/ippconfig/gpc1/ppMerge.config

    r24781 r25022  
    1818ROWS            S32     32              # Number of rows to read at once
    1919
    20 FRINGE.NUM          S32     10000           # Number of fringe regions
    21 FRINGE.SIZE         S32     5               # Half-size of fringe regions
    22 FRINGE.XSMOOTH      S32     5               # Number of smoothing regions in x
    23 FRINGE.YSMOOTH      S32     5              # Number of smoothing regions in y
     20FRINGE.NUM          S32     1000        # Number of fringe regions per cell
     21FRINGE.SIZE         S32     5           # Half-size of fringe regions
     22FRINGE.XSMOOTH      S32     3           # Number of smoothing regions per cell in x
     23FRINGE.YSMOOTH      S32     3           # Number of smoothing regions per cell in y
     24FRINGE.SMOOTH       BOOL    TRUE        # Smooth the output image?
     25FRINGE.SMOOTH.SIGMA F32     2.0         # Sigma of smoothing Gaussian
    2426
    2527# Ordinates for fitting dark current
     
    3032
    3133# Ordinates for fitting dark current as function of darktime and fpa temp:
     34# DARK.ORDINATES        METADATA
     35#       CELL.DARKTIME   S32     1
     36#       FPA.TEMP        METADATA
     37#               ORDER   S32     1
     38#               SCALE   BOOL    TRUE
     39#               RULE    STR     FPA.TEMP * CELL.DARKTIME
     40#               MIN     F32     -95
     41#               MAX     F32     -50
     42#       END
     43# END
     44
     45# Ordinates for fitting dark current as function of darktime and fpa temp:
     46# Counts = C0 + (CT0 + CT1*Temp + CT2*Temp^2)*exptime
     47# the 0th order term is implied, right?
     48# Note: GPC1 has bad values for DARKTIME in unpredictable cells; use EXPOSURE for now
    3249DARK.ORDINATES  METADATA
    33         CELL.DARKTIME   S32     1
    34         FPA.TEMP        METADATA
     50        CELL.EXPOSURE   S32     1
     51        TEMP    METADATA
    3552                ORDER   S32     1
    36                 SCALE   BOOL    TRUE
    37                 MIN     F32     -95
    38                 MAX     F32     -50
     53                RULE    STR     CHIP.TEMP * CELL.EXPOSURE
     54        END
     55        TEMP2   METADATA
     56                ORDER   S32     1
     57                RULE    STR     CHIP.TEMP * CHIP.TEMP * CELL.EXPOSURE
    3958        END
    4059END
Note: See TracChangeset for help on using the changeset viewer.