IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 3:34:01 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

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

    r28618 r29554  
    99COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
    1010
    11 MASK.VAL        STR     MASK.VALUE,CONV.BAD,GHOST       # Mask value of input bad pixels
    12 MASK.SUSPECT    STR     SUSPECT,CONV.POOR       # Mask value of suspect pixels
     11MASK.VAL        STR     MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
     12MASK.SUSPECT    STR     SUSPECT,BURNTOOL,SPIKE,STREAK,STARCORE,CONV.POOR # Mask value of suspect pixels
    1313MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    1414MASK.POOR       STR     CONV.POOR       # Mask value to give poor pixels
     15
     16# we are in some danger of inconsistency in the definition of a 'bad' vs a 'suspect' pixel
     17# these distinctions are also defined in psModules/src/config/pmConfigMask.c
     18
    1519POOR.FRACTION   F32     0.25            # Maximum fraction of bad variance for poor pixels
    1620THRESHOLD.MASK  F32     0.5             # Threshold for mask deconvolution (0..1)
     
    7680PSF.MODEL       STR     PS_MODEL_GAUSS  # Model for PSF generation
    7781
     82PSF.AUTOSIZE    BOOL    TRUE            # Determine output PSF size from input PSFs?
     83PSF.OUTPUT.FWHM F32     5.0             # Target size for output PSF (if not auto-sized)
     84
    7885TEMP.IMAGE      STR     conv.im.fits    # Suffix for temporary convolved images
    7986TEMP.MASK       STR     conv.mk.fits    # Suffix for temporary convolved masks
Note: See TracChangeset for help on using the changeset viewer.