Changeset 35965
- Timestamp:
- Aug 16, 2013, 5:59:11 PM (13 years ago)
- Location:
- tags/ipp-20130712
- Files:
-
- 5 edited
-
ippScripts/scripts/stack_skycell.pl (modified) (1 diff, 1 prop)
-
ippconfig/gpc1/ppStack.config (modified) (1 diff, 1 prop)
-
ippconfig/recipes/filerules-split.mdc (modified) (2 diffs, 1 prop)
-
ippconfig/recipes/ppStack.config (modified) (1 diff, 1 prop)
-
ippconfig/recipes/reductionClasses.mdc (modified) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/ippScripts/scripts/stack_skycell.pl
- Property svn:mergeinfo set to
r34800 r35965 299 299 $command .= " -F PPSTACK.OUTPUT.VARIANCE PPSTACK.OUTPUT.VARIANCE.NOCOMP"; 300 300 $command .= " -F PPSTACK.OUTPUT.EXPWT PPSTACK.OUTPUT.EXPWT.NOCOMP"; 301 $command .= " -F PPSTACK.OUTPUT.EXP PPSTACK.OUTPUT.EXP.NOCOMP"; 301 302 $command .= " -F PPSTACK.UNCONV PPSTACK.UNCONV.NOCOMP"; 302 303 $command .= " -F PPSTACK.UNCONV.VARIANCE PPSTACK.UNCONV.VARIANCE.NOCOMP"; 303 304 $command .= " -F PPSTACK.UNCONV.EXPWT PPSTACK.UNCONV.EXPWT.NOCOMP"; 305 $command .= " -F PPSTACK.UNCONV.EXP PPSTACK.UNCONV.EXP.NOCOMP"; 304 306 } 305 307 if ($output_logflux) { -
tags/ipp-20130712/ippconfig/gpc1/ppStack.config
- Property svn:mergeinfo changed
/trunk/ippconfig/gpc1/ppStack.config merged: 35964
r35941 r35965 125 125 END 126 126 127 STACK_NIGHTLY_1DG METADATA # Typically MD 8 input nightly stacks and using 1DG convolution 128 OUTPUT.NOCOMP BOOL FALSE 129 OUTPUT.LOGFLUX BOOL FALSE 130 PSF.TARGET.AS.MAX BOOL TRUE 131 PSF.TARGET.AS.MAX.EPSILON F32 0.1 132 END 133 134 STACK_MD_REF_1DG METADATA ## revised config for MD refstacks vs PS1_REFERENCE above after ppStack mods 5/03/13 135 OUTPUT.NOCOMP BOOL TRUE 136 OUTPUT.LOGFLUX BOOL FALSE 137 OUTPUT.REPLICATE BOOL TRUE 138 STACK.TYPE STR DEEP_STACK ## needed? 139 PSF.INPUT.CLIP.SIMPLE BOOL True 140 PSF.INPUT.MAX F32 6.0 # never really want >6 pixels in refstack 141 PSF.INPUT.CLIP.NSIGMA F32 1.0 # sample typically on rising side of distribution (set even smaller?) 142 PSF.INPUT.THRESH F32 NAN 143 PSF.INPUT.ASYMMETRY F32 NAN 144 MATCH.REJ F32 4.0 # need ot tune? 145 SAFE BOOL FALSE 146 PSF.TARGET.AS.MAX BOOL TRUE # Set the target PSF FWHM as the maximum of accepted input FWHM values. 147 PSF.TARGET.AS.MAX.EPSILON F32 0.1 # Amount to set the target PSF FWHM larger than the maximum input. Target = eps + max(input) 148 END 149 150 STACK_MD_DEEP_1DG METADATA ## revised config for MD deepstack above after ppStack mods 5/03/13 151 OUTPUT.NOCOMP BOOL TRUE 152 OUTPUT.LOGFLUX BOOL FALSE 153 OUTPUT.REPLICATE BOOL TRUE 154 STACK.TYPE STR DEEP_STACK 155 PSF.INPUT.CLIP.SIMPLE BOOL True 156 PSF.INPUT.MAX F32 10.0 157 PSF.INPUT.CLIP.NSIGMA F32 100.0 158 PSF.INPUT.THRESH F32 NAN 159 PSF.INPUT.ASYMMETRY F32 NAN 160 MATCH.REJ F32 4.0 # need ot tune? 161 SAFE BOOL FALSE 162 PSF.TARGET.AS.MAX BOOL TRUE 163 PSF.TARGET.AS.MAX.EPSILON F32 0.1 164 END 165 166 STACK_ALLDEEP_1DG METADATA # no cuts, everything in changes after ppStack mods 5/03/13 167 OUTPUT.NOCOMP BOOL TRUE 168 OUTPUT.LOGFLUX BOOL FALSE 169 OUTPUT.REPLICATE BOOL TRUE 170 STACK.TYPE STR DEEP_STACK 171 PSF.INPUT.CLIP.SIMPLE BOOL True 172 PSF.INPUT.MAX F32 100.0 173 PSF.INPUT.CLIP.NSIGMA F32 100.0 174 PSF.INPUT.THRESH F32 NAN 175 PSF.INPUT.ASYMMETRY F32 NAN 176 MATCH.REJ F32 4.0 # need ot tune? 177 SAFE BOOL FALSE 178 PSF.TARGET.AS.MAX BOOL TRUE 179 PSF.TARGET.AS.MAX.EPSILON F32 0.1 180 END 181 182 127 183 # Recipe overrides for STACK 128 184 STACKPHOT METADATA - Property svn:mergeinfo changed
-
tags/ipp-20130712/ippconfig/recipes/filerules-split.mdc
- Property svn:mergeinfo set to
r35866 r35965 327 327 328 328 PPSTACK.OUTPUT.EXP OUTPUT {OUTPUT}.exp.fits IMAGE EXP FPA TRUE NONE 329 PPSTACK.OUTPUT.EXP.NOCOMP OUTPUT {OUTPUT}.exp.fits IMAGE NONE FPA TRUE NONE 329 330 PPSTACK.OUTPUT.EXPNUM OUTPUT {OUTPUT}.num.fits MASK EXPNUM FPA TRUE NONE 330 331 PPSTACK.OUTPUT.EXPWT.COMP OUTPUT {OUTPUT}.expwt.fits VARIANCE EXP FPA TRUE NONE … … 337 338 PPSTACK.UNCONV.VARIANCE.NOCOMP OUTPUT {OUTPUT}.unconv.wt.fits VARIANCE NONE FPA TRUE NONE 338 339 PPSTACK.UNCONV.EXP OUTPUT {OUTPUT}.unconv.exp.fits IMAGE EXP FPA TRUE NONE 340 PPSTACK.UNCONV.EXP.NOCOMP OUTPUT {OUTPUT}.unconv.exp.fits IMAGE NONE FPA TRUE NONE 339 341 PPSTACK.UNCONV.EXPNUM OUTPUT {OUTPUT}.unconv.num.fits MASK EXPNUM FPA TRUE NONE 340 342 PPSTACK.UNCONV.EXPWT.COMP OUTPUT {OUTPUT}.unconv.expwt.fits VARIANCE EXP FPA TRUE NONE -
tags/ipp-20130712/ippconfig/recipes/ppStack.config
- Property svn:mergeinfo changed
/trunk/ippconfig/recipes/ppStack.config merged: 35964
r35941 r35965 176 176 END 177 177 178 STACK_MD_REF_1DG METADATA 179 END 180 181 STACK_MD_DEEP_1DG METADATA 182 END 183 184 STACK_ALLDEEP_1DG METADATA 185 END 186 187 STACK_NIGHTLY_1DG METADATA 188 STACK.TYPE STR NIGHTLY_STACK 189 END 178 190 179 191 - Property svn:mergeinfo changed
-
tags/ipp-20130712/ippconfig/recipes/reductionClasses.mdc
- Property svn:mergeinfo changed
/trunk/ippconfig/recipes/reductionClasses.mdc merged: 35964
r35832 r35965 577 577 END 578 578 579 NIGHTLY_STACK_1DG METADATA 580 STACK_PPSTACK STR STACK_NIGHTLY_1DG 581 STACK_PPSUB STR STACK_1DG 582 STACK_PSPHOT STR STACK 583 STACKPHOT_PSPHOT STR STACKPHOT 584 STATICSKY_CALIBRATION STR STATICSKY_NIGHTCAL 585 END 586 579 587 # deep stacks 580 588 DEEP_STACK METADATA … … 615 623 616 624 MD_REF_STACK_1DG METADATA 617 STACK_PPSTACK STR STACK_MD_REF 625 STACK_PPSTACK STR STACK_MD_REF_1DG 618 626 STACK_PPSUB STR STACK_1DG 619 627 STACK_PSPHOT STR STACK … … 635 643 636 644 MD_DEEP_STACK_1DG METADATA 637 STACK_PPSTACK STR STACK_MD_DEEP 645 STACK_PPSTACK STR STACK_MD_DEEP_1DG 638 646 STACK_PPSUB STR STACK_1DG 639 647 STACK_PSPHOT STR STACK … … 668 676 STATICSKY_CALIBRATION STR STATICSKY_DEEPCAL 669 677 END 678 679 ALLDEEP_STACK METADATA 680 STACK_PPSTACK STR STACK_ALLDEEP_1DG 681 STACK_PPSUB STR STACK_1DG 682 STACK_PSPHOT STR STACK 683 STACKPHOT_PSPHOT STR STACKPHOT 684 STATICSKY_CALIBRATION STR STATICSKY_DEEPCAL 685 END 686 687 670 688 671 689 TESTSTACK METADATA - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
