Changeset 24067
- Timestamp:
- May 5, 2009, 1:59:18 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/sdssmosaic/psphot.config (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/sdssmosaic/psphot.config
r20687 r24067 10 10 #SAVE.PLOTS BOOL TRUE 11 11 12 # for testing: 13 # BREAK_POINT STR BACKMDL 14 15 12 16 BACKGROUND.XBIN S32 256 # size of background superpixels 13 17 BACKGROUND.YBIN S32 256 # size of background superpixels … … 20 24 PEAKS_SMOOTH_SIGMA F32 2.5 # smoothing kernel sigma in pixels 21 25 PEAKS_NMAX S32 5000 # on first pass, only keep NMAX peaks (0 == all) 22 PEAKS_NSIGMA_LIMIT F32 25.0 # peak significance threshold23 PEAKS_NSIGMA_LIMIT_2 F32 10.0# peak significance threshold26 PEAKS_NSIGMA_LIMIT F32 25.0 # peak significance threshold 27 PEAKS_NSIGMA_LIMIT_2 F32 5.0 # peak significance threshold 24 28 25 29 PSF_SN_LIM F32 25 # minimum S/N for stars used for PSF model … … 28 32 PSF_CLUMP_NY S32 3 # selecting PSF stars 29 33 PSF_MOMENTS_RADIUS F32 12 # calculate initial source moments with this radius 34 PSF_CLUMP_GRID_SCALE F32 2.5 # size of Sx,Sy image pixel 35 36 PSF.RESIDUALS BOOL TRUE # generate the residuals? 30 37 31 38 # PSF model parameters : choose the PSF model desired 32 39 PSF_MODEL STR PS_MODEL_PS1_V1 40 PSPHOT.CR.NSIGMA.SOFTEN F32 0.0025 # Softening parameter for weights 33 41 34 42 # Use same default setting as in 2.6.1 (MAP is now global default) … … 37 45 PSF.TREND.NY S32 0 38 46 39 MOMENTS_SN_MIN F32 30.040 47 EXT_MIN_SN F32 50.0 # fit galaxies above this S/N limit 41 FULL_FIT_SN_LIM F32 50.0 42 AP_MIN_SN F32 50.0 48 FULL_FIT_SN_LIM F32 25.0 49 MOMENTS_SN_MIN F32 5.0 50 AP_MIN_SN F32 5.0 43 51 44 OUTPUT.FORMAT STR PS1_DEV_152 OUTPUT.FORMAT STR PS1_V1 45 53 46 54 PSF_SHAPE_NSIGMA F32 3.0 # max significance for shape variation 47 55 PSF_MAX_CHI F32 50.0 # reject objects worse that this 48 APTREND.ORDER.MAX S32 149 56 50 57 MEASURE.APTREND BOOL TRUE ### XXX for now, skip this (too many errors) 58 APTREND.ORDER.MAX S32 3 59 51 60 # BREAK_POINT STR PASS1 52 61 … … 76 85 PSF.TREND.NY S32 0 77 86 MEASURE.APTREND BOOL TRUE 87 APTREND.ORDER.MAX S32 3 # used to be 1 78 88 END 79 89 … … 83 93 PSF.TREND.NY S32 3 84 94 MEASURE.APTREND BOOL TRUE 95 APTREND.ORDER.MAX S32 3 # used to be 1 85 96 END 97 98 DIFF METADATA 99 BACKGROUND.XBIN S32 32 # size of background superpixels 100 BACKGROUND.YBIN S32 32 # size of background superpixels 101 END
Note:
See TracChangeset
for help on using the changeset viewer.
