Changeset 36091
- Timestamp:
- Sep 3, 2013, 12:09:25 PM (13 years ago)
- Location:
- branches/czw_branch/20130702/ippconfig
- Files:
-
- 10 edited
-
. (modified) (1 prop)
-
gpc1 (modified) (1 prop)
-
gpc1/ppStack.config (modified) (2 diffs)
-
gpc1/psphot.config (modified) (1 diff, 1 prop)
-
recipes/filerules-split.mdc (modified) (3 diffs)
-
recipes/nightly_science.config (modified) (5 diffs)
-
recipes/ppStack.config (modified) (2 diffs)
-
recipes/ppSub.config (modified) (1 diff, 1 prop)
-
recipes/psphot.config (modified) (3 diffs, 1 prop)
-
recipes/reductionClasses.mdc (modified) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20130702/ippconfig
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130711/ippconfig (added) merged: 35845,35971,36015,36070,36074 /trunk/ippconfig (added) merged: 35904,35939,35950,35958,35964,35977,36037,36087
- Property svn:mergeinfo changed
-
branches/czw_branch/20130702/ippconfig/gpc1
- Property svn:mergeinfo set to
-
branches/czw_branch/20130702/ippconfig/gpc1/ppStack.config
r35931 r36091 63 63 PSF.INPUT.THRESH F32 10.0 64 64 PSF.INPUT.ASYMMETRY F32 0.2 65 PSF.TARGET.AS.MAX BOOL TRUE65 PSF.TARGET.AS.MAX BOOL TRUE 66 66 MATCH.REJ F32 4.0 67 67 SAFE BOOL F … … 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 -
branches/czw_branch/20130702/ippconfig/gpc1/psphot.config
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130711/ippconfig/gpc1/psphot.config (added) merged: 35845,36074
r35770 r36091 54 54 PSPHOT.EXT.DIFF.ALTERNATE.THRESH F32 1.25 55 55 56 # XXX enable these when MOPS is ready 57 # LMM_FIT_CHISQ_CONVERGENCE BOOL FALSE 58 # LMM_FIT_GAIN_FACTOR_MODE S32 2 59 # PSF_FIT_MIN_TOL F32 0.2 60 # EXT_FIT_MIN_TOL F32 0.2 61 # PSF_FIT_ITER S32 20 62 # EXT_FIT_ITER S32 20 63 # FOOTPRINT_CULL_NSIGMA_DELTA F32 10 64 # FOOTPRINT_CULL_NSIGMA_MIN F32 2 65 56 66 PSPHOT.EXT.FIT.ALL.SOURCES BOOL TRUE 57 67 PSPHOT.EXT.FIT.ALL.THRESH F32 1000 - Property svn:mergeinfo changed
-
branches/czw_branch/20130702/ippconfig/recipes/filerules-split.mdc
r35865 r36091 280 280 PSASTRO.OUT.ORIGINAL.CMF.MEF OUTPUT {OUTPUT}.smf.original CMF NONE FPA TRUE MEF 281 281 282 # XXX need to use CHIP for tc3 tests, but why? 283 #PSWARP.OUTPUT OUTPUT {OUTPUT}.fits IMAGE COMP_IMG CHIP TRUE NONE 284 #PSWARP.OUTPUT.MASK OUTPUT {OUTPUT}.mask.fits MASK COMP_MASK CHIP TRUE NONE 285 #PSWARP.OUTPUT.VARIANCE OUTPUT {OUTPUT}.wt.fits VARIANCE COMP_WT CHIP TRUE NONE 282 286 PSWARP.OUTPUT OUTPUT {OUTPUT}.fits IMAGE COMP_IMG FPA TRUE NONE 283 287 PSWARP.OUTPUT.MASK OUTPUT {OUTPUT}.mask.fits MASK COMP_MASK FPA TRUE NONE … … 327 331 328 332 PPSTACK.OUTPUT.EXP OUTPUT {OUTPUT}.exp.fits IMAGE EXP FPA TRUE NONE 333 PPSTACK.OUTPUT.EXP.NOCOMP OUTPUT {OUTPUT}.exp.fits IMAGE NONE FPA TRUE NONE 329 334 PPSTACK.OUTPUT.EXPNUM OUTPUT {OUTPUT}.num.fits MASK EXPNUM FPA TRUE NONE 330 335 PPSTACK.OUTPUT.EXPWT.COMP OUTPUT {OUTPUT}.expwt.fits VARIANCE EXP FPA TRUE NONE … … 337 342 PPSTACK.UNCONV.VARIANCE.NOCOMP OUTPUT {OUTPUT}.unconv.wt.fits VARIANCE NONE FPA TRUE NONE 338 343 PPSTACK.UNCONV.EXP OUTPUT {OUTPUT}.unconv.exp.fits IMAGE EXP FPA TRUE NONE 344 PPSTACK.UNCONV.EXP.NOCOMP OUTPUT {OUTPUT}.unconv.exp.fits IMAGE NONE FPA TRUE NONE 339 345 PPSTACK.UNCONV.EXPNUM OUTPUT {OUTPUT}.unconv.num.fits MASK EXPNUM FPA TRUE NONE 340 346 PPSTACK.UNCONV.EXPWT.COMP OUTPUT {OUTPUT}.unconv.expwt.fits VARIANCE EXP FPA TRUE NONE -
branches/czw_branch/20130702/ippconfig/recipes/nightly_science.config
r35723 r36091 3 3 MODE STR CHIP 4 4 COMMAND STR chiptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@ 5 RETENTION_TIME U16 215 RETENTION_TIME U16 7 6 6 END 7 7 CLEAN_MODES METADATA … … 14 14 MODE STR DIFF 15 15 COMMAND STR difftool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@ 16 RETENTION_TIME S16 2116 RETENTION_TIME S16 7 17 17 END 18 18 CLEAN_MODES METADATA … … 238 238 TESS STR RINGS.V3 239 239 OBSMODE STR OSS 240 STACKABLE BOOL TRUE240 STACKABLE BOOL FALSE 241 241 DIFFABLE BOOL TRUE 242 242 REDUCTION STR SWEETSPOT … … 249 249 TESS STR RINGS.V3 250 250 OBSMODE STR ESS 251 STACKABLE BOOL TRUE251 STACKABLE BOOL FALSE 252 252 DIFFABLE BOOL TRUE 253 253 REDUCTION STR SWEETSPOT … … 260 260 TESS STR RINGS.V3 261 261 OBSMODE STR MSS 262 STACKABLE BOOL TRUE262 STACKABLE BOOL FALSE 263 263 DIFFABLE BOOL TRUE 264 264 REDUCTION STR SWEETSPOT -
branches/czw_branch/20130702/ippconfig/recipes/ppStack.config
r35931 r36091 98 98 PSF.TARGET.AS.MAX.EPSILON F32 0.1 # Amount to set the target PSF FWHM larger than the maximum input. Target = eps + max(input) 99 99 100 100 101 TEMP.IMAGE STR conv.im.fits # Suffix for temporary convolved images 101 102 TEMP.MASK STR conv.mk.fits # Suffix for temporary convolved masks … … 175 176 END 176 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 177 190 178 191 -
branches/czw_branch/20130702/ippconfig/recipes/ppSub.config
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130711/ippconfig/recipes/ppSub.config (added) merged: 36074 /trunk/ippconfig/recipes/ppSub.config merged: 35904,36087
r35890 r36091 56 56 PENALTY F32 1.0 # 4.0e-6 for the updated code from 2010.09.19 57 57 BIN1 S32 16 # Binning factor for first level 58 BIN2 S32 16 # Binning factor for second level 58 BIN2 S32 16 # Binning factor for second level 59 59 60 60 OPTIMUM BOOL FALSE # Derive optimum parameters for ISIS and GUNK kernels - Property svn:mergeinfo changed
-
branches/czw_branch/20130702/ippconfig/recipes/psphot.config
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130711/ippconfig/recipes/psphot.config (added) merged: 35971,36070,36074
r35770 r36091 207 207 # these models are used for high-quality shape analysis after all sources have been removed 208 208 EXTENDED_SOURCE_FITS BOOL FALSE # perform the detailed extended sourc fits? 209 EXTENDED_SOURCE_FITS_INTERACTIVE BOOL FALSE # perform the detailed extended sourc fits? 209 210 210 211 EXTENDED_SOURCE_MODELS_SELECTION STR ALL … … 438 439 POISSON.ERRORS.PHOT.LMM BOOL TRUE 439 440 441 LMM_FIT_CHISQ_CONVERGENCE BOOL FALSE # use the (old) chisq convergence or the new parameter one 442 LMM_FIT_GAIN_FACTOR_MODE S32 2 # there are 3 options to determine the gain factor (0,1,2) 443 440 444 EXT_FIT_MAX_RADIUS F32 50.0 441 445 PSF_MODEL STR PS_MODEL_PS1_V1 … … 622 626 # these models are used for high-quality shape analysis after all sources have been removed 623 627 EXTENDED_SOURCE_FITS BOOL TRUE # perform the detailed extended sourc fits? 624 EXT_MODEL STR PS_MODEL_ EXP628 EXT_MODEL STR PS_MODEL_GAUSS 625 629 626 630 # if this is defined, it gives a list of the model names to fit below (ALL or NONE are also valid) - Property svn:mergeinfo changed
-
branches/czw_branch/20130702/ippconfig/recipes/reductionClasses.mdc
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130711/ippconfig/recipes/reductionClasses.mdc (added) merged: 36074 /trunk/ippconfig/recipes/reductionClasses.mdc merged: 35964,35977,36087
r35831 r36091 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_1DG 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.
