IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2013, 12:01:49 PM (13 years ago)
Author:
mhuber
Message:

updating MD/ALL stack ppStack configs after recent ppStack changes.

File:
1 edited

Legend:

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

    r35492 r35580  
    8181END
    8282
    83 STACK_ALLDEEP    METADATA                  # N>>20 inputs, typically MD fields, no cuts
     83
     84STACK_MD_REF       METADATA  ## revised config for MD refstacks vs PS1_REFERENCE above after ppStack mods 5/03/13
    8485    OUTPUT.NOCOMP           BOOL  TRUE
    8586    OUTPUT.LOGFLUX          BOOL  FALSE
    8687    OUTPUT.REPLICATE        BOOL  TRUE
     88    STACK.TYPE              STR   DEEP_STACK  ## needed?
     89    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     90    PSF.INPUT.MAX           F32   6.0   # never really want >6 pixels in refstack
     91    PSF.INPUT.CLIP.NSIGMA   F32   1.0   # sample typically on rising side of distribution (set even smaller?)
     92    PSF.INPUT.THRESH        F32   NAN
     93    PSF.INPUT.ASYMMETRY     F32   NAN
     94    MATCH.REJ               F32   4.0 # need ot tune?
     95    SAFE                    BOOL  FALSE
     96END
     97
     98STACK_MD_DEEP     METADATA   ## revised config for MD deepstack above after ppStack mods 5/03/13
     99    OUTPUT.NOCOMP           BOOL  TRUE
     100    OUTPUT.LOGFLUX          BOOL  FALSE
     101    OUTPUT.REPLICATE        BOOL  TRUE
     102    STACK.TYPE              STR   DEEP_STACK
     103    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     104    PSF.INPUT.MAX           F32   10.0
     105    PSF.INPUT.CLIP.NSIGMA   F32   100.0
     106    PSF.INPUT.THRESH        F32   NAN
     107    PSF.INPUT.ASYMMETRY     F32   NAN
     108    MATCH.REJ               F32   4.0 # need ot tune?
     109    SAFE                    BOOL  FALSE
     110END
     111
     112STACK_ALLDEEP      METADATA     # no cuts, everything in changes after ppStack mods 5/03/13
     113    OUTPUT.NOCOMP           BOOL  TRUE
     114    OUTPUT.LOGFLUX          BOOL  FALSE
     115    OUTPUT.REPLICATE        BOOL  TRUE
     116    STACK.TYPE              STR   DEEP_STACK
     117    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     118    PSF.INPUT.MAX           F32   100.0
     119    PSF.INPUT.CLIP.NSIGMA   F32   100.0
     120    PSF.INPUT.THRESH        F32   NAN
     121    PSF.INPUT.ASYMMETRY     F32   NAN
     122    MATCH.REJ               F32   4.0 # need ot tune?
     123    SAFE                    BOOL  FALSE
    87124END
    88125
Note: See TracChangeset for help on using the changeset viewer.