IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.