Changeset 25756 for trunk/ippconfig/gpc1
- Timestamp:
- Oct 2, 2009, 3:13:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/gpc1/psphot.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/gpc1/psphot.config
r24402 r25756 1 1 2 # turn these on to see specific outputs 3 SAVE.OUTPUT BOOL TRUE 4 SAVE.BACKMDL BOOL TRUE 5 SAVE.PSF BOOL TRUE 6 SAVE.PLOTS BOOL TRUE 2 BACKGROUND.XBIN S32 256 # size of background superpixels 3 BACKGROUND.YBIN S32 256 # size of background superpixels 7 4 8 # for testing: 9 # BREAK_POINT STR BACKMDL 5 SOFTEN.VARIANCE BOOL TRUE # XXX drop? soften the errors for bright pixels 6 SOFTEN.VARIANCE.FRACTION F32 0.005 10 7 11 BACKGROUND.XBIN S32 256 # size of background superpixels 12 BACKGROUND.YBIN S32 256 # size of background superpixels 8 PEAKS_SMOOTH_SIGMA F32 2.5 # smoothing kernel sigma in pixels 13 9 14 # image background parameters 15 IMSTATS_NPIX S32 10000 # number of pixels to use for sky estimate boxes: 16 SKY_STAT STR FITTED_MEAN_V4 # statistic used to measure background 17 SKY_CLIP_SIGMA F32 2.0 # statistic used to measure background 10 PSF_CLUMP_NX S32 3 # subdivide image in to NX x NY regions for 11 PSF_CLUMP_NY S32 3 # selecting PSF stars 12 PSF_CLUMP_GRID_SCALE F32 2.5 # XXX too large? size of Sx,Sy image pixel 18 13 19 PEAKS_SMOOTH_SIGMA F32 2.5 # smoothing kernel sigma in pixels 20 PEAKS_NMAX S32 5000 # on first pass, only keep NMAX peaks (0 == all) 21 PEAKS_NSIGMA_LIMIT F32 25.0 # peak significance threshold 22 PEAKS_NSIGMA_LIMIT_2 F32 5.0 # peak significance threshold 23 24 PSF_SN_LIM F32 25 # minimum S/N for stars used for PSF model 25 PSF_MAX_NSTARS S32 300 # limit number of stars used for PSF model 26 PSF_CLUMP_NX S32 3 # subdivide image in to NX x NY regions for 27 PSF_CLUMP_NY S32 3 # selecting PSF stars 28 PSF_MOMENTS_RADIUS F32 12 # calculate initial source moments with this radius 29 PSF_CLUMP_GRID_SCALE F32 2.5 # size of Sx,Sy image pixel 30 31 PSF.RESIDUALS BOOL TRUE # generate the residuals? 14 PSF.RESIDUALS.RADIUS F32 9.0 # keep this pixel if residual is more significant than this 15 PSF.RESIDUALS.SPATIAL_ORDER S32 1 # fit spatial variations of the residuals at this order (0,1) 32 16 33 17 # PSF model parameters : choose the PSF model desired 34 PSF_MODEL STRPS_MODEL_PS1_V135 PSPHOT.CR.NSIGMA.SOFTEN F32 0.0025 # Softening parameter for weights18 PSF_MODEL STR PS_MODEL_PS1_V1 19 PSPHOT.CR.NSIGMA.SOFTEN F32 0.0025 # Softening parameter for weights in CR stat 36 20 37 PSF.TREND.MODE STR MAP # other options: POLY_CHEB, POLY_ORD38 21 PSF.TREND.NX S32 3 39 22 PSF.TREND.NY S32 3 40 23 41 EXT_MIN_SN F32 50.0 # fit galaxies above this S/N limit 42 FULL_FIT_SN_LIM F32 25.0 43 MOMENTS_SN_MIN F32 5.0 44 AP_MIN_SN F32 5.0 24 # rename NONLINEAR_FIT_SN_LIM? 25 FULL_FIT_SN_LIM F32 25.0 45 26 46 OUTPUT.FORMAT STR PS1_V2 27 APTREND.ORDER.MAX S32 3 47 28 48 PSF_SHAPE_NSIGMA F32 3.0 # max significance for shape variation 49 PSF_MAX_CHI F32 50.0 # reject objects worse that this 50 51 MEASURE.APTREND BOOL TRUE ### XXX for now, skip this (too many errors) 52 APTREND.ORDER.MAX S32 3 53 54 DIAGNOSTIC.PLOTS METADATA 29 DIAGNOSTIC.PLOTS METADATA 55 30 IMAGE.BACKGROUND.CELL.HISTOGRAM BOOL FALSE 56 31 IMAGE.BACKGROUND.CELL.HISTOGRAM.X S32 32 … … 58 33 END 59 34 60 USE_FOOTPRINTS BOOL TRUE # use new pmFootprint peak packaging 61 62 DIFF METADATA 63 BACKGROUND.XBIN S32 32 # size of background superpixels 64 BACKGROUND.YBIN S32 32 # size of background superpixels 35 DIFF METADATA 36 BACKGROUND.XBIN S32 32 # size of background superpixels 37 BACKGROUND.YBIN S32 32 # size of background superpixels 65 38 END
Note:
See TracChangeset
for help on using the changeset viewer.
