IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35580


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.

Location:
trunk/ippconfig
Files:
3 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
  • trunk/ippconfig/recipes/ppStack.config

    r35529 r35580  
    164164END
    165165
     166STACK_MD_REF    METADATA
     167END
     168
     169STACK_MD_DEEP   METADATA
     170END
     171
    166172STACK_ALLDEEP   METADATA
    167173END
     174
     175
     176
    168177
    169178TEST1 METADATA
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r35562 r35580  
    544544END
    545545
     546## MD refstack
     547MD_REF_STACK            METADATA
     548      STACK_PPSTACK           STR     STACK_MD_REF
     549      STACK_PPSUB             STR     STACK
     550      STACK_PSPHOT            STR     STACK
     551      STACKPHOT_PSPHOT        STR     STACKPHOT
     552      STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
     553END
     554
     555## MD deepstack
     556MD_DEEP_STACK            METADATA
     557      STACK_PPSTACK           STR     STACK_MD_DEEP
     558      STACK_PPSUB             STR     STACK
     559      STACK_PSPHOT            STR     STACK
     560      STACKPHOT_PSPHOT        STR     STACKPHOT
     561      STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
     562END
    546563
    547564# quick stacks
Note: See TracChangeset for help on using the changeset viewer.