IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32146


Ignore:
Timestamp:
Aug 20, 2011, 1:12:05 AM (15 years ago)
Author:
mhuber
Message:

add QUICKSTACK_DEEP for when only unconvolved deep stacks wanted

Location:
branches/meh_branches/ppstack_test/ippconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/meh_branches/ppstack_test/ippconfig/gpc1/ppStack.config

    r31674 r32146  
    11PSF.MODEL       STR     PS_MODEL_PS1_V1 # Model for PSF generation
     2
     3# generally wouldn't want to be NAN
     4PSF.INPUT.MAX           F32  10.0       # camera stage cutting at ?
     5PSF.INPUT.CLIP.NSIGMA   F32  7.0
    26
    37ZP.AIRMASS      METADATA                # Airmass terms by filter
     
    3236END
    3337
     38# for stages that want just unconvolved and deep stacks
     39QUICKSTACK_DEEP    METADATA
     40    CONVOLVE        BOOL   FALSE
     41    COMBINE.REJ     F32    3.5          # Rejection threshold in combination (sigma). tune?
     42    COMBINE.DISCARD F32    0.2          # Discard fraction for Olympic weighted mean. tune?
     43    OUTPUT.NOCOMP   BOOL    TRUE
     44    OUTPUT.LOGFLUX  BOOL    FALSE
     45    PSF.INPUT.MAX           F32  7.5    # since not convolved limit, relax? to tune.
     46    PSF.INPUT.CLIP.NSIGMA   F32  5.0
     47END
     48
    3449STACK_NIGHTLY  METADATA
    3550    OUTPUT.NOCOMP   BOOL    FALSE
  • branches/meh_branches/ppstack_test/ippconfig/recipes/ppStack.config

    r31674 r32146  
    9999OUTPUT.REPLICATE BOOL   TRUE
    100100
    101 STACK.TYPE      STR     DEEP_STACK
     101STACK.TYPE      STR     DEEP_STACK      # info type for PSPS only
    102102
    103103# Recipe overrides for STACK
     
    139139END
    140140
     141QUICKSTACK_DEEP    METADATA
     142END
    141143
    142144STACK_DEEP    METADATA
  • branches/meh_branches/ppstack_test/ippconfig/recipes/reductionClasses.mdc

    r31913 r32146  
    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
     344
    337345TESTSTACK            METADATA
    338346      STACK_PPSTACK   STR      TESTSTACK
Note: See TracChangeset for help on using the changeset viewer.