IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32147


Ignore:
Timestamp:
Aug 20, 2011, 3:11:48 PM (15 years ago)
Author:
mhuber
Message:

adding QUICKSTACK_DEEP for quick, deep (ie MD refstack)

Location:
trunk/ippconfig
Files:
3 edited

Legend:

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

    r31674 r32147  
    3232END
    3333
     34# for just unconvolved and deep stacks
     35QUICKSTACK_DEEP    METADATA
     36    CONVOLVE        BOOL   FALSE   
     37    COMBINE.REJ     F32    3.5          # Rejection threshold in combination (sigma). tune?
     38    COMBINE.DISCARD F32    0.2          # Discard fraction for Olympic weighted mean. tune?
     39    OUTPUT.NOCOMP   BOOL    TRUE
     40    OUTPUT.LOGFLUX  BOOL    FALSE
     41    PSF.INPUT.MAX           F32  8.0    # since not convolved limit, relax? tune?
     42    PSF.INPUT.CLIP.NSIGMA   F32  5.0
     43END
     44
    3445STACK_NIGHTLY  METADATA
    3546    OUTPUT.NOCOMP   BOOL    FALSE
  • trunk/ippconfig/recipes/ppStack.config

    r31674 r32147  
    139139END
    140140
     141QUICKSTACK_DEEP    METADATA
     142END
    141143
    142144STACK_DEEP    METADATA
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r31913 r32147  
    335335END
    336336
     337# quick deep stacks (for unconvolved refstacks and full,deep stacks)
     338DEEP_QUICKSTACK            METADATA
     339       STACK_PPSTACK   STR      QUICKSTACK_DEEP
     340       STACK_PPSUB     STR      STACK
     341       STACK_PSPHOT    STR      STACK
     342END
     343
    337344TESTSTACK            METADATA
    338345      STACK_PPSTACK   STR      TESTSTACK
Note: See TracChangeset for help on using the changeset viewer.