IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37301


Ignore:
Timestamp:
Aug 24, 2014, 1:16:50 PM (12 years ago)
Author:
mhuber
Message:

merge update MD IQ and skycal config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippconfig/gpc1/ppStack.config

    r36855 r37301  
    154154END
    155155
    156 STACK_MD_REF_1DG       METADATA  ## revised config for MD refstacks vs PS1_REFERENCE above after ppStack mods 5/03/13
     156STACK_MD_IQ_1DG       METADATA  ## revised config for MD refstacks vs PS1_REFERENCE above after ppStack mods 5/03/13
    157157    OUTPUT.NOCOMP           BOOL  TRUE
    158158    OUTPUT.LOGFLUX          BOOL  FALSE
     
    160160    STACK.TYPE              STR   DEEP_STACK  ## needed?
    161161    PSF.INPUT.CLIP.SIMPLE   BOOL  True
    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
    163     PSF.INPUT.CLIP.NSIGMA   F32   1.0   # sample typically on rising side of distribution (set even smaller?)
     162    PSF.INPUT.MAX           F32   10.0   # center/edge can vary 1-2 pix, prefer <6 pix but needs to be <10 pix for edges until code improved..
     163    PSF.INPUT.CLIP.NSIGMA   F32   100.0  # any change to inputs can greatly impact edge filling factor..
    164164    PSF.INPUT.THRESH        F32   NAN
    165165    PSF.INPUT.ASYMMETRY     F32   NAN
     
    180180END
    181181
     182STACK_MD_REF_1DG       METADATA  ## revised config for MD refstacks vs PS1_REFERENCE above after ppStack mods 5/03/13
     183    OUTPUT.NOCOMP           BOOL  TRUE
     184    OUTPUT.LOGFLUX          BOOL  FALSE
     185    OUTPUT.REPLICATE        BOOL  TRUE
     186    STACK.TYPE              STR   DEEP_STACK  ## needed?
     187    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     188    PSF.INPUT.MAX           F32   7.0   # center/edge can vary 1-2 pix, prefer <6 pix but needs to be <7 pix for edges
     189    PSF.INPUT.CLIP.NSIGMA   F32   1.0   # sample typically on rising side of distribution (set even smaller?)
     190    PSF.INPUT.THRESH        F32   NAN
     191    PSF.INPUT.ASYMMETRY     F32   NAN
     192    MATCH.REJ               F32   4.0   # need ot tune?
     193    SAFE                    BOOL  FALSE
     194    PSF.TARGET.AS.MAX       BOOL  TRUE      # Set the target PSF FWHM as the maximum of accepted input FWHM values.
     195    PSF.TARGET.AS.MAX.EPSILON F32 0.1       # Amount to set the target PSF FWHM larger than the maximum input. Target = eps + max(input)
     196    THRESHOLD.MASK  F32     0.1             # Threshold for mask deconvolution (0..1)
     197    COMBINE.ITER    F32     0.5             # Number of rejection iterations per input
     198    COMBINE.REJ     F32     3.0             # Rejection threshold in combination (sigma)
     199    COMBINE.SYS     F32     0.1             # Relative systematic error in combination
     200    COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
     201    IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
     202    NMINPIX         S32     4               # Minimum input per pixel
     203    MASK.VAL        STR     SUSPECT,MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
     204    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)
     206END
     207
    182208STACK_MD_DEEP_1DG     METADATA   ## revised config for MD deepstack above after ppStack mods 5/03/13
    183209    OUTPUT.NOCOMP           BOOL  TRUE
Note: See TracChangeset for help on using the changeset viewer.