IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2024, 10:19:51 PM (2 years ago)
Author:
hgao
Message:

finetune overscan region and stats for reducing and smoothing overscan array/vector

Location:
branches/2dbias/ippconfig/gpc1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2dbias/ippconfig/gpc1/format_20100723.config

    r42716 r42719  
    166166# 2D bias subtraction requires ppImage.config OVERSCAN.2D to be TRUE
    167167               CELL.BIASSEC.SOURCE     STR     VALUE
    168                CELL.BIASSEC            STR     [591:624,1:598],[1:624,599:608]
     168# exclude the last row and column from the bias region
     169               CELL.BIASSEC            STR     [591:623,1:598],[1:623,599:607]
    169170#
    170171# a single region will be used for constant and 1D bias subtraction
  • branches/2dbias/ippconfig/gpc1/ppImage.config

    r42679 r42719  
    66BIN2.YBIN               S32     150
    77
    8 OVERSCAN.SINGLE         BOOL    FALSE            # Reduce overscan to a single value?
    9 OVERSCAN.STAT           STR     MEDIAN
    10 OVERSCAN.BOXCAR         S32     3
     8OVERSCAN.SINGLE         BOOL    FALSE           # Reduce overscan to a single value?
     9OVERSCAN.STAT           STR     MEAN            # MEAN | MEDIAN
     10OVERSCAN.BOXCAR         S32     10              # Boxcar smoothing radius
     11OVERSCAN.2D             BOOL    FALSE           # use a 2D model for the overscan subtraction?
     12OVERSCAN.2D.STAT        STR     MEAN            # MEAN | MEDIAN
     13OVERSCAN.2D.BOXCAR          S32     30                          # Boxcar smoothing radius
     14
    1115
    1216OVERSCAN.2D.SUBSET METADATA
    13       XY00    BOOL    TRUE
    1417      XY01    BOOL    TRUE
    1518      XY02    BOOL    TRUE
    … …  
    7477      XY75    BOOL    TRUE
    7578      XY76    BOOL    TRUE
    76       XY77    BOOL    TRUE
    7779END
    7880
Note: See TracChangeset for help on using the changeset viewer.