IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2015, 9:29:16 PM (11 years ago)
Author:
mhuber
Message:

update MD PV3 night stack config

File:
1 edited

Legend:

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

    r38062 r38230  
    357357
    358358
    359 STACK_MD_PV3_NIGHT_1DG  METADATA   ## Revised MD 8 input NIGHT stacks for PV3 -- not complete
     359STACK_MD_PV3_NIGHT_1DG  METADATA   ## Revised MD 8 input NIGHT stacks for PV3 -- no time to test, so similar to original but 1DG
    360360    OUTPUT.NOCOMP             BOOL  FALSE
    361361    OUTPUT.LOGFLUX            BOOL  FALSE
     
    365365    PSF.INPUT.THRESH        F32   NAN
    366366    PSF.INPUT.ASYMMETRY     F32   NAN
    367     MATCH.REJ               F32   4.0   # need ot tune?
    368     SAFE                    BOOL  FALSE
    369     ##
     367    MATCH.REJ               F32   4.0       # need ot tune?
     368    SAFE                    BOOL  TRUE      # Play safe when combining small number of values?
    370369    PSF.TARGET.AS.MAX       BOOL  TRUE      # Set the target PSF FWHM as the maximum of accepted input FWHM values.
    371370    PSF.TARGET.AS.MAX.EPSILON F32 0.1       # Amount to set the target PSF FWHM larger than the maximum input. Target = eps + max(input)
    372     THRESHOLD.MASK  F32     0.1             # Threshold for mask deconvolution (0..1)
    373     COMBINE.ITER    F32     0.5             # Number of rejection iterations per input
    374     COMBINE.REJ     F32     3.0             # Rejection threshold in combination (sigma)
    375     COMBINE.SYS     F32     0.1             # Relative systematic error in combination
    376     COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
    377     IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
    378     NMINPIX         S32     4               # Minimum input per pixel
    379     MASK.VAL        STR     SUSPECT,MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
     371    ## -- extra masking not tested and likely not want for small Nin stack
     372    #THRESHOLD.MASK  F32     0.1             # Threshold for mask deconvolution (0..1)
     373    #COMBINE.ITER    F32     0.5             # Number of rejection iterations per input
     374    #COMBINE.REJ     F32     3.0             # Rejection threshold in combination (sigma)
     375    #COMBINE.SYS     F32     0.1             # Relative systematic error in combination
     376    #COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
     377    #IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
     378    #MASK.VAL        STR     SUSPECT,MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
     379    ## --
     380    NMINPIX         S32     1               # Minimum input per pixel
    380381    MASK.BLANKBORDER S32    20              # Mask blank border in final stack output
    381382    BSCALEOFFSET    BOOL    FALSE           # MUST be FALSE for PV3
Note: See TracChangeset for help on using the changeset viewer.