IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2009, 2:53:12 PM (17 years ago)
Author:
Paul Price
Message:

Merging branches/pap (unconvolved stacks, reworked combinePixels function into clearer roles, only throw out most variant pixel on each iteration, throw suspect pixels out as first rejection step) stack development. I think I've got everything, but not entirely sure, since I've already merged this branch once before (for dual convolution).

Location:
trunk/ippconfig/recipes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes

  • trunk/ippconfig/recipes/ppStack.config

    r26020 r26076  
    22
    33CONVOLVE        BOOL    TRUE            # Convolve images when stacking?
    4 ITER            S32     1               # Number of rejection iterations
     4COMBINE.ITER    F32     0.5             # Number of rejection iterations per input
    55COMBINE.REJ     F32     2.5             # Rejection threshold in combination (sigma)
    6 COMBINE.SYS     F32     0.03            # Relative systematic error in combination
     6COMBINE.SYS     F32     0.1             # Relative systematic error in combination
    77COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
    8 MASK.VAL        STR     MASK.VALUE,CONV.BAD,BURNTOOL    # Mask value of input bad pixels
     8MASK.IN         STR     MASK.VALUE,CONV.BAD     # Mask value of input bad pixels
     9MASK.SUSPECT    STR     SUSPECT,CONV.POOR       # Mask value of suspect pixels
    910MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    1011MASK.POOR       STR     CONV.POOR       # Mask value to give poor pixels
     
    3334PHOT.FRAC       F32     0.9             # Minimum fraction of good pixels
    3435
    35 ZP.RADIUS       F32     1.0             # Radius (pixels) for matching sources
     36ZP.RADIUS       F32     4.0             # Radius (pixels) for matching sources
    3637ZP.ITER.1       S32     5               # Iterations for zero point; pass 1
    3738ZP.ITER.2       S32     1000            # Iterations for zero point; pass 2
Note: See TracChangeset for help on using the changeset viewer.