IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36183 for trunk/ippconfig


Ignore:
Timestamp:
Oct 3, 2013, 6:32:40 PM (13 years ago)
Author:
mhuber
Message:

update MD_DEEP_STACK for _1DG

File:
1 edited

Legend:

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

    r35964 r36183  
    125125END
    126126
    127 STACK_NIGHTLY_1DG  METADATA                 # Typically MD 8 input nightly stacks and using 1DG convolution
    128     OUTPUT.NOCOMP      BOOL  FALSE
    129     OUTPUT.LOGFLUX     BOOL  FALSE
    130     PSF.TARGET.AS.MAX  BOOL  TRUE
    131     PSF.TARGET.AS.MAX.EPSILON F32 0.1
     127STACK_NIGHTLY_1DG  METADATA                 # Revised MD 8 input nightly stacks and using 1DG convolution
     128    OUTPUT.NOCOMP             BOOL  FALSE
     129    OUTPUT.LOGFLUX            BOOL  FALSE
     130    PSF.INPUT.CLIP.SIMPLE     BOOL  True
     131    PSF.INPUT.MAX             F32   12.0    # what FWHM does diffim become mostly useless, if any?
     132    PSF.INPUT.CLIP.NSIGMA     F32   1000.0  # want to use up to MAX, but sig could possibly be small?
     133    MATCH.REJ                 F32   4.0     # need to tune?
     134    SAFE                      BOOL  FALSE
     135    PSF.TARGET.AS.MAX         BOOL  TRUE
     136    PSF.TARGET.AS.MAX.EPSILON F32   0.1
    132137END
    133138
     
    138143    STACK.TYPE              STR   DEEP_STACK  ## needed?
    139144    PSF.INPUT.CLIP.SIMPLE   BOOL  True
    140     PSF.INPUT.MAX           F32   6.0   # never really want >6 pixels in refstack
     145    PSF.INPUT.MAX           F32   6.0   # never really want >6 pixels in refstack, even on edges
    141146    PSF.INPUT.CLIP.NSIGMA   F32   1.0   # sample typically on rising side of distribution (set even smaller?)
    142147    PSF.INPUT.THRESH        F32   NAN
    143148    PSF.INPUT.ASYMMETRY     F32   NAN
    144     MATCH.REJ               F32   4.0 # need ot tune?
     149    MATCH.REJ               F32   4.0   # need ot tune?
    145150    SAFE                    BOOL  FALSE
    146151    PSF.TARGET.AS.MAX       BOOL  TRUE      # Set the target PSF FWHM as the maximum of accepted input FWHM values.
     
    154159    STACK.TYPE              STR   DEEP_STACK
    155160    PSF.INPUT.CLIP.SIMPLE   BOOL  True
    156     PSF.INPUT.MAX           F32   10.0
     161    PSF.INPUT.MAX           F32   10.0    # 
    157162    PSF.INPUT.CLIP.NSIGMA   F32   100.0
    158163    PSF.INPUT.THRESH        F32   NAN
    159164    PSF.INPUT.ASYMMETRY     F32   NAN
    160     MATCH.REJ               F32   4.0 # need ot tune?
     165    MATCH.REJ               F32   4.0     # need ot tune?
    161166    SAFE                    BOOL  FALSE
    162167    PSF.TARGET.AS.MAX  BOOL  TRUE
     
    164169END
    165170
    166 STACK_ALLDEEP_1DG      METADATA     # no cuts, everything in changes after ppStack mods 5/03/13
     171STACK_ALLDEEP_1DG      METADATA     # no real cuts, for changes after ppStack mods 5/03/13
    167172    OUTPUT.NOCOMP           BOOL  TRUE
    168173    OUTPUT.LOGFLUX          BOOL  FALSE
     
    170175    STACK.TYPE              STR   DEEP_STACK
    171176    PSF.INPUT.CLIP.SIMPLE   BOOL  True
    172     PSF.INPUT.MAX           F32   100.0
     177    PSF.INPUT.MAX           F32   14.0    # greater than 14 is more often junk
    173178    PSF.INPUT.CLIP.NSIGMA   F32   100.0
    174179    PSF.INPUT.THRESH        F32   NAN
    175180    PSF.INPUT.ASYMMETRY     F32   NAN
    176     MATCH.REJ               F32   4.0 # need ot tune?
     181    MATCH.REJ               F32   4.0     # need ot tune?
    177182    SAFE                    BOOL  FALSE
    178183    PSF.TARGET.AS.MAX  BOOL  TRUE
Note: See TracChangeset for help on using the changeset viewer.