IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2014, 7:04:03 PM (12 years ago)
Author:
mhuber
Message:

adding option for minimum inputs per pixel in stack, default is 1

File:
1 edited

Legend:

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

    r36659 r36710  
    167167    PSF.TARGET.AS.MAX  BOOL  TRUE
    168168    PSF.TARGET.AS.MAX.EPSILON F32 0.1
    169     THRESHOLD.MASK  F32     0.01             # Threshold for mask deconvolution (0..1)
     169    THRESHOLD.MASK  F32     0.3             # Threshold for mask deconvolution (0..1)
    170170    COMBINE.ITER    F32     0.5             # Number of rejection iterations per input
    171     COMBINE.REJ     F32     2.5             # Rejection threshold in combination (sigma)
     171    COMBINE.REJ     F32     3.5             # Rejection threshold in combination (sigma)
    172172    COMBINE.SYS     F32     0.1             # Relative systematic error in combination
    173173    COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
    174174    IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
     175    NMINPIX         S32     10              # Minimum input per pixel -- testing
     176    MASK.VAL        STR     SUSPECT,MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
    175177END
    176178
Note: See TracChangeset for help on using the changeset viewer.