IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2014, 11:52:06 PM (12 years ago)
Author:
mhuber
Message:

adding BSCALEOFFSET option hack to apply -0.5*bscale offset to each input warp, default is -0.0 offset

File:
1 edited

Legend:

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

    r36773 r36855  
    160160    STACK.TYPE              STR   DEEP_STACK  ## needed?
    161161    PSF.INPUT.CLIP.SIMPLE   BOOL  True
    162     PSF.INPUT.MAX           F32   6.0   # never really want >6 pixels in refstack, even on edges
     162    PSF.INPUT.MAX           F32   7.0   # center/edge can vary 1-2 pix, prefer <6 pix but needs to be <7 pix for edges
    163163    PSF.INPUT.CLIP.NSIGMA   F32   1.0   # sample typically on rising side of distribution (set even smaller?)
    164164    PSF.INPUT.THRESH        F32   NAN
     
    168168    PSF.TARGET.AS.MAX       BOOL  TRUE      # Set the target PSF FWHM as the maximum of accepted input FWHM values.
    169169    PSF.TARGET.AS.MAX.EPSILON F32 0.1       # Amount to set the target PSF FWHM larger than the maximum input. Target = eps + max(input)
     170    THRESHOLD.MASK  F32     0.1             # Threshold for mask deconvolution (0..1)
     171    COMBINE.ITER    F32     0.5             # Number of rejection iterations per input
     172    COMBINE.REJ     F32     3.0             # Rejection threshold in combination (sigma)
     173    COMBINE.SYS     F32     0.1             # Relative systematic error in combination
     174    COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
     175    IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
     176    NMINPIX         S32     4               # Minimum input per pixel
     177    MASK.VAL        STR     SUSPECT,MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
     178    MASK.BLANKBORDER S32    20              # Mask blank border in final stack output
     179    BSCALEOFFSET    BOOL    TRUE            # HACK for removing bscale offset from input warps because of compression (0.5*BSCALE)
    170180END
    171181
     
    193203    MASK.VAL        STR     SUSPECT,MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
    194204    MASK.BLANKBORDER S32    20              # Mask blank border in final stack output
     205    BSCALEOFFSET    BOOL    TRUE            # HACK for removing bscale offset from input warps because of compression (0.5*BSCALE)
    195206END
    196207
Note: See TracChangeset for help on using the changeset viewer.