Changeset 35594 for branches/eam_branches/ipp-20130509/ippconfig
- Timestamp:
- May 24, 2013, 1:37:30 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130509
- Files:
-
- 8 edited
-
. (modified) (1 prop)
-
ippconfig (modified) (1 prop)
-
ippconfig/gpc1/ppStack.config (modified) (1 diff)
-
ippconfig/gpc1/psphot.config (modified) (1 prop)
-
ippconfig/recipes/ppStack.config (modified) (1 diff)
-
ippconfig/recipes/ppSub.config (modified) (1 diff, 1 prop)
-
ippconfig/recipes/psphot.config (modified) (1 prop)
-
ippconfig/recipes/reductionClasses.mdc (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509
- Property svn:mergeinfo changed
/trunk (added) merged: 35566-35570,35572-35574,35576-35581,35583-35586,35590
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130509/ippconfig
- Property svn:mergeinfo changed
/trunk/ippconfig (added) merged: 35580-35581
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130509/ippconfig/gpc1/ppStack.config
r35492 r35594 81 81 END 82 82 83 STACK_ALLDEEP METADATA # N>>20 inputs, typically MD fields, no cuts 83 84 STACK_MD_REF METADATA ## revised config for MD refstacks vs PS1_REFERENCE above after ppStack mods 5/03/13 84 85 OUTPUT.NOCOMP BOOL TRUE 85 86 OUTPUT.LOGFLUX BOOL FALSE 86 87 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 96 END 97 98 STACK_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 110 END 111 112 STACK_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 87 124 END 88 125 -
branches/eam_branches/ipp-20130509/ippconfig/gpc1/psphot.config
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20130509/ippconfig/recipes/ppStack.config
r35529 r35594 164 164 END 165 165 166 STACK_MD_REF METADATA 167 END 168 169 STACK_MD_DEEP METADATA 170 END 171 166 172 STACK_ALLDEEP METADATA 167 173 END 174 175 176 168 177 169 178 TEST1 METADATA -
branches/eam_branches/ipp-20130509/ippconfig/recipes/ppSub.config
- Property svn:mergeinfo changed
/trunk/ippconfig/recipes/ppSub.config merged: 35581
r35562 r35594 108 108 END 109 109 110 # test setup for nodual case 111 DIFF_NODUAL METADATA 112 DUAL BOOL FALSE # Dual convolution? 113 INVERSE BOOL TRUE # Generate inverse subtraction? 114 PHOTOMETRY BOOL TRUE # Perform photometry? 115 CONVOLVE.TARGET STR SINGLE_AUTO 116 117 @ISIS.WIDTHS F32 1.5 3.0 6.0 # Gaussian kernel FWHM values 118 @ISIS.ORDERS S32 6 4 2 # Polynomial orders for ISIS kernels 119 120 SCALE.REF F32 5.0 # FWHM reference for kernel parameter scaling 121 KERNEL.SIZE S32 20 # Kernel half-size (pixels) 122 STAMP.FOOTPRINT S32 20 # Size of stamps (pixels) 123 END 124 110 125 # Difference of two warps 111 126 WARPWARP METADATA - Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130509/ippconfig/recipes/psphot.config
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20130509/ippconfig/recipes/reductionClasses.mdc
- Property svn:mergeinfo changed
/trunk/ippconfig/recipes/reductionClasses.mdc merged: 35580-35581
r35562 r35594 299 299 END 300 300 301 # sweetspot no dual test case 302 SWEETSPOT_NODUAL METADATA 303 DIFF_PPSUB STR DIFF_NODUAL 304 DIFF_PSPHOT STR SSTF_DIFF 305 JPEG_BIN1 STR PPIMAGE_J1 306 JPEG_BIN2 STR PPIMAGE_J2 307 END 301 308 302 309 CONSTANT_WEIGHTPHOT METADATA … … 544 551 END 545 552 553 ## MD refstack 554 MD_REF_STACK METADATA 555 STACK_PPSTACK STR STACK_MD_REF 556 STACK_PPSUB STR STACK 557 STACK_PSPHOT STR STACK 558 STACKPHOT_PSPHOT STR STACKPHOT 559 STATICSKY_CALIBRATION STR STATICSKY_DEEPCAL 560 END 561 562 ## MD deepstack 563 MD_DEEP_STACK METADATA 564 STACK_PPSTACK STR STACK_MD_DEEP 565 STACK_PPSUB STR STACK 566 STACK_PSPHOT STR STACK 567 STACKPHOT_PSPHOT STR STACKPHOT 568 STATICSKY_CALIBRATION STR STATICSKY_DEEPCAL 569 END 546 570 547 571 # quick stacks - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
