IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42334 for trunk/ippconfig


Ignore:
Timestamp:
Jan 30, 2023, 9:46:40 AM (3 years ago)
Author:
eugene
Message:

adding file rules and recipe value for new non-linearity correction

Location:
trunk/ippconfig
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/README

    r11611 r42334  
    1717  - Set the DBUSER and DBPASSWORD to your mysql username and password
    1818
     19Copy recipes/nightly_science.config.template to recipes/nightly_science.config in ipprc
     20PATH. 
     21
  • trunk/ippconfig/recipes/filerules-mef.mdc

    r42130 r42334  
    6767PPIMAGE.SHUTTER         INPUT    @DETDB        CHIP       IMAGE     
    6868PPIMAGE.LINEARITY       INPUT    @DETDB        CHIP       LINEARITY
     69PPIMAGE.NEWNONLIN       INPUT    @DETDB        CHIP       NEWNONLIN
    6970PPIMAGE.PATTERN.ROW.AMP INPUT    @DETDB        FPA       PATTERN.ROW.AMP
    7071
  • trunk/ippconfig/recipes/filerules-simple.mdc

    r42130 r42334  
    3131PPIMAGE.SHUTTER           INPUT    @DETDB        CHIP       IMAGE     
    3232PPIMAGE.LINEARITY         INPUT    @DETDB        CHIP       LINEARITY
     33PPIMAGE.NEWNONLIN         INPUT    @DETDB        CHIP       NEWNONLIN
    3334
    3435## Files used by psvideophot
  • trunk/ippconfig/recipes/filerules-split.mdc

    r41898 r42334  
    5151PPIMAGE.SHUTTER           INPUT    @DETDB        CHIP       IMAGE
    5252PPIMAGE.LINEARITY         INPUT    @DETDB        CHIP       LINEARITY
     53PPIMAGE.NEWNONLIN         INPUT    @DETDB        CHIP       NEWNONLIN
    5354PPIMAGE.PATTERN.ROW.AMP   INPUT    @DETDB        FPA        PATTERN.ROW.AMP
    5455
  • trunk/ippconfig/recipes/ppImage.config

    r42309 r42334  
    66OVERSCAN           BOOL    TRUE            # Overscan subtraction
    77NONLIN             BOOL    FALSE           # Non-linearity correction; not implemented
     8NEWNONLIN          BOOL    FALSE           # Non-linearity correction (v2023)
    89NOISEMAP           BOOL    FALSE           # Apply read noise map
    910BIAS               BOOL    TRUE            # Bias subtraction
Note: See TracChangeset for help on using the changeset viewer.