Changeset 32146
- Timestamp:
- Aug 20, 2011, 1:12:05 AM (15 years ago)
- Location:
- branches/meh_branches/ppstack_test/ippconfig
- Files:
-
- 3 edited
-
gpc1/ppStack.config (modified) (2 diffs)
-
recipes/ppStack.config (modified) (2 diffs)
-
recipes/reductionClasses.mdc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test/ippconfig/gpc1/ppStack.config
r31674 r32146 1 1 PSF.MODEL STR PS_MODEL_PS1_V1 # Model for PSF generation 2 3 # generally wouldn't want to be NAN 4 PSF.INPUT.MAX F32 10.0 # camera stage cutting at ? 5 PSF.INPUT.CLIP.NSIGMA F32 7.0 2 6 3 7 ZP.AIRMASS METADATA # Airmass terms by filter … … 32 36 END 33 37 38 # for stages that want just unconvolved and deep stacks 39 QUICKSTACK_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 47 END 48 34 49 STACK_NIGHTLY METADATA 35 50 OUTPUT.NOCOMP BOOL FALSE -
branches/meh_branches/ppstack_test/ippconfig/recipes/ppStack.config
r31674 r32146 99 99 OUTPUT.REPLICATE BOOL TRUE 100 100 101 STACK.TYPE STR DEEP_STACK 101 STACK.TYPE STR DEEP_STACK # info type for PSPS only 102 102 103 103 # Recipe overrides for STACK … … 139 139 END 140 140 141 QUICKSTACK_DEEP METADATA 142 END 141 143 142 144 STACK_DEEP METADATA -
branches/meh_branches/ppstack_test/ippconfig/recipes/reductionClasses.mdc
r31913 r32146 335 335 END 336 336 337 # quick deep stacks (for unconvolved refstacks and full,deep stacks) 338 DEEP_QUICKSTACK METADATA 339 STACK_PPSTACK STR QUICKSTACK_DEEP 340 STACK_PPSUB STR STACK 341 STACK_PSPHOT STR STACK 342 END 343 344 337 345 TESTSTACK METADATA 338 346 STACK_PPSTACK STR TESTSTACK
Note:
See TracChangeset
for help on using the changeset viewer.
