IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24840


Ignore:
Timestamp:
Jul 17, 2009, 1:15:59 PM (17 years ago)
Author:
eugene
Message:

add output fringe image smoothing options; use fewer fringe pts per cell; use fewer background subcells

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/ppMerge.config

    r24823 r24840  
    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
Note: See TracChangeset for help on using the changeset viewer.