IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36717 for trunk/ippconfig


Ignore:
Timestamp:
May 1, 2014, 4:02:29 PM (12 years ago)
Author:
mhuber
Message:

adhoc extra blank masking of final stack border, default is 0 pixels

Location:
trunk/ippconfig
Files:
2 edited

Legend:

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

    r36710 r36717  
    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
     175    NMINPIX         S32     30              # Minimum input per pixel
    176176    MASK.VAL        STR     SUSPECT,MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
     177    MASK.BLANKBORDER S32    20              # Mask blank border in final stack output
    177178END
    178179
  • trunk/ippconfig/recipes/ppStack.config

    r36710 r36717  
    1313MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    1414MASK.POOR       STR     CONV.POOR       # Mask value to give poor pixels
     15MASK.BLANKBORDER S32    0               # Mask blank border in final stack output (may want to set KERNEL.SIZE)
    1516
    1617# we are in some danger of inconsistency in the definition of a 'bad' vs a 'suspect' pixel
     
    3233TARGET.FRAC     F32     0.1             # Minimum flux fraction for target PSF
    3334TARGET.MINMAG   F32     3.0             # Minimum magnitude difference to tolerate in stamp
    34 NMINPIX         S32     1               # Minimum input per pixel -- testing
     35NMINPIX         S32     1               # Minimum input per pixel
    3536
    3637BACKGROUND.MODEL    BOOL   FALSE        # Construct a stacked version of the warp stage background
Note: See TracChangeset for help on using the changeset viewer.