IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2022, 10:56:17 AM (4 years ago)
Author:
eugene
Message:

add recipe and filerules needed to support PATTERN.DEAD.CELLS (off by default); wrote BACK_VAL, BACK_ERR for cells to output stats

Location:
branches/eam_branches/ipp-20220316/ippconfig
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/ippconfig/gpc2/ppImage.config

    r41829 r42169  
    1515NONLIN                  BOOL    FALSE            # apply non-linearity correction
    1616OLDDARK                 BOOL    FALSE
     17
     18PATTERN.DEAD.CELLS      BOOL    FALSE            # mask dead cells based on background patterns
    1719
    1820GAIN.OVERRIDE           BOOL    TRUE            # Override a non-finite gain?
  • branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-mef.mdc

    r42166 r42169  
    6767PPIMAGE.SHUTTER         INPUT    @DETDB        CHIP       IMAGE     
    6868PPIMAGE.LINEARITY       INPUT    @DETDB        CHIP       LINEARITY
    69 PPIMAGE.PATTERN.ROW.AMP INPUT    @DETDB        FPA       PATTERN.ROW.AMP
     69PPIMAGE.PATTERN.ROW.AMP INPUT    @DETDB        FPA        PATTERN.ROW.AMP
     70PPIMAGE.PATTERN.DEAD.CELLS INPUT @DETDB        FPA        PATTERN.DEAD.CELLS
    7071
    7172## Files used by ppMerge
  • branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-split.mdc

    r41898 r42169  
    5252PPIMAGE.LINEARITY         INPUT    @DETDB        CHIP       LINEARITY
    5353PPIMAGE.PATTERN.ROW.AMP   INPUT    @DETDB        FPA        PATTERN.ROW.AMP
     54PPIMAGE.PATTERN.DEAD.CELLS INPUT   @DETDB        FPA        PATTERN.DEAD.CELLS
    5455
    5556## Files used by psvideophot
  • branches/eam_branches/ipp-20220316/ippconfig/recipes/ppImage.config

    r42162 r42169  
    2626PATTERN.CELL       BOOL    FALSE           # Cell pattern correction (see options below)
    2727PATTERN.CONTINUITY BOOL    FALSE           # continuity corrections (see options below)
     28PATTERN.DEAD.CELLS BOOL    FALSE           # continuity corrections (see options below)
    2829FRINGE             BOOL    FALSE           # Fringe subtraction
    2930PHOTOM             BOOL    FALSE           # Source identification and photometry
  • branches/eam_branches/ipp-20220316/ippconfig/recipes/ppStats.config

    r42159 r42169  
    3636  HEADER        STR     OVER_VAL
    3737  HEADER        STR     BACK_VAL
     38  HEADER        STR     BACK_ERR
    3839  HEADER        STR     APMIFIT
    3940  HEADER        STR     DAPMIFIT
Note: See TracChangeset for help on using the changeset viewer.