IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26010


Ignore:
Timestamp:
Nov 2, 2009, 6:16:51 PM (17 years ago)
Author:
Paul Price
Message:

ITER has changed with slightly different algorithm.
Correcting mask value and adding suspect mask.
Larger matching radius since astrometry can be off a bit and PSF changes substantially.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippconfig/recipes/ppStack.config

    r25713 r26010  
    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     # 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.